edgeyoda / esp32_temperature

Edge Impulse Temperature Sensing Example with the ESP32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp32_temperature

This is an Edge Impulse Anomaly Detection demo using temperature sensing (and the ESP32). To re-create this proof-of-concept demo you will need to have the following:

  • ESP32 DevKitC board
  • Adafruit MAX31855 Thermocouple board
  • Adafruit SSD1331 OLED board (optional, but useful for visual debugging)
  • K-Type Industrial Thermocouple probe
  • Arduino IDE
  • Edge Impulse account

This example can be easily ported to other embedded targets with the Arduino IDE and Edge Impulse SDK.

Steps to follow for trying out this example:

  1. Create an Edge Impulse account at https://www.edgeimpulse.com
  2. Clone the public project at https://studio.edgeimpulse.com/studio/16389/
  3. Generate an Arduino .zip on the Deployment page (by clicking 'Build')
  4. After downloading and opening the .ino file, go to 'Sketch' -> 'Include Library' -> 'Add .ZIP Library' and point it to the Arduino .zip file from step 3.
  5. The application is originally setup to require a Wi-Fi connection before the application starts so first enter your Wi-Fi ssid/password in the sketch
  6. Compile and Upload the Sketch

About

Edge Impulse Temperature Sensing Example with the ESP32


Languages

Language:C++ 100.0%