Connection to Arduino lost after invoking scanI2CBus
1 view (last 30 days)
Show older comments
I have an Arduino Mega 2560 connected via USB to my computer. Invoking the arduino function works fine and gets the connection token without problems. But whenever I try to use the scanI2CBus function, I lose the connection and can't reestablish it without restarting Matlab.
There are 2 SparkFun MPU 9250 IMUs wired to the Arduino via I2C, one of which is new so I wanted to scan the bus for the address. No matter if both or either one is connected, the connection is lost.
Does anyone have an idea what could cause such behaviour?
1 Comment
Sam McDonald
on 29 Dec 2016
What are you using as input(s) to the "scanI2CBus" function?
Do you see any warning or errors messages once the "scanI2CBus" function is called?
There may be a variety of reasons for a lost connection. Many of them are listed in the documentation with troubleshooting steps. The following link may be useful to you:
Answers (0)
See Also
Categories
Find more on Arduino Hardware in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!