Summary of Arduino Cloud now lets you update your ESP32 boards
The Arduino team has introduced an over-the-air (OTA) update feature for ESP32 boards within the Arduino Cloud. This allows users to wirelessly upload programs and sketches without a physical USB connection, provided the board is connected to a wireless network. The feature is accessible via both the Arduino IoT Cloud and the Arduino Web Editor for projects bound to IoT Cloud things, streamlining the development and monitoring of IoT devices.
Parts used in the Arduino Cloud OTA Update:
- ESP32 boards
- Arduino Cloud
- Arduino IoT Cloud
- Arduino Web Editor
- Wireless network
- Sketches
- IoT Cloud things
Arduino developers and electronic enthusiasts may be interested to know that the official Arduino team has announced a new update to its Arduino Cloud that now allows you to update your ESP32 boards over-the-air (OTA). The new feature allows you to upload programs wirelessly to your boards, simply connect your board to a wireless network and configure your project to work with OTA updates after which you will no longer need to physically connect to the board to your computer in order to upload new sketches allowing you to connect, update and tweet your projects wirelessly.
If you interested in trying it out the over-the-air update is available through both the Arduino IoT Cloud and the Arduino Web Editor for the sketches bound to your IoT Cloud things.
Arduino Cloud over-the-air (OTA) update
“The Arduino Cloud is Arduino’s integrated platform to develop, deploy, monitor and control IoT devices with minimal effort. It enables makers, IoT enthusiasts and professionals to build easily connected projects based on a wide range of hardware including not only Arduino boards, but also ESP32 and ESP8266 boards. Arduino is committed to making all the Arduino Cloud features available to all the supported hardware and as a result of this effort, ESP32 family of chipsets now support over-the-air (OTA) updates.”
“Due to their low price, integration and high performance, ESP32-based devices are among the most widely used ones for hobbyists and developers who want to create their small home appliances. One of the facts that have contributed to this popularity is the ability to use the Arduino IDE to code and program the devices. You can find tons of resources describing how to get started. There are thousands of projects that will inspire you and help you create and develop your own ideas. You can reuse the code and sketches even if they have been originally developed for other ESP32 or Arduino boards. It is so easy to get started!”
Source: Arduino Cloud now lets you update your ESP32 boards
- How can I update my ESP32 boards?
You can update them over-the-air by connecting the board to a wireless network and configuring the project for OTA updates. - Do I need a physical connection to upload new sketches?
No, you no longer need to physically connect the board to your computer to upload new sketches. - Where is the over-the-air update available?
The feature is available through both the Arduino IoT Cloud and the Arduino Web Editor. - What types of hardware does the Arduino Cloud support?
It supports a wide range of hardware including Arduino boards, ESP32, and ESP8266 boards. - Can I reuse code developed for other boards?
Yes, you can reuse code and sketches even if they were originally developed for other ESP32 or Arduino boards. - Why are ESP32-based devices popular among hobbyists?
They are popular due to their low price, integration, high performance, and the ability to use the Arduino IDE. - Does this feature work with ESP8266 boards?
The article states that ESP32 family chipsets now support OTA updates, while noting the cloud supports ESP8266 generally but specifies the OTA update for ESP32. - What functions does the Arduino Cloud enable?
It enables makers and professionals to develop, deploy, monitor, and control IoT devices with minimal effort.