OpenMarine
Arduino - How do I connect the Arduino to my SignalK server - 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: Arduino - How do I connect the Arduino to my SignalK server (/showthread.php?tid=2205)



Arduino - How do I connect the Arduino to my SignalK server - BartStevens - 2020-01-05

All,


How can I link my arduino sensor data into Signal K?

I read this article, but do not know if it is still applicable, as I'm a newbie

https://blog.emilecantin.com/web/sysadmin/iot/javascript/sailing/2016/03/19/arduino-signalk-part-2.html

And how can I add a connection in the Server Connection settings?

Hope somebody can point me in right direction.

Thanks (again)

Bart


RE: Arduino - How do I connect the Arduino to my SignalK server - olewsaa - 2020-01-06

I would suggest sending the data over wifi and using an ESP-8622 module or an ESP-32 module. Comparable in cost to Arduino and the Arduino IDE can be used
to program them.

I have put together a couple of these, quite simple. Please take a look at my project to have some ideas.
https://sites.google.com/site/olewsaa/yacht-server-with-raspberry/temperature-monitoring
https://sites.google.com/site/olewsaa/yacht-server-with-raspberry/tank-level-monitor
https://sites.google.com/site/olewsaa/yacht-server-with-raspberry/current-measurement-using-hall-sensor

The benefit is that there is no cable and data is fed straight in to the SignalK server.

Have fun,
Ole


RE: Arduino - How do I connect the Arduino to my SignalK server - BartStevens - 2020-01-06

(2020-01-06, 04:40 PM)olewsaa Wrote: I would suggest sending the data over wifi and using an ESP-8622 module or an ESP-32 module. Comparable in cost to Arduino and the Arduino IDE can be used
to program them.

I have put together a couple of these, quite simple. Please take a look at my project to have some ideas.  
https://sites.google.com/site/olewsaa/yacht-server-with-raspberry/temperature-monitoring
https://sites.google.com/site/olewsaa/yacht-server-with-raspberry/tank-level-monitor
https://sites.google.com/site/olewsaa/yacht-server-with-raspberry/current-measurement-using-hall-sensor

The benefit is that there is no cable and data is fed straight in to the SignalK server.

Have fun,
Ole

Excellent !!!

Am trying it now.

Will keep you posted

Bart