Skip to content
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

Closed
AlksSAV opened this issue Nov 27, 2021 · 3 comments
Closed

Wi-Fi with nmea 0183 data. #2

AlksSAV opened this issue Nov 27, 2021 · 3 comments

Comments

@AlksSAV
Copy link

AlksSAV commented Nov 27, 2021

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.

@AK-Homberger
Copy link
Owner

With the current PCB this is not directly possible. The serial lines are input only.
But with a few changes in hard and software this would be possible.

@AlksSAV
Copy link
Author

AlksSAV commented Nov 29, 2021

With the current PCB this is not directly possible. The serial lines are input only.

But with a few changes in hard and software this would be possible.

It would be great to get this opportunity. For device tests, you can do without a PCB. If possible, please do the software part.

@AK-Homberger
Copy link
Owner

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

@AlksSAV AlksSAV closed this as completed Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants