-
Setup Wi-Fi connectivity in Raspberry Pi.
- Download wpa_supplicant.conf and edit the following sections:
ssid="WIFI_SSID" = "********"; # WiFI SSID psk="WIFI_PASSWORD" = "********"; # WiFi password
to the Wi-Fi connection in use.
-
Save and copy the file to the root folder of microSD card containing the installed Raspberry PI OS.
-
Setup Wi-Fi connectivity in ESP32.
-
Download the latest commit here.
-
On Credentials.h, edit the following sections:
char server_addr[] = "********"; // IP address of server in local network
char ssid[] = "********"; // WiFI SSID char pass[] = "********"; // WiFi password char user[] = "********"; // MySQL server username char password[] = "********"; // MySQL server password char database[] = "********"; // MySQL database name
-
-
On Defines.h, edit the following section as needed:
// E) Device ID byte device_id = 1; // device id of module
-
Download required libraries using Arduino IDE to %USERPROFILE%\Documents\Arduino\libraries.
-
Upload esp32_beta_v2.ino to ESP32 Dev Module.
-
Notifications
You must be signed in to change notification settings - Fork 0
Source code of "IoT Aircon Alarm System" (formerly the AC Remote Monitoring System) for the thesis project "Remote Monitoring System for Proactive Fault Detection of Air Conditioning Units"
johannesunana/IoT-Aircon-Alarm-System
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Source code of "IoT Aircon Alarm System" (formerly the AC Remote Monitoring System) for the thesis project "Remote Monitoring System for Proactive Fault Detection of Air Conditioning Units"