You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
borntoleave
changed the title
Repetitive information in serial monitor at start
Repetitive serial information at boot up
Apr 23, 2019
On 23 Apr 2019, at 10:42 am, Rongzhong Li ***@***.***> wrote:
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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
The following text is one example output in the serial monitor:
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);
orwhile (Serial.available() && Serial.read());
for clearing the serial buffer.
But the "⸮" and duplicated/reboot information still appear.
Any ideas?
The text was updated successfully, but these errors were encountered: