About 578,000 results
  1. UNO R4 WiFi OTA With IDE - IDE 2.x - Arduino Forum

    Apr 10, 2025 · Arduino does not provide official support for OTA uploads to the UNO R4 WiFi via Arduino IDE's built-in "network" port upload feature. However, it is possible to use it by with the …

  2. Help with OTA to ESP32 - General Guidance - Arduino Forum

    Mar 18, 2025 · I have a bare ESP32S (ESP-WROOM-32) Development Board connected to USB and want to load a sketch via OTA but the upload fails. Whats Working: From the example …

  3. ESP8266 - OTA - error: exit status 1 - Arduino Forum

    Nov 2, 2022 · The boot mode problem is after a successful upload over Serial followed by an OTA upload. in between there needs to be a 'hard-reset' If there is no successful upload over Serial, …

  4. Tuto bien fait pour OTA sur esp32 - Français - Arduino Forum

    May 5, 2024 · ESP32 Over-the-air (OTA) Programming | Random Nerd Tutorials Quick guide that shows how to do over-the-air (OTA) programming with ESP32 using the OTA Web Updater in …

  5. ESP32 Over-The-Air network port wont appear - Arduino Forum

    Dec 9, 2024 · Hi all.. I ve been battling with the OTA functionality for more than a month but all my trials are inconclusive. Firstly the environment: Arduino IDE 2.3.4 ESP32 Wrover Module - …

  6. OTA Not Working on Windows 11, But Still Works on ... - Arduino …

    Aug 20, 2024 · The strange part is that OTA updates still work perfectly fine when I switch back to my old Windows 10 machine. The device shows up in the Arduino IDE, and the upload …

  7. ESP32-S3 OTA Not Working - No response from device - Arduino …

    Mar 21, 2025 · I have an issue where OTA isn't working on my ESP32-S3. It is detectable on the Arduino IDE as a network port, but when I try to program using OTA, it times out and give out …

  8. Network Ports Not Listed for OTA Devices - Arduino Forum

    Aug 20, 2025 · Network ports for devices with Arduino OTA installed do not show up in the 'Port' popout of the tools menu.

  9. PrettyOTA: Over the air (OTA) update library for ESP32 series chips

    Apr 2, 2025 · Hi! I want to share a library for ESP32 series chips I have been working on in the past time. A simple to use, modern looking web interface to install firmware updates OTA (over …

  10. ESP32 OTA via bluetooth - Programming - Arduino Forum

    Mar 10, 2025 · I have an ESP32 and I can successfully perform an OTA (Over-the-Air) update by downloading a .bin firmware file from my server using WiFi. I use the following function for that: