Skip to content

DanCech/M5StickCPlus

 
 

Repository files navigation

M5StickC Plus

Introduction

Example ESP32 project to showcase how you can pull temperature, humidity and pressure data from the ENV III sensor paired with the M5 StickC Plus.

In this project, you have a configuration file config.h where you can configure your WiFi credentials, as well as your Grafana Cloud credentials. Data is written to Grafana Cloud using the Influx proxy, where the metrics will then be converted to Prometheus format for querying and visualisation.

Handy Links for the workshop

  • Download the latest Arduino IDE:
https://www.arduino.cc/en/software
  • Board Manager links:
https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

Grafana Dashboard

There is an example dashboard that you can use inside Grafana for this project, by importing 17782.

Alternatively you can also grab the example dashboard from Grafana itself: https://grafana.com/grafana/dashboards/17782-m5stickc-plus/

image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.9%
  • C 8.1%