GithubHelp home page GithubHelp logo

atonizzo / seatalk_wifi Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 1.0 4.45 MB

A bridge between Raymarine's Seatalk protocol and NMEA 0183 over a WiFi network.

License: Apache License 2.0

C 50.98% C++ 49.02%
raymarine sailboat seatalk wifi kicad schematics nmea st40

seatalk_wifi's People

Contributors

atonizzo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

taxom

seatalk_wifi's Issues

error compilation

Hi, I try to compile with Arduino IDE 2.3.2 and I have some errors:

E:\Diverse\sw\sw.ino:62:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
62 | {SEATALK_APPARENT_WIND_ANGLE, 4, "APPARENT_WIND_ANGLE"},
| ^~~~~~~~~~~~~~~~~~~~~
E:\Diverse\sw\sw.ino:63:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
63 | {SEATALK_APPARENT_WIND_SPEED, 4, "APPARENT_WIND_SPEED"},
| ^~~~~~~~~~~~~~~~~~~~~
E:\Diverse\sw\sw.ino:64:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
64 | {SEATALK_LAMP_INTENSITY, 3, "LAMP_INTENSITY"},
| ^~~~~~~~~~~~~~~~
E:\Diverse\sw\sw.ino:66:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
66 | {SEATALK_UNSUPPORTED, 0, "UNSUPPORTED"},
| ^~~~~~~~~~~~~
E:\Diverse\sw\sw.ino: In function 'void print_framing_error(unsigned int)':
E:\Diverse\sw\sw.ino:432:42: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
432 | cursor_position = print_error_header("FRAMING ERROR");
| ^~~~~~~~~~~~~~~
E:\Diverse\sw\sw.ino: In function 'void print_parity_error()':
E:\Diverse\sw\sw.ino:441:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
441 | print_error_header("PARITY ERROR");
| ^~~~~~~~~~~~~~
E:\Diverse\sw\sw.ino: In function 'void setup()':
E:\Diverse\sw\sw.ino:523:16: error: 'WIFI_SSID' was not declared in this scope; did you mean 'WIFI_STA'?
523 | WiFi.begin(WIFI_SSID, WIFI_PASS);
| ^~~~~~~~~
| WIFI_STA
E:\Diverse\sw\sw.ino:523:27: error: 'WIFI_PASS' was not declared in this scope; did you mean 'WIFI_AP'?
523 | WiFi.begin(WIFI_SSID, WIFI_PASS);
| ^~~~~~~~~
| WIFI_AP

exit status 1

Compilation error: 'WIFI_SSID' was not declared in this scope; did you mean 'WIFI_STA'?

I need to install more/other libraries?
Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.