Hello,
I am thinking of a project(ESP32) where I work for WIFI or BLE, either of the two ways, how can I upload my code? Can I upload two schetck? In my same schetck work with the two modules ?. In any case how can I do it?
Thanks for the help.
Hello Janier,
You can only upload one sketch to the ESP32 board at the time. If you upload multiple sketches, it will erase the older sketch that was running in your board.
Yes, you can have a project that works with Wi-Fi and BLE at the same time. Unfortunately I don’t have any code example with those exact details… You’ll basically have to understand how a Wi-Fi code works and how BLE works. Then, try to merge both code examples in 1 single sketch.
Thanks for asking,
Rui