members
Basics: Project 072h ESP32 Development board - Over the Air updates (OTA)
of Acoptex.com in ESP8266 ESP-32
Basics: Project 072h
Project name: ESP32 Development board - Over the Air updates (OTA)
Tags: Arduino, ESP32 Dev Module, ESP32 development board, ESP32 Development board with WiFi and Bluetooth, ESP32-DevKitC V4 development board, ESP-WROOM-32 module with ESP32‑D0WDQ6 chip, Espressif Systems, ESP32-based development board, ESP32 modules, ESP32-WROOM-32, ESP32-WROOM-32U, ESP32-WROOM-32D, ESP32-SOLO-1, USB-UART bridge, IOT, ESP-WROOM-32 Dev Module, ESP32 DEVKITV1, Installing the ESP32 Board in Arduino IDE, Uploading sketch, OTA ESP32, Wi-Fi OTA, Wireless Update ESP32 from the Arduino IDE, ESP32 Over-the-Air (OTA) Updating, OTA update, Over the Air updates (OTA)
Attachments: basicOTAsketch, newsketchOTA, ArduinoOTAlibrary
In this project, you need these parts :
1. ESP32 development board with WiFi and Bluetooth and USB A / micro USB B cable 1 pc
2. Arduino IDE version 1.6.13 ( you can download it here )
3. Python 2.7.15 ( you can download it here )
4. Led (red and green) 2 pcs
5. Resistor 220 Ohm 2 pcs
6. Breadboard 1 pc
7. Jumper wires F-M, M-M
General
We will learn how to do update through WiFi (OTA - Over The Air Update) with ESP32 development board.
OTA (Over the Air) update is the process of loading a new firmware to ESP32 development board using WiFi connection rather than a serial communication. This type of functionality is extremely useful in case of no physical access to the ESP module.
Uploading a new sketch wirelessly from Arduino IDE is intended for the following typical scenarios:
- during firmware development – as a quicker alternative to uploading a new sketch over a serial.
- for updating the firmware of multiple ESPs in your network.
The ArduinoOTA library for wireless updates (OTA) in Wi-Fi is also compatible with ESP32. It is integrated into the Arduino Core for ESP32 developed by Espressif. It is not yet possible to install the development kit from the card manager. Since the SDK is still in development, the installation process depends on the machine on which the Arduino IDE is installed. It is now possible to use the password hash to further secure the remote update. Another novelty, it is now possible to update in Wi-Fi the SPIFFS memory area.
The ESP32 is much more secure than the ESP8266, it is possible to store the hash of the password in place of it. To create your password fingerprint, you can use an online MD5 hash generator. For example, the hash of the admin password will give the fingerprint 21232f297a57a5a743894a0e4a801fc3. We suggest you do not use the admin password.
MD5 hash generator
MD5 hash generator is useful for encoding passwords, credit cards numbers and other sensitive date into MySQL, Postgress or other databases. PHP programmers, ASP programmers and anyone developing on MySQL, SQL, Postgress or similar should find this online tool an especially handy resource.
What is an MD5 hash?
An MD5 hash is created by taking a string of an any length and encoding it into a 128-bit fingerprint. Encoding the same string using the MD5 algorithm will always result in the same 128-bit hash output. MD5 hashes are commonly used with smaller strings when storing passwords, credit card numbers or other sensitive data in databases such as the popular MySQL. This tool provides a quick and easy way to encode an MD5 hash from a simple string of up to 256 characters in length.
MD5 hashes are also used to ensure the data integrity of files. Because the MD5 hash algorithm always produces the same output for the same given input, users can compare a hash of the source file with a newly created hash of the destination file to check that it is intact and unmodified. An MD5 hash is NOT encryption. It is simply a fingerprint of the given input. However, it is a one-way transaction and as such it is almost impossible to reverse engineer an MD5 hash to retrieve the original string.
There are a lot of different development boards made. You can find more information about them here.
Understanding the ESP32 Development board with WiFi and Bluetooth
We will discuss here an Espressif Systems products. Our development board is using ESP-WROOM-32 module from Espressif Systems.
Espressif offers a wide range of fully-certified Wi-Fi & BT modules powered by their own advanced SoCs.
1. Dual-core Modules with Wi-Fi & Dual-mode Bluetooth
Features
- Two independently-controlled CPU cores with adjustable clock frequency, ranging from 80 MHz to 240 MHz
- +19.5 dBm output at the antenna ensures a good physical range
- Classic Bluetooth for legacy connections, also supporting L2CAP, SDP, GAP, SMP, AVDTP, AVCTP, A2DP (SNK) and AVRCP (CT)
- Support for Bluetooth Low Energy (BLE) profiles including L2CAP, GAP, GATT, SMP, and GATT-based profiles like BluFi, SPP-like, etc
- Bluetooth Low Energy (BLE) connects to smart phones, broadcasting low-energy beacons for easy detection
- Sleep current is less than 5 μA, making it suitable for battery-powered and wearable-electronics applications
- Integrates 4 MB flash
- Peripherals include capacitive touch sensors, Hall sensor, low-noise sense amplifiers, SD card interface, Ethernet, high-speed SPI, UART, I2S and I2C
- Fully certified with integrated antenna and software stacks
2. Single-core Modules with Wi-Fi & Dual-mode Bluetooth
Features
- High-performance 160 MHz single-core CPU
- +19.5 dBm output at the antenna ensures a good physical range
- Classic Bluetooth for legacy connections, also supporting L2CAP, SDP, GAP, SMP, AVDTP, AVCTP, A2DP (SNK) and AVRCP (CT)
- Support for Bluetooth Low Energy (BLE) profiles including L2CAP, GAP, GATT, SMP, and GATT-based profiles like BluFi, SPP-like, etc
- Bluetooth Low Energy (BLE) connects to smart phones, broadcasting low-energy beacons for easy detection
- Sleep current is less than 5 μA, making it suitable for battery-powered and wearable-electronics applications
- Peripherals include capacitive touch sensors, Hall sensor, low-noise sense amplifiers, SD card interface, Ethernet, high-speed SPI, UART, I2S and I2C
- Fully certified with integrated antenna and software stacks
3. Single-core Modules with 802.11b/g/n 2.4 GHz Wi-Fi
Features
- High-performance 160 MHz single-core CPU
- +19.5 dBm output at the antenna ensures a good physical range
- Sleep current is less than 20 μA, making it suitable for battery-powered and wearable-electronics applications
- Peripherals include UART, GPIO, I2C, I2S, SDIO, PWM, ADC and SPI
- Fully certified with integrated antenna and software stacks
There are different development Boards made by Espressif Systems and other manufacturers. We will publish some information about Espressif Systems boards but you can also find out more information about other development boards here.
1. 2.4 GHz Wi-Fi & BT/BLE Development Boards
Features
- PC connectivity: USB
- Power supply options: USB (by default), or 5V/GND header pins, or 3V3/GND header pins
- SDK: ESP-IDF source code and example applications
2. 2.4 GHz Wi-Fi Development Boards
Features
- PC connectivity: USB
- SDK: ESP8266 SDK source code and example applications
3. 2.4 GHz Wi-Fi + BT/BLE + Sensor Development Boards
Features
- PC connectivity: USB
- SDK: ESP-IOT-SOLUTION source code and example applications
You can find more information (datasheets, schematics, pins descriptions, functional desgn descriptions) about each board by pressing Getting started link close to each board here.
ESP32 chip
ESP32 is a series of low cost, low power system on a chip microcontrollers with integrated Wi-Fi and dual-mode Bluetooth. The ESP32 series employs a Tensilica Xtensa LX6 microprocessor in both dual-core and single-core variations and includes in-built antenna switches, RF balun, power amplifier, low-noise receive amplifier, filters, and power management modules. ESP32 is created and developed by Espressif Systems, a Shanghai-based Chinese company, and is manufactured by TSMC using their 40 nm process. It is a successor to the ESP8266 microcontroller.
ESP32 can perform as a complete standalone system or as a slave device to a host MCU, reducing communication stack overhead on the main application processor. ESP32 can interface with other systems to provide Wi-Fi and Bluetooth functionality through its SPI / SDIO or I2C / UART interfaces.
ESP32 is highly-integrated with in-built antenna switches, RF balun, power amplifier, low-noise receive amplifier, filters, and power management modules. ESP32 adds priceless functionality and versatility to your applications with minimal Printed Circuit Board (PCB) requirements.
ESP32 is capable of functioning reliably in industrial environments, with an operating temperature ranging from –40°C to +125°C. Powered by advanced calibration circuitries, ESP32 can dynamically remove external circuit imperfections and adapt to changes in external conditions.
Engineered for mobile devices, wearable electronics and IoT applications, ESP32 achieves ultra-low power consumption with a combination of several types of proprietary software. ESP32 also includes state-of-the-art features, such as fine-grained clock gating, various power modes and dynamic power scaling.
Functional Block Diagram:

