How to solve the empty cell for the i2c address with BeagleBone Black?

조회 수: 1 (최근 30일)
Federico Avino
Federico Avino 2019년 11월 29일
Goodmorning, I have connected the Beaglebone Black to MATLAB, according with the tutorials online. It works properly, but when I execute this piece of code, it gives an empty cell in the i2c_address variable. How can I solve the issue?
clear all
bbb = beaglebone
available_buses = bbb.AvailableI2CBuses
i2c_address = scanI2CBus(bbb,'i2c-1')

답변 (0개)

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by