esp32-nmea2000 icon indicating copy to clipboard operation
esp32-nmea2000 copied to clipboard

Smoothfroggy

Open smoothfroggy opened this issue 2 years ago • 2 comments

Andreas,

Please, could you consider the following pull request:

  • An additional NMEA0183 serial port (serial2 RX & TX) configurable from web
  • Handle a BME280 (I2C) to provide Pressure, Temperature and Humidity. Web config also incorporate pressure offset to calibrate Pressure reading Documentation may require update to incorporate details of implementation and schematic

Best regards,

smoothfroggy avatar Feb 07 '23 11:02 smoothfroggy

I will have a look. Maybe it will take some time... I guess I would prefer to only include the 3rd serial and leave the BME to your project. But I need to check.

wellenvogel avatar Feb 08 '23 14:02 wellenvogel

I will not directly merge this PR. But with the current latest commits a second serial channel was integrated. See 1b3840f for an example on how to use it. The code for the BME still is not integrated. I'm just considering to maybe implement a couple of sensor tasks also in mainstream - but this requires some further concept work on how to create appropriate binaries based on users selecting the sensors (maybe using some online build service).

wellenvogel avatar Aug 31 '23 10:08 wellenvogel