OpenMarine

Full Version: Arduino - How do I connect the Arduino to my SignalK server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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/sysadmi...art-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
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/ya...monitoring
https://sites.google.com/site/olewsaa/ya...el-monitor
https://sites.google.com/site/olewsaa/ya...all-sensor

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

Have fun,
Ole
(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/ya...monitoring
https://sites.google.com/site/olewsaa/ya...el-monitor
https://sites.google.com/site/olewsaa/ya...all-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