Saturday, April 27, 2024

Indusboard OTA Programming 

The IndusBoard can be managed and powered wirelessly, allowing for firmware updates and programming without the need for physical connections. The board can be programmed using the Arduino IDE wirelessly, similar to other ESP chips.

Fig. 1: Indusboard

OTA (Over-The-Air) programming is a convenient method for updating and managing firmware on devices without the need for physical connections. This is particularly useful when deploying devices in remote locations such as bridges, high towers, roofs, gardens, labs, etc. Using the OTA system, you can update, debug, and manage devices and firmware wirelessly. The IndusBoard supports various OTA methods, including WiFi, AP, and cloud connectivity. Here, we will discuss using the WiFi network for OTA updates.

Components needed: IndusBoard only.

Coding 

To create an OTA firmware using the Arduino IDE, various libraries and methods are available. In this example, we use the Arduino OTA library for ESP32. Install the Arduino OTA library, open the OTA basic example code, configure the WiFi networks in the code, select the board as IndusBoard or ESP32s2, and upload the firmware to the IndusBoard.

Reboot the board, and after a few seconds, it will connect to the configured WiFi network. The serial port in the Arduino IDE becomes visible if your laptop is connected to the same network. Now, you can deploy the device, power it with a battery or 5V power adapter, and update the firmware wirelessly from a distance.

- Advertisement -

To add additional functionality or code to the OTA firmware, keep the OTA firmware intact and add your code along with the OTA code. For example, if you want to blink an LED, define the pin and add libraries in the upper part of the OTA firmware. In the setup function, add your code after OTA settings, and in the loop, include your codes and functions along with the OTA handle function.

Fig. 2: OTA WiFi Configuration

Testing 

To update the firmware OTA, select the WiFi serial port in the Arduino IDE (refer to Fig 3). The WiFi serial port will appear in the port section along with other ports (Fig 4). Choose INDUSBAORD as the WiFi port in the board and ports manager. Select it and upload the code; it will prompt you to enter a password. If you set a password for firmware updates in previous OTA firmware, enter that password. If not, you can enter any random password, and the new firmware will be updated on the board.

Fig. 3: Space to adding own function and code in OTA firmware
Fig. 4: Indusbaord/Buttonbaord WiFi network port
Fig. 5: Indusbaord/Buttonbaord WiFi network port in older Arduino IDE
Fig. 6: Password for the firmware update
Fig. 7: Firmware updated

Download Source Code

SHARE YOUR THOUGHTS & COMMENTS

Unique DIY Projects

Electronics News

Truly Innovative Tech

MOst Popular Videos

Electronics Components

Calculators

×