Open
Description
The following text is one example output in the serial monitor:
⸮
* Starting *
Initializing I2C
Connecting MPU6050...
Testing connections...
MPU successful
Initializing DMP...
794 148 19 61
Enabling DMP...
Enabling interrupt detection
DMP ready!
⸮
* Starting *
Initializing I2C
Connecting MPU6050...
Testing connections...
MPU successful
Initializing DMP...
794 148 19 61
Enabling DMP...
Enabling interrupt detection
DMP ready!
I'm not sure where the ⸮ symbol comes from. And the sketch may start twice at the beginning. Any ideas? Maybe it's related to the timing around Serial.begin(). That's why I'm having Serial.setTimeout(5);
or
while (Serial.available() && Serial.read());
for clearing the serial buffer.
But the "⸮" and duplicated/reboot information still appear.
Any ideas?
Metadata
Assignees
Labels
No labels