-
Notifications
You must be signed in to change notification settings - Fork 20
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
Do not get NMEA over KBox WiFi #150
Comments
@ronzeiller Have you tried connecting to port 10110 via TCP? Sorry if this is not explicit enough in the documentation but that is the port for raw NMEA data. |
Aaaaahhh, I knew, that I knew this already some month ago!! Both, access point and client both working! Now I just have to find out again why only NMEA for engine battery is sent (not the supply voltage), when config is like this:
Barometer and internal IMU (HDG, Roll, Pitch) are sent And, why I get continuously Thank You Thomas |
Smells like a bug ... It should work looking at the code but maybe it does not. Or maybe something bad happens which triggers the error messages. Can you try to disable Conversion is done in SKNMEAConverter. You could add some logs in there too. |
disabled xdrBattery in wifi config After 40 seconds uptime the first entry of error frame:
And then it continued:
Same, but WiFi connected to my WLAN
Logged on SD-Card:
|
Do you have the latest version of the WiFi firmware? Can you add a debug message here: https://github.com/sarfata/kbox-firmware/blob/master/src/esp/main.cpp#L187 To print:
For example:
Something like it should work. We should see a debug line for every error. This is in the wifi firmware so you will need to update it. |
Using your latest master with teensy36 board Did a
Access Point enabled, no connection no error Access Point enabled, 1 client via telnet or openCPN: Errors found:
closing connections => no errors any more |
Hello Thomas,
WiFi access point is working on 192.168.4.1
Connection to WiFi is ok
KBox display shows (1) connected
ping is ok => 64 bytes from 192.168.4.1: icmp_seq=4 ttl=255 time=4.410 ms
But then?
For openCPN TCP/IP or telnet a port is needed
How to get datas over WiFi?
The text was updated successfully, but these errors were encountered: