devyte on master
change to make inline helpers t… (compare)
_debugPrinter->println(F("just checking"));
to https://github.com/bertmelis/VitoWifi/blob/develop/src/Optolink.cpp#L421 generates the error.
while (answer->next != 0) {
never exits..
answer->next = 0;
...
Reading answers RX: REQ, ID:0, Q:0, A:4, NS:0, ADD:0
4 5f 65 73 70
found matching service: esp
4 5f 74 63 70
5 6c 6f 63 61 6c
type: 000c rdlength: 28
0a 65 73 70 5f 44 41 33 35 45 41 04 5f 65 73 70 04 5f 74 63 70 05 6c 6f 63 61 6c 00
10 65 73 70 5f 44 41 33 35 45 41
4 5f 65 73 70
found matching service: esp
4 5f 74 63 70
5 6c 6f 63 61 6c
type: 0010 rdlength: 0
10 65 73 70 5f 44 41 33 35 45 41
4 5f 65 73 70
found matching service: esp
4 5f 74 63 70
5 6c 6f 63 61 6c
type: 0021 rdlength: 24
10 65 73 70 5f 64 61 33 35 65 61
esp_da35ea
10 65 73 70 5f 64 61 33 35 65 61
5 6c 6f 63 61 6c
type: 0001 rdlength: 4
All answers parsed, adding to _answers list..
else
fatal error: SoftwareSerial.h: No such file or directory
when compiling my code..
Hello
Does anyone have any experience with doing UDP NTP Time stuff with the ESP8266?
I am using the PJRC time library, and based my sketch on the ESP8266 example.
I get the NTP server IP on startup, and it gets the EPOCH time no problem. But the next time to goes to sync (set for 5 minutes, but tried 30 minutes also), it fails.
I enabled the Debug, and I get the following:
connected with ROUTER, channel 11
ip:192.168.178.99,mask:255.255.255.0,gw:192.168.178.1
wifi evt: 0
wifi evt: 3
Connected - 192.168.178.99
Setting Up UDP
scandone
Transmit NTP Request
[hostByName] request IP for: pool.ntp.org
[hostByName] Host: pool.ntp.org IP: 202.6.116.123
pool.ntp.org: 202.6.116.123
Receive NTP Response
And then next time I get:
Transmit NTP Request
[hostByName] request IP for: pool.ntp.org
[hostByName] Host: pool.ntp.org lookup error: -5!
pool.ntp.org: 0.0.0.0