diff --git a/docs/pages/additional_resources/index.md b/docs/pages/additional_resources/index.md index e9372a8b1..467ebb7c0 100644 --- a/docs/pages/additional_resources/index.md +++ b/docs/pages/additional_resources/index.md @@ -49,3 +49,4 @@ If you want to have your own project added to the list, [create an issue](https: - [SH-ESP32-test-jig](https://github.com/hatlabs/SH-ESP32-test-jig): A test jig implementation for the [SH-ESP32](https://hatlabs.github.io/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)](https://github.com/hatlabs/SH-wg-firmware): NMEA 2000 WiFi gateway firmware implemented using SensESP. +- [SensESP-M5Stack](https://github.com/mhaberler/SensESP-M5Stack): examples for [M5Stack Core2](https://shop.m5stack.com/products/m5stack-core2-esp32-iot-development-kit) and [M5Stick-C](https://shop.m5stack.com/products/stick-c?variant=17203451265114) 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.