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

Arduino Nano reboots startup #3

Open
maik-dmxc opened this issue Nov 5, 2017 · 1 comment
Open

Arduino Nano reboots startup #3

maik-dmxc opened this issue Nov 5, 2017 · 1 comment

Comments

@maik-dmxc
Copy link

dear karawin,

i have build the addon with an Arduino Nano, connected tx/rx via levelshifter 3V->5V.
the communication works perfect, but if the Nano send "cli.info" on startup, the Nano gets the requested data and reboots.

is this why im using a NANO and not a Pro Mini?

regards maik

@maik-dmxc
Copy link
Author

when i comment out this section, Nano dont reboot, but get no time&date

// ntp control and first info demand if (loopDate>=5) { loopDate = 0; if (itAskTime) { if (!syncTime) // time to ntp. Don't do that in interrupt. { //Serial.print(F("\rsys.tzo(\"")) ;Serial.print(TZO); //Serial.print(F("\")\r")); //Serial.print(F("cli.info\r")); // Synchronise the current state itAskTime = false; } else askTime(); } }

regards maik

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

1 participant