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 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
The text was updated successfully, but these errors were encountered:
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(); } }
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
The text was updated successfully, but these errors were encountered: