I have a small problem, whether sodaq time working properly, I tried skech and synchronizes but do not set the correct date, currently showing in 2016 year and the date is November 1
OK
AT + HTTPPARA = “URL”, “time.sodaq.net”
OK
AT + HTTPACTION = 0
OK
AT + HTTPREAD
OK
AT + HTTPTERM
OK
off powerPin
HTTP GET: 1450429530
01/11/2016 22:31:13
very interesting time on the server is okay, but does not recognize mbili sodaq
I have connected the LCD and the time to read display
hmm I2C slave address the potential problem
Which sketch do you have?
The timestamp that is returned from the server looks OK to me.
Did you change the time zone in that example?
What’s the I2C address of the display? I hope it’s not 0x68, because that is the address of the RTC.
Hi there,
What RTC Library are you using? I’m having an issue with it. (See my other post about it. Time is not correctly incrementing. If you are using the RTCZero library, did you look at what happens after the RTC reaches 23:59:59?
problem solved
This OLED display, do not use never : http://www.seeedstudio.com/depot/Grove-OLED-Display-096-p-824.html
address RTC and OLED its same 0x68
sketch without Date and time works fine
Thanks for letting us know