ARDUINO BASED THERMOMETER WITH LCD DISPLAY
Nov 12, 2022
In this video, I'll show you how to send real-time sensor data to a Discord server using an ESP8266. This allows you to receive instant updates and monitor your sensors remotely.
Circuit Diagram
I²C LCD Connections
| NODEMCU PINS | BMP350 BAROMETER MODULE PINS |
|---|---|
| D1 | SCL |
| D2 | SDA |
| +3.3V | VCC |
| GND | GND |
Circuit Diagram
To get the webhook url open discord thenmake a server and open the server settings.
Click inegrations and then webhook.
Create new webhook, type in a name and select the channel where you want to get the notification. Then copy the webhook url and paste it in the secret.h api_url field.
Code for this can be found by clicking here
If you like this video hit the SUBSCRIBE button and give a LIKE.