Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repetitive serial information at boot up #12

Open
borntoleave opened this issue Apr 23, 2019 · 2 comments
Open

Repetitive serial information at boot up #12

borntoleave opened this issue Apr 23, 2019 · 2 comments

Comments

@borntoleave
Copy link
Collaborator

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?

@borntoleave borntoleave changed the title Repetitive information in serial monitor at start Repetitive serial information at boot up Apr 23, 2019
@dahchael
Copy link

dahchael commented Apr 23, 2019 via email

@kaiaeberli
Copy link

Maybe it is to do with the baud rate of the Serial.begin() and Serial monitor not being the same? See: https://forum.arduino.cc/index.php?topic=528920.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants