Espurino Wifi not retaining Date upon reboot #4974
Unanswered
espruino-discuss
asked this question in
Pico / Wifi / Original Espruino
Replies: 1 comment
-
Posted at 2021-04-28 by @gfwilliams Hi! Do you disconnect the Espruino WiFi from power between connecting to your laptop and being disconnected? While the Espruino WiFi does have an RTC (real time clock) there is no battery backup, so if you remove power then the date will get lost. It is possible to add a battery backup if needed (3v battery then diode to the 3.3v line) but since you're connected to the internet it should be pretty easy for you to grab up to date time at boot. I've found it's pretty easy to just request a webpage from a webserver and then grab the date from the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2021-04-27 by user127969
Hi there,
Please excuse me if I'm missing something obvious since I'm a bit of a novice, but it looks like my espurino wifi does not retain the current Date when it boots up not connected to my laptop....
Here's the output for Date.now() when connected to my laptop vs not (as logged through sending a get request to a remote server)
Is this expected behavior? Thanks!
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions