A SHOWCASE solution for fire detection and audio, visual, and SMS alerting. Do NOT replace your home security with this. 😁
Read the full article via Medium.
In order to run this solution you will first need the following:
- Arduino IDE from their official website
- Infobip Account, create a free one here
- All of the listed components
- Wiring as on the photo in setup section
- Replace
ArduinoSecrets.h
empty variables with your own values, check this section for extra explanation
Within ArduinoSecrets.h
file you'll find the following:
#define WIFI_SSID "" // SSID of the WiFi connection
#define WIFI_PASS "" // Password for the WiFi connection
#define API_SERVER "" // Infobip API Server, available at your account homepage
#define API_USER "" // Your infobip account username
#define API_PASS "" // Your infobip account password
#define SMS_SENDER "InfoSMS"
#define SMS_RECIPIENT "" // Your infobip-verified phone number
- Arduino IDE
- Arduino UNO WiFi REV 2
- Flame Sensor
- Buzzer
- 🟢 & 🔴 LEDs
- Wires
- Breadboard
- Voltage (via MacBook)
- A match/lighter
- Infobip SMS API
If you happen to got any questions or issues regarding the solutions feel free to reach out.
I'd prefer using a proper POST
request, but for some reason the request body is not reaching the server backend.