USB i2c modules
4 views (last 30 days)
Show older comments
Hi
Has anyone used a cheap usb to i2c module with matlab. If some which module are you using?
I would like to connect the a sensor devboard via a module to matlab so that i can obtain sensor data and plot it to a graph.
0 Comments
Accepted Answer
Raj
on 8 Sep 2023
Hi,
I understand you want to connect the sensor to MATLAB and want to find a suitable USB to I2C module.
When selecting a USB-to-Serial module, make sure it supports the appropriate serial protocol (UART, I2C etc) used by your sensor devboard. Additionally, ensure that the module is compatible with your operating system and that the MATLAB has support for the same.
I have personally used CP2102 USB to TTL Serial Programmer and found it to work quite efficiently.
Also, refer to the documentation below for better understanding about serial communication
I hope this resolves your query!
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!