If you are asking a question, please follow this template:
- My goal is: I want to get date/month/year and time stamp, as I used to get on Arduino IDE. I flashed sample app. from the mongoose repository , but getting wrong values, which are not incrementing too.
- My actions are:https://github.com/mongoose-os-apps/example-arduino-ds3231-js
I have cloned same project and flashed with necessary changes,
setRtcDate(18,12,19);
setRtcTime(15,41,00); - The result I see is: 165 - 85 - 165 week of the day - 165 continously
- My expectation & question is: I need exact time and date as I used to get with other IDE’s