BleuIO

BleuIO

  • Get Support
  • Buy Now
  • Manual
  • List of AT Commands
  • BleuIO Web App
  • Help

›BleuIO (SSD005)

Manual

  • How it works
  • How to use
  • Verbose Mode
  • Known Issues
  • Troubleshooting

Firmware Updates

    BleuIO (SSD005)

    • Firmware Updates
    • Release History of BleuIO (SSD005)

    BleuIO Pro (SSD025)

    • Firmware Updates
    • Release History

AT-Commands

  • List of AT Commands

BleuIO Libraries

  • JavaScript Library
  • Python Library

Scripts & Tutorials

  • Python: iBeacon
  • Python: Eddystone Beacon
  • Python: Scan
  • Python: Scan and Store
  • Python: SPS Script
  • Python: File transfer Script
  • Python: Repeater Script
  • Javascript: Google chrome.serial Beacon
  • C# Console App Example
  • C# WFA Example

Script using libraries

    Python library > v1.2.0

    • Custom Services example using Python library
    • Eddystone example using Python library
    • IBeacon example using Python library
    • Scan example using Python library
    • Scan and store example using Python library

    Python library < v1.2.0

    • Eddystone example using Python library
    • IBeacon example using Python library
    • Scan example using Python library
    • Scan and store example using Python library
    • SPS example using Python library
    • Security Example using Python library

    JS library

    • Eddystone example using Javascript library
    • IBeacon example using Javascript library
    • Scan example using Javascript library
    • Security Example using Javascript library
    • Get Device Distance

Projects

    Arduino

    • Arduino Example

    Beaglebone

    • Beaglebone Example

    Raspberry Pi

    • Raspberry PI into Beacon
    • Raspberry PI home automation

    Raspberry PI Pico

    • BleuIO integration (Part1)
    • BleuIO integration (Part2)
    • BleuIO integration (Part3)
    • BleuIO integration (Part4)
    • BleuIO integration (Part5)

    Renesas RA4M2

    • Signal Strength Monitoring
    • Real-Time CO2 monitor
    • Monitoring Air Quality

    STM32 Nucleo-144

    • Nucleo-144 board example
    • Smart Bulb Example

    M5Stack's CoreMP135

    • M5Stack's CoreMP135 board example

Build Your Own Firmware

  • Build Your Own Firmware
  • Advertising Example

More

  • Links
  • Vulnerability Disclosure Policy
Order Now

BleuIO

$24.99

Buy Now

Firmware Updates for BleuIO (SSD005)

Important Change:

Starting with firmware version 2.6.0 and above, the Control signal Data Terminal Ready (DTR) must be enabled when communicating with BleuIO over the serial port to ensure proper reception of responses.

Important Notice:

Please ensure you use the correct firmware for your device. BleuIO and BleuIO Pro require distinct firmware specific to each model. Using the incorrect firmware may leads to impact device functionality. Kindly verify your device model before proceeding with the download and update process.

Introduction


The BleuIO comes with a bootloader to allow you to update the firmware or flash your own application to the dongle.

There are three methods to update the dongle.

  • Using firmware updater
  • Using SUOTA
  • Manual update

Latest Firmware

[2025-12-08] v2.7.9.51 Firmware

Version 2.7.9.51DownloadRelease Noteschecksum: 58d62314fc98634f61799f6831c49656


⬇ Older Firmware releases

How to update your firmware


Update method 1: Using firmware updater

Supports Windows, Mac, Linux

The BleuIO comes with a bootloader to allow you to update the firmware or flash your own application to the dongle. To flash the dongle we will need an image file containing the BleuIO firmware or your own application and the updater script.

How to update a dongle

Requirements

  • Python >=3.5
  • pyserial 3.5

Steps

  • Download and extract the updater zip file Download
  • Place the firmware image file into the same folder. (list of firmware image files are available at the top).
  • Open the command prompt and go to the extracted folder where bleuio_fw_updater.py is available.
  • Run: python bleuio_fw_updater.py image_file_name.img
  • “Success” message along with the updated firmware version will be shown on the screen once the process is completed.

Update method 2: Using SUOTA

SUOTA Instructions

Via App

  1. Download the App Renesas SUOTA for either Android or iOS.
    (Android) Google Play: https://play.google.com/store/apps/details?id=com.dialog.suota&hl=en&gl=US

    (iOS) App Store: https://apps.apple.com/se/app/dialog-suota/id953141262

  2. Download the firmware file to your device (Android/iOS).
    You can download the firmware directly to your smart device from here: https://www.bleuio.com/getting_started/docs/firmware/

    Or you can transfer the firmware from your computer to your smart device:

    For Android:
    A SUOTA folder should have been created on your device when you installed the App. Simply copy the firmware image file into that folder.

    For iOS:
    Open iTunes and select the device to which the firmware image file is to be downloaded.
    Select the SUOTA App from the File Sharing menu.
    Add the firmware image file that is to be downloaded.
    Press the “Done” button to downloaded the selected file to the smart device.

  3. Insert the BleuIO Dongle in the computer.
    Run the AT+SUOTASTART command.
    Open the Renesas SUOTA App.
    When scanning you should see a device called BleuIO SUOTA.
    scan device

  4. Tap BleuIO SUOTA to connect.
    The device info screen will be shown.
    Confirm that your current version is correct and press UPDATE DEVICE.
    device info

  5. Select the image file.
    If you didn't transfer the firmware from a computer or choose a different location to store the firmware click the folder icon to navigate to where the firmware is located.
    file_selection

  6. You can leave the Parameter Settings as is. They will not be used.
    Just press SEND TO DEVICE.
    parameter_settings

  7. Wait for the update to finish.
    update_started

  8. When update is finished you will be prompted if you want to reboot the device. Press OK.
    upload_complete

  9. Done! Confirm that the firmware version has changed by running the ATI command on the BleuIO Dongle.

