Has anyone here tried to build with ESP32 and Blynk IoT? Found the article with step-by-step how to get the device online, configure notifications, automations, WiFi provisioning, OTA, and other stuff. Curious if it's as seamless as they say and whether there are any hurdles - can you...
int LED = 2; // Define LED as an Integer and use pin 2 on the ESP32 void setup() { // Debug console Serial.begin(115200); pinMode(LED, OUTPUT); // Set the LED (pin 2) as an output Blynk.begin(BLYNK_AUTH_TOKEN, ssid, pass); ...
The SmartPot uses Telegram to send messages to the device of your choice, serving as a reminder to update the conditions for your plant, in order to ensure the optimal environment. Additionally, the SmartPot makes use of Blynk, Make.com, and the Arduino ESP32 to allow for the best user ...
Connect an ESP8266 Wifi module to an Arduino Mega Use the Arduino IDE to develop applications for the Arduino Mega Write an Arduino Sketch application to connect to a Wifi Network Write an Arduino Sketch application to implement a Modbus Master Download and configure the Blynk smartphone app to ...
This part is really simple. First of all, go to AppStore and download Blynk app. After that, open it and sign up. Next create new project. I called mine WeatherStation but you can name it anything you want. After that, set the device option toESP8266and connectivity type toWiFi(picture...