Support for I2C in "Simulink Coder for BeagleBone Blue"
1 view (last 30 days)
Show older comments
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 Comment
Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!