After uploading a given program from uPyCraft IDE to an ESP board and unplugging/plugging to a power source, how do you run the board without the umbilical connection?
Hi
Without the usb cable(umbilical connection), you can control the esp by
Wifi Webserver
https://randomnerdtutorials.com/esp32-esp8266-micropython-web-server/
https://randomnerdtutorials.com/esp8266-web-server/
OR
Bluetooth
https://randomnerdtutorials.com/esp32-bluetooth-low-energy-ble-arduino-ide/
https://rntlab.com/question/esp32-bluetooth-c/
OR
LoRa
https://randomnerdtutorials.com/esp32-lora-rfm95-transceiver-arduino-ide/
Thank you for the links.
However, what I meant for ‘umbilical connection’ is either a wired or wireless connection.