Send Sensor's Data to Adafruit IO Using ESP32

Send Sensor's Data to Adafruit IO Using ESP32

Introduction

Want to make your project talk to the Internet? Connect your existing project to the Internet to log, stream, and interact with the data it produces? What about all this Internet-of-Things (IoT) stuff?

Adafruit IO is a platform designed by Adafruit to displayrespond, and interact with your project's data. Adafruit also keep your data private (data feeds are private by default) and secure (Adafruit will never sell or give this data away to another company) for you. It's the internet of things - for everyone!

Video

This video shows how to send sensor's data to Adafruit IO using ESP32.

 

Hardware Preparation

This is the list of items used in the video.

Sensor Connection

TTGO T-Display ESP32MLX90614 Temperature Sensor
5VVIN
GNDGND
GPIO22SCL
GPIO21SDA

TTGO T-Display ESP32 Breakout PCB

 

 

If you have Snapmaker, you can download - THIS FILES, and use it for CNC your PCB.

Sample Program

This is sample program to send data to Adafruit IO. You need to install following libraries from Arduino IDE Library Manager:

  • Adafruit MQTT Version 1.0.3
  • Adafruit MLX90614 Version 1.0.1

Thank You

References:

Thanks for reading this tutorial. If you have any technical inquiries, please post at Cytron Technical Forum.

Related Products


Related Posts