Connection to Arduino lost after invoking scanI2CBus
조회 수: 1 (최근 30일)
이전 댓글 표시
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
Sam McDonald
2016년 12월 29일
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:
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Arduino Hardware에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!