You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good afternoon. I have 3 esp8266 modules. I write an example of Blink1588 in them, but I don’t get synchronization with the LED. All modules are connected correctly and are assigned an IP. In Serial I see "PTP status: UNLOCKED Master no, Candidate no". I tried a phone, an ESP module, a router, a laptop as an access point. What could be wrong?
The text was updated successfully, but these errors were encountered:
Hello,
I have the same problem here (2 x eps32-S3). I checked that udp multicast works between the 2 esp32 : test is OK (test code below).
I set the debugger flags in PTP.h. See below. Did I miss something ? Thanks !
Blink1588 output :
WiFi connected
IP address:
192.168.150.60
Joined multicast group 224.0.1.129
PTP status: UNLOCKED Master no, Candidate no
Master : ID 00 00 00 00 00 00 00 00 Prio 255 1-step
Candidate: ID 00 00 00 00 00 00 00 00 Prio 255 1-step
SyncMgr is not receiving packets.
SyncMgr is not receiving packets.
PTP status: UNLOCKED Master no, Candidate no
Master : ID 00 00 00 00 00 00 00 00 Prio 255 1-step
Candidate: ID 00 00 00 00 00 00 00 00 Prio 255 1-step
etc ...
Test code :
#include "WiFi.h"
#include "WiFiUdp.h"
Good afternoon. I have 3 esp8266 modules. I write an example of Blink1588 in them, but I don’t get synchronization with the LED. All modules are connected correctly and are assigned an IP. In Serial I see "PTP status: UNLOCKED Master no, Candidate no". I tried a phone, an ESP module, a router, a laptop as an access point. What could be wrong?
The text was updated successfully, but these errors were encountered: