Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add reference to SensESP-M5Stack examples #619

Merged
merged 1 commit into from
Aug 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/pages/additional_resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.