Support for I2C in "Simulink Coder for BeagleBone Blue"

1 vue (au cours des 30 derniers jours)
Marek Becka
Marek Becka le 28 Mar 2018
Commenté : Matej Kopecky le 10 Sep 2021
Hi there, is it possible to use I2C communication on a BeagleBone Blue hardware using the add-on called "Simulink Coder support package for BeagleBone blue?
The online documentation shows that it should be possible for BeagleBone black. But I am struggling to solve it for the Blue.
In particular, this is what I get if I create the corresponding object for the Blue:
>> bbb=beagleboneblue
bbb =
beagleboneblue with properties:
DeviceAddress: '192.168.7.2'
Port: 22
In contrast, what is documented for the Black, gives
bbb =
beaglebone with properties:
DeviceAddress: '192.168.7.2'
BoardName: 'BeagleBone Black Rev 00C0'
AvailableLEDs: {'USR0' 'USR1' 'USR2' 'USR3'}
AvailableDigitalPins: {1x29 cell}
AvailableAnalogPins: {'AIN0' 'AIN1' 'AIN2' 'AIN3' 'AIN4' 'AIN5' 'AIN6'}
AvailablePWMPins: {}
AvailableSPIChannels: {}
AvailableI2CBuses: {'i2c-1'}
AvailableSerialPorts: {}
AvailableWebcams: {}
Am I doing anything wrong or is that the suppport for BeagleBone Blue is so much severely restricted?
Thanks, Marek
  1 commentaire
Matej Kopecky
Matej Kopecky le 10 Sep 2021
I'm having the same problem. Were you able to resolve this?

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by