AGSM IoT application

AGSM is a sensor module that can be used with the ESP32 module.

Description

  • In this project, we discuss how to send sensor readings from an ESP32 to ThingSpeak.

  • While the project uses the AGSM sensor, the example can be easily modified to use other sensors.

  • Using ThingSpeak allows you to post sensor readings to a website and display them on timestamped charts.

  • You can also visualize graphs using MATLAB visualization and access readings from anywhere in the world.

  • There are several ways to send sensor readings to ThingSpeak. This project uses the thingspeak-arduino library. You can see library examples on the GitHub page.

hackster.io detail document

Item

  1. ESP32-DevKitC

  2. AGSM_CO

AGSM ESP32r
AGSM ESP32 Connection

Arduino Example code

Last updated