Skip to content

kiselitza/infobip-arduino-flame-detection-alert-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

infobip-arduino-flame-detection-alert-system

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.

Quickstart

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

Setup

Setup used for this solution

Variables

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

Used Components

  • Arduino IDE
  • Arduino UNO WiFi REV 2
  • Flame Sensor
  • Buzzer
  • 🟢 & 🔴 LEDs
  • Wires
  • Breadboard
  • Voltage (via MacBook)
  • A match/lighter
  • Infobip SMS API

Encontered Issues

If you happen to got any questions or issues regarding the solutions feel free to reach out.

DISCLAIMER

I'd prefer using a proper POST request, but for some reason the request body is not reaching the server backend.

About

Arduino UNO WiFi Rev 2 x Infobip SMS API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published