Arduino project for E.E.T.N°2043 "San José" 2022
This project has 3 different versions
#define WIFI_SSID ""
#define WIFI_PASSWORD ""
#define API_KEY ""
#define DATABASE_URL ""
Vartiable | Type | Description |
---|---|---|
WIFI_SSID |
string |
Required. Your WiFi SSID |
WIFI_PASSWORD |
string |
Required. Your WiFi Password |
API_KEY |
string |
Required. Your Firebase API key |
DATABASE_URL |
string |
Required. Your Firebase RTDB URL |
const long gmtOffset_sec = -14400;
Vartiable | Type | Description |
---|---|---|
gmtOffset_sec |
long |
Required. offset in seconds between your time zone and GMT |
- For Web App development: HTML, CSS and Javascript
- For Arduino and ESP32 development: C++
If you have any feedback, please reach out to us at [email protected] or [email protected]