Additional Resources

Class documentation

Class documentation for SensESP is here.

This page lists different add-ons and other projects related to SensESP.

If you want to have your own project added to the list, create an issue requesting that it be added, or make a PR to modify this page (/docs/pages/additional_resources/index.md).

Sensor Libraries

Attitude

  • NXP Sensor Fusion: Orientation sensing and sensor fusion using NXP FXOS8700 magnetometer/accelerometer and FXAS21002 gyroscope sensors
  • SignalK-Orientation: Library providing vessel and vehicle orientation information in Signal K message format

Victron Energy devices

  • SensESP/VEDirect: Connect any Victron Energy device with a VE.Direct interface to SensESP. Should support all VE.Direct fields, meaning that information from all devices types can be read. At the moment, only input of VE.Direct Text mode is supported.
  • ve.direct_mppt: Library for reading one victron mppt unit via the ve.direct hardware interface into SignalK/SensESP

Control and Display Libraries

NMEA 0183

  • NMEA 0183 input parser: NMEA 0183 parser for SensESP. This library supports common GNSS (GPS, GLONASS, Galileo) receiver devices out of the box and can be easily extended to support other NMEA 0183 sentences as well.
  • Example project for implementing a Signal K GPS receiver using SH-ESP32 and a Beitian BN-880 GPS receiver module: SensESP-BN-880.

Temperature and Humidity

  • SH-ESP32-test-jig: A test jig implementation for the SH-ESP32. While not generally useful in itself, these two projects showcase NMEA 2000 communication and how to use SensESP constructs without having to instantiate a SensESPApp object.
  • Sailor Hat Wireless Gateway (SH-wg): NMEA 2000 WiFi gateway firmware implemented using SensESP.
  • SensESP-M5Stack: examples for M5Stack Core2 and M5Stick-C running SenseESP. They do nothing useful except subscribing to a few SignalK values and feeding IMU and some system values to the SignalK server. Might serve as a starting point.