Features of the ESP32 include the following:
Processors:
- CPU: Xtensa dual-core (or single-core) 32-bit LX6 microprocessor, operating at 160 or 240 MHz and performing at up to 600 DMIPS
- Ultra low power (ULP) co-processor
- Memory: 520 KiB SRAM
Wireless connectivity:
- Wi-Fi: 802.11 b/g/n
- Bluetooth: v4.2 BR/EDR and BLE
Peripheral interfaces:
- 12-bit SAR ADC up to 18 channels
- 2 × 8-bit DACs
- 10 × touch sensors (capacitive sensing GPIOs)
- Temperature sensor
- 4 × SPI
- 2 × I²S interfaces
- 2 × I²C interfaces
- 3 × UART
- SD/SDIO/CE-ATA/MMC/eMMC host controller
- SDIO/SPI slave controller
- Ethernet MAC interface with dedicated DMA and IEEE 1588 Precision Time Protocol support
- CAN bus 2.0
- Infrared remote controller (TX/RX, up to 8 channels)
- Motor PWM
- LED PWM (up to 16 channels)
- Hall effect sensor
- Ultra low power analog pre-amplifier
Security:
- IEEE 802.11 standard security features all supported, including WFA, WPA/WPA2 and WAPI
- Secure boot
- Flash encryption
- 1024-bit OTP, up to 768-bit for customers
- Cryptographic hardware acceleration: AES, SHA-2, RSA, elliptic curve cryptography (ECC), random number generator (RNG)
Power management:
- Internal low-dropout regulator
- Individual power domain for RTC
- 5uA deep sleep current
- Wake up from GPIO interrupt, timer, ADC measurements, capacitive touch sensor interrupt
You can find ESP32 chip datasheet here, hardware design here, technical reference manual here.
Signals and connections of the ESP32 Development board with WiFi and Bluetooth
You can find more information (datasheets, schematics, pins descriptions, functional desgn descriptions) about each board (made by Espresiff Systems) by pressing Getting started link close to each board here.
Let's check our development board - ESP32 DEVKITV1 with ESP-WROOM-32 module from Espressif Systems:
Pinout diagram for the ESP Wroom 32 breakout:
ESP32-WROOM-32 - ESP32-WROOM-32 module soldered to the development board. Optionally ESP32-WROOM-32D, ESP32-WROOM-32U or ESP32-SOLO-1 module may be soldered instead of the ESP32-WROOM-32.
USB-UART Bridge - A single chip USB-UART bridge provides up to 3 Mbps transfers rates.
BOOT button - Download button: holding down the Boot button and pressing the EN button initiates the firmware download mode. Then user can download firmware through the serial port.
EN button - Reset button: pressing this button resets the system.
Micro USB Port - USB interface. It functions as the power supply for the board and the communication interface between PC and the ESP module.
TX0, TX2 - transmit pin. GPIO pin
RX0, RX2 - receive pin. GPIO pin
3V3 (or 3V or 3.3V) - power supply pin (3-3.6V).
GND - ground pin.
EN - Chip enable. Keep it on high (3.3V) for normal operation.
Vin - External power supply 5VDC.
Wiring
Step by Step instruction
The ESP32 is currently being integrated with the Arduino IDE like it was done for the ESP8266. There’s an add-on for the Arduino IDE that allows you to program the ESP32 using the Arduino IDE and its programming language.
We are using PC with Windows 10 OS.
1. Installation of ESP32 add-on in Arduino IDE on Windows OS.
- Download and install the Arduino IDE version 1.6.13 Windows Installer. You can download it here.
- Download and install Git and Git GUI from git-scm.com
- Search for Git GUI, right-click the icon and select “Run as administrator“
- Select the Clone Existing Repository option.
- Select source and destination. Source Location: https://github.com/espressif/arduino-esp32.git
- Target Directory:C:/Users/[YOUR_USER_NAME]/Documents/Arduino/hardware/espressif/esp32
- Do not create the espressif/esp32 folders, because they will be created automatically.
- Click Clone to start cloning the repository.Wait a few seconds while the repository is being cloned.
- Open the folder: C:/Users/[YOUR_USER_NAME]/Documents/Arduino/hardware/espressif/esp32/tools
- Right-click the get.exe file and select “Run as administrator“.
- You will see that necessary files will be downloaded and upzipped. It will take some time.
- When get.exe finishes, you should see the following files in the directory.
2. Installing Python 2.7.x
- You need to install Python 2.7.X on your PC. Go to python.org website and download the latest version of Python 2.7.X for your OS (Operating System) (We are using Python 2.7.15 version in this project. You can download it here).
- Open the downloaded file to start the Python installation wizard.
- Press Next button. Select destination directory.
- Press Next button.
- Scroll down in the Customize Python 2.7.15window and open the Add python.exe to Path. Select the option Will be installed on local hard drive.
- Press Next button to complete the installation. Press Yes button to give access to the drive.
- Press Finish button to complete installation.
3. Uploading the BasicOTA sketch to ESP32 development board
- Do wiring.
- Plug the ESP32 development board to your PC and wait for the drivers to install (or install manually any that might be required).
- Open Arduino IDE and open basicOTAsketch sketch.
- Open Boards manager. Go to Tools -> Board -> Boards Manager… (in our case it’s the DOIT ESP32 DEVKIT V1)
- Select COM port that the board is attached to (if you don’t see the COM Port in your Arduino IDE, you need to install the ESP32 CP210x USB to UART Bridge VCP Drivers)
- Modify sketch with your SSID and password for WiFi network which you are going to use for OTA updates.
- Compile and upload the basicOTAsketch to your ESP32 development board. If everything went as expected, you should see a “Done uploading” message. (You need to hold the ESP32 on-board Boot button while uploading).
- Open the Serial Monitor at a baud rate of 115200 to verify that the ESP32 development board is properly connected to the Wi-Fi network.
- Press the ESP32 on-board EN button to reboot it. When your ESP32 development board restarts, you will see the IP address of your ESP32 development board in Serial monitor. You will see the green LED blinks and the red LED is off.
4. Uploading a new sketch Over the Air
- Now your ESP32 development board is ready to receive OTA firmware updates. You can unplug your ESP32 development board from your PC and power it through any power source (for example a power bank). If your ESP32 development board has a wireless connection to your router, you should be fine to upload new firmware.
- Open Arduino IDE and open newsketchOTA sketch.
- The Arduino IDE automatically detects devices that support remote update. They are added to the list of ports in a new section called Network ports - Tools -> Port -> Network ports, you should see something like this: myesp32 at your_esp_ip_address (we have myesp32 at 192.168.0.116)
- Select the myesp32 at 192.168.0.116 in Network ports.
- Modify sketch with your SSID and password for WiFi network which you are going to use for OTA updates.
- Compile and upload the newsketchOTA to your ESP32 development board. When compilation done the input pop up window appears. You need to enter your password (we used admin password here) and press Upload button.
- If the password is correct the uploading starts.
- If everything went as expected, you should see a “Done uploading” message. It will take less than minute to upload through WiFi.
- This sketch blinks the red LED now and green LED is off.
Code
basicOTAsketch.
SetPort: by default the communication port is 3232. It is not very useful to change it unless it is already in use. For example, for a project integrating UDP communication.
SetHostname: This is probably the most important option. It allows you to assign a name to the ESP32. (In our sketch - myesp32) This machine name will be broadcast over the network and retrieved by the Arduino IDE. If you have a lot of objects on your network, it will be much easier to identify it by name than by an identifier built automatically from the serial number.
SetPassword: used to request a password from the Arduino IDE before running an update (we use admin by default).
SetPasswordHash: allows you to store the password fingerprint for added security. To create your password fingerprint, you can use an online MD5 hash generator. Then, use the setPasswordhash function instead of setPassword () to specify the authentication password: ArduinoOTA.setPasswordHash("21232f297a57a5a743894a0e4a801fc3");
There are four ways to connect treatments in the following cases:
OnStart: The code to be executed when the update is started. New on the ESP32, it is possible to remotely update the files of the zone SPIFFS. This is very handy if you need to develop an HTML interface for your project.
OnEnd: at the end
OnProgress: during the progress
OnError: and on error
At the end of the setup, the wireless update support is started by calling the begin () method.
It is necessary to call the ArduinoOTA.handle() method in the loop() to geet everything running.
Summary
We have learnt how to do update through WiFi (OTA - Over The Air Update) with ESP32 development board.
Library
- ArduinoOTA library included in your Arduino IDE.
- WiFi library included in your Arduino IDE
Sketch
- See attachments on the begining of this project
Other projects of Acoptex.com










Viewed: 2595 times