Gunner
April 15, 2018, 7:27am
2
perigalacticon:
OTA updating
1 - Basic ESP8266 & ESP32 based Blynk with OTA template
Let’s start off with a basic starter sketch I use for all my ESP based projects… saves me a bit of typing
Nope, I haven’t yet set it up for automatic #ifdef choice of ESP8266 or ESP32… I will leave that for you for now
#define BLYNK_PRINT Serial // This prints to Serial Monitor
// #define BLYNK_DEBUG // Optional, this enables more detailed prints
//// Pick one Blynk Device Library group or other
////-------…
Dear all,
we just made a new release of the server - 0.26.3 . This server version allows you to perform OTA for your ESP devices. For now, this is supported only for private servers while we are in testing mode.
How does it work:
You need to use regular sketch for exported apps ;
After you launched your hardware you are ready for OTA;
You can trigger firmware update for specific hardware via it’s token with next curl command:
curl -v -F file=@Template_ESP8266.ino.nodemcu.bin --insecure -u adm…
perigalacticon:
Web Updating
Why? That can already be done in any ESP
Blynk is a GUI interface for IoT and also meshes with the ESP (just in case someone didn’t realise that )… thus no need to duplicate functionality that I can see.
Don’t forget the search option in this forum
https://community.blynk.cc/search?q=neopixel