Replies: 3 comments
-
You're suggesting hardware changes here? Would be neat to have one of these clocks with wifi/etc, but isn't that a question for the manufacturers? Or am I missing something? |
Beta Was this translation helpful? Give feedback.
-
No there are the doubled pin headers the pico is plugged into. And this
would allow using the usb serial as an interface to send messages and set
time etc as well
…On Mon, Oct 11, 2021, 04:37 malcolmholmes ***@***.***> wrote:
You're suggesting hardware changes here? Would be neat to have one of
these clocks with wifi/etc, but isn't that a question for the
manufacturers? Or am I missing something?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANSE6RZR3G24NUVEU4CSNDUGKO5HANCNFSM5FXFLIXA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
it's not great but I have got a simple get and set time via serial command working, including the script to run on your computer to set the time. https://github.com/cpyarger/pico-clock-green-python/tree/serial-api below is the code to run on your computer, make sure to change your serial port.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Personally I would like to hook up the UART to an ESP32 and have the ESP send data over the serial port to set the time via NTP and display messages. among setting other options. since we have access to serial via the usb, as well as GPIO, it makes sense to utilize that rather than just using the 3 button interface, imo.
Beta Was this translation helpful? Give feedback.
All reactions