Via another BleuIO + Script

Requirements

Python >= 3.5
Python library bleuio >= 1.3.0

Download script

  • Get script BleuIO_SUOTA_Updater.py. Download

Steps

  • Download the desired firmware from above.
    It is recommended to place the firmware image file into the same folder as the script.
  • Open a command prompt where the script is located.
  • Run: python BleuIO_SUOTA_Updater.py image_file_name.img
  • Start SUOTA Mode on the dongle you wish to update by running AT+SUOTASTART command.
  • The script will look for any BleuIO Dongle that is advertising in SUOTA mode and start updating the first it finds.
  • “BleuIO Updated Successfully!” message will be shown on the screen once the process is completed.
  • You will then be prompted "Update another BleuIO Dongle? (y/n)" if you choose y it will try to find and update another BleuIO Dongle. Choosing n will exit the script.

Arguments

ArgumentsDescriptions
-h, --helpShow this help message and exit
-fwRequires SUOTA firmware img file to update BleuIO Dongle with.
-dbg,
--debug
Shows debug messages
-p, --portChoose port used by dongle used to update. If note choosen the first port found used by a BleuIO Dongle will be used.

Update method 3: Manual update

Linux side (PC)

To flash the dongle you will need a image file containing the new firmware or your own application and a host USB loader application (that you can get HERE for Windows (host_usb_updater.zip) or HERE for Linux PC (host_usb_updaterlinux.zip)) or HERE for Linux Raspberry Pi (host_usb_updater_RPi.zip)).

  • Download Linux PC Host Updated Download
  • Run with sudo ./host_usb_updater /dev/ttyACM0 ./example_firmware.img. - The /dev/ttyACM0 means USB-CDC driver of Linux. It can be changed according to test machine.
  • Sometimes a modemmanager in Linux system like Ubuntu might interrupt the USB-CDC communication. In that case you can try disabling it.

Linux side (Raspberry Pi)

  • Download Linux Raspberry Pi Host Updated Download
  • Run with sudo ./host_usb_updater /dev/ttyACM0 ./example_firmware.img. - The /dev/ttyACM0 means USB-CDC driver of Linux. It can be changed according to test machine.

Windows side

Download Host USB updated Download and the latest firmware file e.g., 'blueio.1.0.9.img' in the same folder.

Preparations:

(This will need to be done once at least on every computer you use to flash dongles.)

  • Open the Windows Device Manager.
  • Insert a dongle.
  • Look at Ports (COM & LPT) Choose Port
  • Notice the number 14. This is the Serial Port number the bootloader is using on my computer. You may get another COM port number. Write this number down as you will need it when flashing the dongles.
  • Keep in mind that the bootloader will only be open for about 15 seconds after inserting the Dongle, then it will switch to the main app and the COM port number will change. If this happens just pull out the dongle and insert it again.
  • You cannot use the main app's Serial Port number to flash the dongles!

Flashing the dongles:

  • Open a terminal and go to the folder where the flash programmer and firmware file is located.
  • Type host_usb_updater {number} bleuio.1.0.9.img -verbose
  • Where '{number}' should be the number of the Serial Port on your computer (without the brackets {}) as described in the 'preperation' section. It's 14 in the picture above but your computer might have a diffrent number.
  • Dont press enter yet.
  • Insert the dongle you want to flash. Please note:You cannot have multiple dongles connected.
  • Wait one or two seconds after insterting the dongle to make sure the computer recognise it then press Enter. The host_usb_updater.exe will now update the dongle.
  • A successful firmware update should look like: Successful update
  • Trying to flash using wrong COM Port will look like this Successful update
  • After flasing , you can wait to get the Application started and test that the dongle has been successfully flashed with the new version number 1.0.9 by running the AT-command: ATI

NOTE: For simplicity's sake it is recommended to keep the image-file and host_usb_updater.exe in the same folder otherwise you will need to provide the path to where image file is stored relative to the host_usb_updater.exe.

← PreviousRelease History of BleuIO (SSD005) →
  • Introduction
  • Latest Firmware
  • How to update your firmware
    • Update method 1: Using firmware updater
    • Update method 2: Using SUOTA
    • Update method 3: Manual update

Support Request

If you have any queries or technical questions, please don't hesitate to send us a message. We will reply within 24 hours.

Message Sent!

Docs
ManualAT CommandsHelp
Community
YouTubeLinkedInFacebook
More
BleuIOSmart Sensor DevicesGitHub
Sales & Support
support@bleuio.comsales@bleuio.com
Copyright © 2025 BleuIO. A product of Smart Sensor Devices