I want to be able to connect the ESP32 to Arduino IDE and run a program without connecting it through a USB? Is this possible? I'm trying to find youtube videos and internet threads to solve this problem but they don't explain how to connect the ESP32 wifi to the IDE for syncing or running programs.
Do not understand what you are asking.
Can the Arduino IDE program the ESP over USB, Yes.
Once the ESP is programmed, can it be removed from the USB, moved away from the Arduino, and have the uploaded program run, Yes.
I think you want to programme the ESP32 wirelessly. You can do it by Over the air(OTA) programming. https://lastminuteengineers.com/esp32-ota-updates-arduino-ide/
2 Likes
I want to the program to be able to transmit values without a USB to my serial monitor.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.