How can I send commands to a ESP32 using the Blynk App with Bluetooth?

Hi everyone!

I’m using the Blynk App, a ESP32 dev module board, 3 LED’s and a push button (and resistors of course). What I want to do is to send commands to the ESP32 using the Blynk App and BLE. That means that with the Blynk App I send a sequence to the ESP32, for example:

  1. First the blue LED goes ON
  2. When the physical push button is pressed the red LED goes ON.
  3. When the physical push button is pressed again the green LED goes ON.

Is there any possibility that I can send this information to the ESP32 using the Blynk App (without having to implement new code if I want to change the sequence), and that it remembers even when the BLE connection is lost? (so the commands are storaged in the ESP32).

Thank you very much!