T Tim Chapman Active Member Licensed User Longtime User Jul 2, 2025 #1 Is there any way for the B4R IDE to get the current time from the PC it is running on and be able to use program a DS3231 with it. Something like DateTime.Now?
Is there any way for the B4R IDE to get the current time from the PC it is running on and be able to use program a DS3231 with it. Something like DateTime.Now?
Solution Erel Jul 2, 2025 Not automatically. You can for example use this tool to send the time to Arduino: https://www.b4x.com/android/forum/threads/tool-external-serial-connector.65724/#content See this example: https://www.b4x.com/android/forum/threads/lcd-clock-example.65726/#content
Not automatically. You can for example use this tool to send the time to Arduino: https://www.b4x.com/android/forum/threads/tool-external-serial-connector.65724/#content See this example: https://www.b4x.com/android/forum/threads/lcd-clock-example.65726/#content
Erel B4X founder Staff member Licensed User Longtime User Jul 2, 2025 #2 Not automatically. You can for example use this tool to send the time to Arduino: https://www.b4x.com/android/forum/threads/tool-external-serial-connector.65724/#content See this example: https://www.b4x.com/android/forum/threads/lcd-clock-example.65726/#content Upvote 0 Solution
Not automatically. You can for example use this tool to send the time to Arduino: https://www.b4x.com/android/forum/threads/tool-external-serial-connector.65724/#content See this example: https://www.b4x.com/android/forum/threads/lcd-clock-example.65726/#content
T Tim Chapman Active Member Licensed User Longtime User Jul 3, 2025 #3 Thank you Erel. That will do the trick. Upvote 0