AP mode NMEA to WiFi bridge
Posted: Sun Apr 05, 2015 7:48 pm
A simple sketch based on the UDP client example. This one creates an access point and streams the serial input to a specific port via UDP.
I wrote this to connect the Navionics "Boating" app on my smartphone to my Humminbird Helix 5 fishfinder. The fishfinder sends GPS position and depth information in NMEA 0183 format at 4800 bps via an RS232 port - this is sent to the ESP8266 serial input via an RS232 level converter. When you connect the phone to the ES8266 access point, the Navionics app shows the GPS position and depth from the fishfinder. The app can actually create depth charts as you drive around in your boat in real time from this information. The Navionics phone app costs about $15. Only high end $1500+ fishfinders have the real time depth charting feature - now I have it on my phone!
This code with a few mods could be very useful for connecting all kinds of marine electronics together. This version is very specific to the Navionics app.
Rich
I wrote this to connect the Navionics "Boating" app on my smartphone to my Humminbird Helix 5 fishfinder. The fishfinder sends GPS position and depth information in NMEA 0183 format at 4800 bps via an RS232 port - this is sent to the ESP8266 serial input via an RS232 level converter. When you connect the phone to the ES8266 access point, the Navionics app shows the GPS position and depth from the fishfinder. The app can actually create depth charts as you drive around in your boat in real time from this information. The Navionics phone app costs about $15. Only high end $1500+ fishfinders have the real time depth charting feature - now I have it on my phone!
This code with a few mods could be very useful for connecting all kinds of marine electronics together. This version is very specific to the Navionics app.
Rich