In this project, you will learn how to read sensor values using Arduino Uno.
Things you'll need1. Arduino uno. AGSM_CO
AGSM can be easily applied to devices linked to the Internet of Things (IoT) and provides an easy way to monitor sensor values and environmental changes.
- Measurement Range: 0~100ppm
- Accuracy: <5% @ Full Range
- T90 response time): <150 sec
- Operating Input Voltage Range: DC 3.3V ~ 5.0V
- Power Consumption: 5.15mA at 3.3VDC(17mW)
- Resolution: 0.001ppm
An AGSM sensor must be connected to the ESP32 to send data to ThingSpeak.We will use the AGSM sensor module and Uart communication. To do this, connect the sensor to the main ESP32 RXD (GPIO 17) and TXD (GPIO 16) pins as shown in the following schematic.
DemonstrationOpen the serial monitor with a baud rate of 9600. After that, the data value is read.
To better understand how this project works, we recommend that you take a look at the following tutorial.
Comments