-
3.3V and 5V Power Supply Module for MB102 Bread Board
-
NODEMCU-ESP8266 Wifi Development Board
-
4 Channel 5V 10A Relay Module
-
Jumpers
-
Buzzers(9V)(for testing the circuit)
1.Arduino ide
- Installation:
Download the latest arduino ide form [here](https://www.arduino.cc/en/Main/Software)
- Code: The .ino file is already provided in the repository just make sure to edit ****** part the following code based on your requiremnts
#define FIREBASE_HOST "*****************************"
#define FIREBASE_AUTH "*****************************"
#define WIFI_SSID "*****"
#define WIFI_PASSWORD "************"
:
:
String chipId = "IOT";
2.Google firebase
- Go through the link for getting started with google fire base make sure you read the doc file provided with this repository.
3.MIT APP inventer
- As google firebase is enabled with the features of supporting native apps thus making it easy for iot based application the building for the application is documented in the word file provided in the repository.