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 ...
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...