How to develop a simulink Lego Mindstorms EV3 block for third party I2C sensors?
3 次查看(过去 30 天)
显示 更早的评论
Hello there,
I would like to use the I2C sensor "GlideWheel-AS - Angle Sensor" from mindsensors in a simulink model. Can I get some hints on how to develop a simulink block for such a I2C sensor?
I know, that there is the demo package "Physical modeling in academia: the rotary pendulum with low-cost hardware" but this package uses the GlideWheel-M Sensor. My problem is, that I have to use 4 motors and an additional rotation sensor so there is no space left for the GlideWheel-M Sensor...
Thank you very much for your help!
Best regards Benedict
0 个评论
回答(1 个)
Jordan Ross
2017-1-13
Hello Benedict,
Currently, the I2C protocol is not supported by the LEGO Mindstorm support package. One way to interface I2C sensors could be to use an Arduino to read data from the sensors, then communicate from the Arduino to the EV3 the values. This will require quite some work but in theory it is feasible.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 LEGO MINDSTORMS EV3 Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!