-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wi-Fi with nmea 0183 data. #2
Comments
With the current PCB this is not directly possible. The serial lines are input only. |
It would be great to get this opportunity. For device tests, you can do without a PCB. If possible, please do the software part. |
Currently I don't have the time to do this. But I would suggest that you try to do this by your own. Intead of reading from Serial you have to read from a TCP connection and write the message to Serial. Information on how to use TCP is available here: https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WiFi/examples/WiFiClient/WiFiClient.ino |
Great device!
I have an echo sounder that can transmit nmea data over Wi Fi. I want to transmit this data to the Ardupilot autopilot.
Is it possible to make nmea 0183 received over Wi-Fi network mixed with the first RS232 and transmitted to the second RS232?
Or just received nmea 0183 via Wi-Fi transmitted over RS232.
The text was updated successfully, but these errors were encountered: