EasyManuals Logo

SunFounder ESP32 User Manual

Default Icon
771 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #240 background imageLoading...
Page #240 background image
SunFounder ESP32 Starter Kit
1.52.3 3. Code Execution
1. Before running the code, make sure to install the Blynk library from the Library Manager on the Arduino IDE.
2. Open the iot_9_intrusion_alert_system.ino file, which is located in the esp32-starter-kit-main\
c\codes\iot_9_intrusion_alert_system directory. You can also copy its content into the Arduino IDE.
3. Replace the placeholders for BLYNK_TEMPLATE_ID, BLYNK_TEMPLATE_NAME, and BLYNK_AUTH_TOKEN with
your own unique IDs.
#define BLYNK_TEMPLATE_ID "TMPxxxxxxx"
#define BLYNK_TEMPLATE_NAME "Intrusion Alert System"
#define BLYNK_AUTH_TOKEN "xxxxxxxxxxxxx"
4. You also need to enter your WiFi network’s ssid and password.
char ssid[] = "your_ssid";
char pass[] = "your_password";
234 Chapter 1. For Arduino User

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the SunFounder ESP32 and is the answer not in the manual?

SunFounder ESP32 Specifications

General IconGeneral
BrandSunFounder
ModelESP32
CategoryController
LanguageEnglish