Giter Club home page Giter Club logo

Comments (4)

AndrasSzep avatar AndrasSzep commented on August 20, 2024

Don't really get what you mean, but I have a working app that receives UDP-broadcasted NMEA0183 messages and translates them to NMEA2000 https://github.com/AndrasSzep/NMEA0183-to-NMEA2000.
I use it to to test NMEA2000 gadgets with an NMEA0183 simulator https://github.com/panaaj/nmeasimulator/releases v1.5 broadcasting on UDP.

from nmea2000wifigateway-with-esp32.

AK-Homberger avatar AK-Homberger commented on August 20, 2024

Pleas check that the IP address (see below) is in the right network range. Then it should work. I used this program for a long time.

const char * udpAddress = "192.168.15.255"; // UDP broadcast address. Should be the network of the ESP32 AP (please check!)

from nmea2000wifigateway-with-esp32.

Nevius43 avatar Nevius43 commented on August 20, 2024

Pleas check that the IP address (see below) is in the right network range. Then it should work. I used this program for a long time.

const char * udpAddress = "192.168.15.255"; // UDP broadcast address. Should be the network of the ESP32 AP (please check!)

I figured this would be the issue, but my knowledge about networks is somewhat limited. I've left every IP address in the code as default, so my ESP32 AP address is 192.168.15.1. What should my UDP broadcast address be, or what should I look for in order to select it? Sorry if these are basic questions. This is a new world for me, and I'm trying to learn as much as I can.

from nmea2000wifigateway-with-esp32.

AK-Homberger avatar AK-Homberger commented on August 20, 2024

In that case (AP mode) the address "192.168.15.255" is correct and it should work.

from nmea2000wifigateway-with-esp32.

Related Issues (6)

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.