This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Esp32 with Arduino to Signal K
#1
Hello to all,

I'm jsut seting up my 1st esp32, is really interesting what you can do!

I've the following problem is to send form Esp32 with Arduino to Signal K.

I know to program in C, so is quite close to Arduino.

I'm taking information from:

https://randomnerdtutorials.com/esp32-ht...t-arduino/

And of course manual Singal K:
https://signalk.org/specification/1.7.0/...ction.html



My problem is to learn how to connect esp32 "logining into the server", "sending data json", and so on, as they I guess are special functions and protocol, that I could not find in the last two sites.

Someone knows about a tutorial, or a simple example Arduino code to see and undestand how it works?

Thanks a lot!!!
Reply
#2
(2022-11-23, 03:09 PM)Osr75 Wrote: Hello to all,

I'm jsut seting up my 1st esp32, is really interesting what you can do!

I've the following problem is to send form Esp32 with Arduino to Signal K.

I know to program in C, so is quite close to Arduino.

I'm taking information from:

https://randomnerdtutorials.com/esp32-ht...t-arduino/

And of course manual Singal K:
https://signalk.org/specification/1.7.0/...ction.html



My problem is to learn how to connect esp32 "logining into the server", "sending data json", and so on, as they I guess are special functions and protocol, that I could not find in the last two sites.

Someone knows about a tutorial, or a simple example Arduino code to see and undestand how it works?

Thanks a lot!!!

I've gone over to micropython on the Esp which I much prefer, but for C there might be some useful routines from back in the day in here>>
https://github.com/boatybits/DATA_SENDER...master/src
Vague memories of the json library needing to be an older version than current.
Reply
#3
(2022-11-23, 03:09 PM)Osr75 Wrote: Hello to all,

I'm jsut seting up my 1st esp32, is really interesting what you can do!

I've the following problem is to send form Esp32 with Arduino to Signal K.

I know to program in C, so is quite close to Arduino.

I'm taking information from:

https://randomnerdtutorials.com/esp32-ht...t-arduino/

And of course manual Singal K:
https://signalk.org/specification/1.7.0/...ction.html



My problem is to learn how to connect esp32 "logining into the server", "sending data json", and so on, as they I guess are special functions and protocol, that I could not find in the last two sites.

Someone knows about a tutorial, or a simple example Arduino code to see and undestand how it works?

Thanks a lot!!!

Have you looked into SensESP:

https://signalk.org/SensESP/pages/getting_started/ 

there are likely some code snippets and libraries you can use to get stuff into SignalK, or in fact use the templates and build from their

I have been building a engine data gatherer as has @Boatingbaileys who did a YT video on it
Reply
#4
Thanks a lot to all of you. I will do different trials druing this weekend, Also I found a web site really interesting, and if I'm not wrong, is from a member of this forum.

https://sites.google.com/site/olewsaa/

Thanks a lot another time!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)