OpenMarine
ESP8266 to SignalK using UDP? - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: How do I...? (https://forum.openmarine.net/forumdisplay.php?fid=3)
+--- Thread: ESP8266 to SignalK using UDP? (/showthread.php?tid=2503)



ESP8266 to SignalK using UDP? - affinite - 2020-04-13

Anyone using ESP8266/ESPEasy with OP2?
Im converting my OP1.2/MQTT system (with 5 x ESP8266 sender/receivers) to OP2 and as MQTT isnt yet implemented in OP2 I thought Id look at using generic UDP in the ESP.
Has anyone done this successfully and if so how did you set it up.
Thanks
Steve


RE: ESP8266 to SignalK using UDP? - abarrow - 2020-04-13

Search "espeasy" on this forum. PaddyB did some stuff a while back, and I think there are others. Bringing UDP into OP2 is just a matter of defining a connection in SignalK.


RE: ESP8266 to SignalK using UDP? - PaddyB - 2020-04-14

(2020-04-13, 07:56 PM)affinite Wrote: Anyone using ESP8266/ESPEasy with OP2?
Im converting my OP1.2/MQTT system (with 5 x ESP8266 sender/receivers) to OP2 and as MQTT isnt yet implemented in OP2 I thought Id look at using generic UDP in the ESP.
Has anyone done this successfully and if so how did you set it up.
Thanks
Steve

I've had it working on an ESP32, sends UDP to signalk over wifi. Moved over to micropython , this code is early days but most of it works, might be worth a go on an ESP8266. I used thonny as an IDE, it will talk direct to an ESP32 once you have burned micropython on the ESP - plenty tutorials on the web for that. Much better way to go as mqtt just does text, udp/signalk will write numbers straight to signalk. Will also write fast straight to influxDB over udp, think I had up to 100 writes per second stable. 
https://github.com/boatybits/boatymonpy


RE: ESP8266 to SignalK using UDP? - leif_klasson@hotmail.com - 2020-04-16

Hi, also managed tp use esp8266/espeasy, UDP and Signalk directly, see other thread here:
http://forum.openmarine.net/showthread.php?tid=844

Only need a UDP connection setup in SignalK, and correct format to send the message in EspEasy.

/Leif


RE: ESP8266 to SignalK using UDP? - affinite - 2020-04-16

Thanks
Sorry for duplicate thread.
No more posts from me on this thread