BleuIO Pro Firmware update v1.0.4.14 — Enhanced Security and Flexibility

We’re excited to announce the release of BleuIO Pro Firmware v1.0.4.14, bringing enhanced control, improved security, and extended functionality to your Bluetooth development experience. This update focuses on giving users more flexibility in automation while keeping sensitive configurations protected.

New: Password Protection for AUTOEXEC List

One of the most significant updates in this release is the ability to lock the AUTOEXEC list with a password.

The AUTOEXEC list allows you to automate commands that run when the device powers on. In previous versions, anyone with access to the device could read, modify, or delete these commands.

With the new password feature, you can now secure your automation scripts by setting a password that prevents unauthorized access or changes.

  • Once a password is set, the list is locked — meaning it cannot be viewed or modified without entering the correct password.
  • The password persists through power cycles, ensuring protection even after the device restarts.
  • Updating the firmware to a different version will clear the password, allowing you to reset it if needed.

This feature is especially useful for developers deploying BleuIO Pro in environments where multiple users might interact with the device, ensuring that sensitive setup scripts remain intact.

Extended Wait Time for AT+WAIT Command

Another improvement is the extended maximum wait time for the AT+WAIT command.
Previously limited to 60 seconds, the command can now wait up to 1 hour (3600 seconds) — matching the functionality of the BleuIO (SSD005).

This enhancement provides more flexibility for time-sensitive applications or scenarios that require extended delays between command executions, such as long data collection intervals or connection monitoring.

New Commands Added

To support the new password-protection functionality, several new AT commands have been introduced:

1. AT+SETAUTOEXECPWD

Used to create or set a password for the AUTOEXEC list.
If a password already exists, you’ll need to provide the old one before setting a new one.

2. AT+ENTERAUTOEXECPWD

Allows you to enter the password when prompted to access or modify the AUTOEXEC list.

3. AT+CLRAUTOEXECPWD

Used to clear or remove an existing password.
To do so, the correct password must be entered first — adding an extra layer of protection.

These commands make it easy to manage your device’s security without complicating the user experience.

Bug Fixes and Improvements

  • Fixed an issue in verbose mode where some error codes and error messages did not match.
    This update ensures more accurate debugging information and smoother development workflows.

Download the Latest Firmware

You can download the latest BleuIO Pro Firmware v1.0.4.14 from our official documentation page:
https://www.bleuio.com/getting_started/docs/firmware_pro/

Share this post on :

BleuIO Firmware Release v2.7.9.11 – Improved Accuracy and Stability

We are excited to announce the release of BleuIO firmware v2.7.9.11, now available for all users. This update focuses on improving reliability and accuracy by addressing several important bugs identified in previous versions. Whether you are building BLE applications or integrating BleuIO into larger IoT systems, this release ensures a smoother and more dependable development experience.

Key Fixes in v2.7.9.11

Correct BLE Version Reporting
Previously, certain BLE sniffers would incorrectly report the BleuIO dongle as supporting Bluetooth 4.2 instead of Bluetooth 5.0. This bug has now been fixed, ensuring accurate version reporting and alignment with the dongle’s full Bluetooth 5.0 capabilities.

Cleaner Advertising & Scan Response Data
Default advertising and scan response data sometimes contained extra unknown Extended Inquiry Response (EIR) elements. These unnecessary data entries could lead to confusion when testing or deploying. With this fix, developers can now rely on clean and precise advertising packets, making it easier to design reliable BLE applications.

Accurate Preview of Advertising Data
When setting custom advertising or scan response data using AT commands, the preview did not always match the actual values set. This issue has been resolved, giving developers more confidence when configuring advertising parameters for projects such as BLE beacons.

Duplicate Handle Reports Eliminated
In some cases, the AT+NOTI and AT+INDI commands could return duplicate handles. This caused unnecessary repetition and clutter in test logs. With this update, handle reporting is streamlined, making service and characteristic testing more efficient and easier to interpret.

At BleuIO, we continuously refine our firmware to give developers a faster, more stable environment for building and testing Bluetooth Low Energy solutions. Each improvement—no matter how small—saves time in debugging, reduces misinterpretations, and ultimately accelerates your path from prototype to production.

If you are already using BleuIO, we recommend upgrading to the latest firmware to benefit from these bug fixes. For those new to the platform, you can get started by visiting our Getting Started Guide.

How to Update

Updating your dongle is straightforward. Simply follow the instructions in the Firmware Update Guide, and you’ll be running the latest version in minutes.

Share this post on :

BleuIO Firmware Update v2.7.9.6 – Secure Your AUTOEXEC List with Password Protection

We are happy to announce the release of BleuIO firmware v2.7.9.6.
This update brings an important new feature designed to make your device more secure: password protection for the AUTOEXEC list.

With this functionality, you can lock your AUTOEXEC list using a password. Once locked, no one can read, modify, or delete the commands inside unless they enter the correct password. The password will remain active even after power cycles, ensuring your setup stays protected. Please note that updating the firmware to a different version will clear the password.

What’s New in v2.7.9.6

Added Functionality

  • Ability to lock the AUTOEXEC list with a password.
  • Password protection persists through power cycles.
  • Updating firmware to another version will clear the password.

New Commands

We’ve introduced three new AT commands to manage this feature:

  1. AT+SETAUTOEXECPWD
    • Create or change a password for the AUTOEXEC list.Requires the old password if you want to change it.Maximum length: 255 ASCII characters.
    Example: AT+SETAUTOEXECPWD=my_password
  2. AT+ENTERAUTOEXECPWD
    • Used to enter the password when prompted.Grants access to locked commands.
  3. AT+CLRAUTOEXECPWD
    • Clears the existing password (requires entering the password first).Returns the AUTOEXEC list to an unprotected state.

How to Use the New Feature

The recommended way to use this functionality is:

  1. Add commands to your AUTOEXEC list as usual.
  2. Lock the list by setting a password with AT+SETAUTOEXECPWD.
  3. If you need to make changes later:
    • Use AT+CLRAUTOEXECPWD to remove the password.
    • Modify your AUTOEXEC list.
    • Lock it again using AT+SETAUTOEXECPWD.

When a password is set, the following commands will require authentication first:

  • AT+CLRAUTOEXECPWD
  • AT+SETAUTOEXECPWD
  • AT+AUTOEXEC
  • AT+AUTOEXECLOOP
  • AT+CLRAUTOEXEC

Why This Matters

The AUTOEXEC list is a powerful tool that allows you to automate commands when your BleuIO dongle starts up. By adding password protection, you ensure that only authorized users can view or change these startup configurations. This is especially important in production environments where security and stability are critical.

Update Today

We encourage all users to update to v2.7.9.6 to take advantage of this new security feature.
For full release notes and instructions, visit our documentation page.

Share this post on :

BleuIO Firmware Release v2.7.85 – Bug Fixes & Improved Stability

We are excited to announce the release of BleuIO Firmware v2.7.85. This update brings important fixes and improvements to ensure a smoother and more reliable experience when working with your BleuIO dongle.

What’s New in v2.7.85

This release focuses on bug fixes and performance improvements:

  • AT+CANCELCONNECT fix – Resolved an issue where the command would incorrectly return an error.
  • Improved JSON compatibility – Event message codes in verbose mode now include quotes, ensuring proper JSON format for easier parsing.
  • Better disconnection handling – Fixed a bug where AT+GAPDISCONNECTALL would sometimes fail to disconnect all connected devices.
  • Multi-device connection fix – Corrected an error where AT+GAPCONNECT returned “Connection limit exceeded” incorrectly when attempting to connect to the 8th device.

By upgrading to the latest firmware, you ensure your BleuIO dongle works at its best with improved stability and compatibility. If you are using BleuIO for projects that involve multiple device connections, JSON parsing, or handling connections/disconnections dynamically, this update is especially important.

Get the Latest Firmware

We recommend all users download and install the v2.7.85 firmware to take advantage of these improvements.
Download the latest firmware here

Share this post on :

Introducing Auto Execution Loop in BleuIO

BleuIO, a leading Bluetooth Low Energy (BLE) USB dongle, continues to evolve with its latest firmware updates —version 2.7.8 for BleuIO and version 1.0.3 for BleuIO Pro. This new release builds upon the Auto Execution feature introduced in our previous firmware release by adding a powerful Auto Execution Loop, allowing users to automate repetitive tasks seamlessly. With this enhancement, developers can set up loops in the AUTOEXEC list, enabling continuous execution of commands without manual intervention.

What is Auto Execution Loop?

The Auto Execution feature allows users to store and run AT commands automatically upon startup, making BLE development faster and more efficient. With the new Auto Execution Loop, you can now create loops within the AUTOEXEC list, All auto-execute commands between the loop start and loop end will continue running indefinitely until manually stopped by clearing the auto-execute list using AT+CLRAUTOEXEC.

This feature is particularly useful for scenarios where continuous execution of BLE tasks is required, such as:

  • Beacon advertising with dynamic data updates
  • Changing BLE characteristics periodically
  • Automated device-to-device communication
  • Repeating sensor data transmission

How to Use the Auto Execution Loop

Setting up a loop in the AUTOEXEC list is simple and requires only a few steps:

  1. (Optional) Add any commands that should run once before the loop starts using AT+AUTOEXEC=*command*.
  2. Define the start of the loop using AT+AUTOEXECLOOP=START.
  3. Add the commands that should execute repeatedly with AT+AUTOEXEC=*command*.
  4. Mark the end of the loop using AT+AUTOEXECLOOP=END.
  5. Restart the BleuIO dongle to see the commands execute automatically on startup. Alternatively, plug it into any power source, like a power bank or USB adapter, and let it run autonomously.

To clear the AUTOEXEC list and stop an ongoing loop, simply use AT+CLRAUTOEXEC. This ensures that any active command sequence is halted.

Real-World Use Cases

1. Dynamic BLE Beacon

Start-up: Disables scan response message and starts advertising.

In loop: Sets the advertising name in advertising data to ‘BleuIO’, waits 10 seconds, sets advertising name to ‘CAT’, waits 10 seconds.

Test: Scan the dongle to see the name change every 10 seconds.

Commands:

AT+AUTOEXEC=AT+ADVRESP=00
AT+AUTOEXEC=AT+ADVSTART
AT+AUTOEXECLOOP=START
AT+AUTOEXEC=AT+ADVDATA=04:09:42:6C:65:75:49:4F  // Name: BleuIO
AT+AUTOEXEC=AT+WAIT=10
AT+AUTOEXEC=AT+ADVDATA=04:09:43:41:54  // Name: CAT
AT+AUTOEXEC=AT+WAIT=10
AT+AUTOEXECLOOP=END

2. BLE Peripheral with Notify Characteristic

Start-up: Creates a custom service with a characteristic with the notify property. Starts advertising.

In loop: Changes the characteristic value to ‘First Value’, waits 10 seconds, changes the value to ‘Second Value’, waits 10 seconds.

Test: Connect to the dongle and subscribe to the notification characteristic to see it toggle between the two values every 10 seconds.

Commands:

AT+AUTOEXEC=AT+CUSTOMSERVICE=0=UUID=72013640-2f23-49bb-8edd-6636969a2545
AT+AUTOEXEC=AT+CUSTOMSERVICE=1=UUID=72013641-2f23-49bb-8edd-6636969a2545
AT+AUTOEXEC=AT+CUSTOMSERVICE=1=PROP=RWN
AT+AUTOEXEC=AT+CUSTOMSERVICE=1=PERM=RW
AT+AUTOEXEC=AT+CUSTOMSERVICE=1=LEN=20
AT+AUTOEXEC=AT+CUSTOMSERVICE=1=VALUE=Value
AT+AUTOEXEC=AT+CUSTOMSERVICESTART
AT+AUTOEXEC=AT+ADVSTART
AT+AUTOEXECLOOP=START
AT+AUTOEXEC=AT+CUSTOMSERVICE=1=VALUE=First Value
AT+AUTOEXEC=AT+WAIT=10
AT+AUTOEXEC=AT+CUSTOMSERVICE=1=VALUE=Second Value
AT+AUTOEXEC=AT+WAIT=10
AT+AUTOEXECLOOP=END

3. Device-to-Device Communication

Start-up: Enables verbose mode.

In loop: Connects to another dongle, waits 10 seconds to ensure connection, sends an SPS message ‘HELLO’, waits 10 seconds before disconnecting, then waits 60 seconds.

Test: Set up a second dongle to advertise and run AT+GETMAC on it to obtain the MAC address. Use that address in the first dongle’s AUTOEXEC list when adding the AT+GAPCONNECT command. Monitor the terminal on the second dongle to see the first dongle connecting and sending ‘HELLO’ every minute.

Commands:

AT+AUTOEXEC=ATV1
AT+AUTOEXECLOOP=START
AT+AUTOEXEC=AT+GAPCONNECT=[0]*MAC_ADDRESS*
AT+AUTOEXEC=AT+WAIT=10
AT+AUTOEXEC=AT+SPSSEND=HELLO
AT+AUTOEXEC=AT+WAIT=10
AT+AUTOEXEC=AT+GAPDISCONNECT
AT+AUTOEXEC=AT+WAIT=60
AT+AUTOEXECLOOP=END

Why Auto Execution Loop Matters

The introduction of Auto Execution Loop in BleuIO v2.7.8 brings a new level of automation and efficiency to BLE development. With this feature, you can:

  • Reduce manual intervention by automating repetitive tasks
  • Increase reliability by ensuring commands execute consistently
  • Enable standalone BLE applications without needing a host device
  • Enhance development workflow by quickly testing different BLE behaviors

For developers building BLE applications, this feature opens up exciting possibilities, from autonomous sensor monitoring to seamless device interactions.

BleuIO’s Auto Execution Loop is a game-changer for BLE automation, making it easier than ever to set up continuous execution of commands. Whether you’re developing a smart beacon, a data-logging device, or a BLE-based automation system, this feature allows you to achieve more with less effort.

How to Upgrade:

To take advantage of these enhancements, make sure to update your BleuIO dongle to firmware version 2.7.8. You can find the firmware update and detailed instructions on the official BleuIO website. Click here to know more about firmware updates.

Share this post on :

New Firmware Release for BleuIO and BleuIO Pro: Enhanced Stability and Bug Fixes

We’re excited to announce the release of new firmware updates for our popular BleuIO and BleuIO Pro Bluetooth Low Energy USB dongles. These updates focus on improving the stability and performance of the devices while addressing some critical bugs reported by our users.

With these firmware releases, both BleuIO and BleuIO Pro are now better equipped to handle connection and scan operations, ensuring a smoother experience for developers building Bluetooth Low Energy (BLE) applications.

BleuIO Pro Firmware v1.0.2

The latest firmware for BleuIO Pro brings significant stability improvements and important bug fixes.

Key Updates

Stability Improvements:

  • Improved general stability for more consistent performance.
  • Enhanced stability during connection and scan operations.

Bug Fixes:

  • Resolved issues with incorrectly formatted verbose responses.
  • Fixed a bug where notifications/indications and GATT read operation responses would be cut off if they exceeded a certain length.
  • Fixed an issue where advertising would not automatically restart after a disconnection in verbose mode.

These improvements ensure a seamless experience for developers using BleuIO Pro in their BLE projects, whether for scanning devices, establishing connections, or maintaining robust advertising.


BleuIO Firmware v2.7.7

The new firmware for BleuIO focuses on improving the dongle’s overall stability and addressing bugs that could hinder performance.

Key Updates

Stability Improvements:

  • Enhanced general stability for day-to-day operations.
  • Improved connection and scan stability to ensure reliable performance during development and testing.

Bug Fixes:

  • Resolved issues with incorrectly formatted verbose responses.

These updates further solidify BleuIO as a reliable solution for developers working on BLE applications across various platforms.

How to Update Your Firmware

To take advantage of these updates, download the latest firmware from our firmware page. Ensure you select the correct firmware for your device—BleuIO or BleuIO Pro.

We’ve included a detailed step-by-step guide on the firmware page to make the update process simple and straightforward.

We encourage all users to update their firmware to the latest version to benefit from these stability improvements and bug fixes.

Share this post on :

BleuIO Python Library v1.6.0 Now Available

We are thrilled to announce the release of the latest update to the BleuIO Python library, version 1.6.0, bringing enhanced functionality and improved performance.

What’s New in BleuIO Python Library v1.6.0?

This update introduces several key features and improvements that will enhance your development experience:

Support for Latest Firmware Versions:

This update adds functions to support all commands introduced up to BleuIO firmware version 2.7.6 and BleuIO Pro firmware v1.0.1. This makes it easier for developers to use the full range of capabilities offered by the latest BleuIO firmware versions.

Enhanced Auto-Detection of COM Ports:

The auto-detect feature has been improved, ensuring better handling of available COM ports. When COM port is not specified , the system will now automatically detect and select the correct BleuIO COM port.

If a detected BleuIO COM port is already in use, the library will now search for the next available unused port. This continuous search for available ports makes it even easier for developers to get started with their projects without manually configuring COM ports.

Why Should You Update to Version 1.6.0?

This update makes it even simpler to integrate BleuIO into your BLE applications by improving ease of use and expanding support for the latest hardware capabilities. Whether you’re working with BleuIO or the BleuIO Pro model, version 1.6.0 will simplify your development process and ensure you’re utilizing the most up-to-date features.

How to Update

Updating to BleuIO Python library v1.6.0 is simple. Just follow these steps:

Install the latest version of the BleuIO Python library using pip:

pip install --upgrade bleuio

Start using the new features and commands in your BLE applications, and enjoy the improved auto-detection of COM ports.

For more details, check out the full documentation for the BleuIO Python library, and stay tuned for future updates!

Share this post on :

BleuIO Pro Firmware Update v1.0.1 – Exciting New Features, Improvements, and Bug Fixes

We are excited to announce the release of BleuIO Pro (SSD005) Firmware v1.0.1. This latest update brings several new features, enhancements, and bug fixes, ensuring a more stable and flexible experience for developers using the BleuIO Pro (SSD025) device. Below, we’ll explore the key highlights of this update and how it will improve your BLE application development.

Key Features in Firmware v1.0.1

1. Integration of Commands from BleuIO Versions 2.7.5 and 2.7.6

One of the most significant additions to BleuIO Pro firmware v1.0.1 is the inclusion of commands from BleuIO versions 2.7.5 and 2.7.6. This means BleuIO Pro is now fully up to date with the latest functionality available in the BleuIO series, while also maintaining exclusive commands that are specific to the Pro model.

2. Unique Organization ID (UOI) Support

With this update, BleuIO Pro introduces the ability to set a Unique Organization ID (UOI). This ID will be stored in the device’s flash memory, ensuring it persists even after power cycles. The Unique Organization ID can be displayed in the ATI command response if it is set, providing a simple and effective way for developers to manage and identify their devices across larger projects or multiple devices.

3. Extended ASCII Character Support

As part of our continued effort to enhance the functionality and versatility of BleuIO Pro, this firmware update includes support for Extended ASCII characters. This change allows for the handling of a broader range of characters, expanding the potential use cases for your BLE applications.

4. Device Address Type Command (ATSAT)

Firmware v1.0.1 introduces a new command, ATSAT, which allows developers to toggle the visibility of the device’s address type in the advertising data/scan responses. This feature applies to the AT+FINDSCANDATA and AT+SCANTARGET commands, as well as the AT+GAPSCAN command, which will always show the device address type. This added flexibility allows developers to easily track whether devices are using a Private or Public address type, making it easier to manage multiple devices in your BLE applications.

5. Enhanced Bonded Device Storage

One of the significant improvements in this update is the increased storage capacity for bonded devices. Previously, BleuIO Pro could store information for up to 8 bonded devices. With the v1.0.1 update, this number has been expanded to 16 devices. When the number of bonded devices exceeds 16, the firmware will automatically remove the first device in the list that is not currently connected, ensuring that bonding can continue seamlessly. This improvement ensures that BleuIO Pro can handle larger device networks, especially in scenarios with multiple connections.

New Commands in Firmware v1.0.1

Along with the new features, firmware v1.0.1 introduces several important commands:

  • AT+SETUOI – Set the Unique Organization ID, which will be stored in flash memory and persist through power cycles.
  • AT+CLRUOI – Clear any set Unique Organization ID.
  • ATSAT – Toggle the visibility of the device address type in scan results for AT+FINDSCANDATA and AT+SCANTARGET.

These commands offer greater control over device management, especially in environments with many BLE devices.

Bug Fixes in v1.0.1

Firmware updates aren’t just about adding new features – they also address known issues to improve the overall stability and performance of the device. In v1.0.1, we’ve resolved several bugs that impacted the performance of BleuIO Pro:

  • Device Reset During Scanning: A bug has been fixed where BleuIO Pro would reset when scanning and connecting to two or more devices, especially during a disconnection event.
  • Command Handling Improvements: Several fixes have been implemented for commands that require parameters. Previously, some commands would cause BleuIO Pro to reset if parameters were not provided, especially immediately after boot. This issue has now been resolved.
  • Error Handling for String Parameters: We’ve fixed a bug that caused errors when certain commands with string parameters, such as AT+DEVICENAME, AT+SCANPARAM=NAME, and AT+SETUOI, included an equal sign (=) within the string.
  • AT+AUTOEXEC Command Fix: The AT+AUTOEXEC command, which failed to execute in certain cases, is now fully operational.

How to Update Your BleuIO Pro

To take advantage of the new features and bug fixes in firmware v1.0.1, simply download the latest firmware from our website and follow the provided update instructions. We recommend upgrading to the latest version to ensure your device is running optimally and to access the newest functionality available.

Share this post on :

BleuIO Firmware Update v2.7.6 – Unique Organization ID and Extended ASCII Support

We are excited to announce the release of BleuIO firmware version 2.7.6! 

This update brings important new features, bug fixes, and enhanced functionality that will make BLE application development even smoother. Here’s a breakdown of what’s included in this latest release:

New Features in v2.7.6

  • Unique Organization ID
    A key new feature in this update is the ability to set a Unique Organization ID (UOI). This ID will be stored in the device’s flash memory, allowing it to persist through power cycles. If the Unique Organization ID is set, it will be displayed in the response to the ATI command. This is particularly useful for users managing multiple BLE devices, as it helps uniquely identify each device by the organization. The Unique Organization ID can also be cleared as needed.
  • Support for Extended ASCII Characters
    BleuIO now handles Extended ASCII characters, broadening the range of compatible inputs for developers. This improvement enhances the device’s ability to handle more complex data and increases flexibility when working with BLE communication.

New Commands

With this firmware update, two new commands have been introduced to set and clear the Unique Organization ID:

  • AT+SETUOISet Unique Organization ID
    This command allows you to set a Unique Organization ID, which will be saved in flash memory and persist through power cycles. When set, the Unique Organization ID will be displayed in the response to the ATI command. You can set a Unique Organization ID up to 100 characters in length.
  • AT+CLRUOIClear Unique Organization ID
    If you need to clear the Unique Organization ID that was previously set, this command will allow you to do so. It removes the ID and resets the field to its default state.

Bug Fixes

  • Fixed Stability Issue During Device Connections
    A bug has been fixed in this update where BleuIO would reset when connected to two or more devices while scanning, especially when a disconnection event occurred. This issue could cause instability and interrupts during device connections. With the release of v2.7.6, this problem has been resolved, ensuring smoother operation when connecting to multiple BLE devices.

How to Update

Visit our firmware download page to access the latest firmware and ensure your BleuIO device benefits from these enhanced capabilities. Be sure to select the correct firmware version for your device model—BleuIO or BleuIO Pro—before downloading.

This update makes BleuIO more powerful, with improved stability and added flexibility for developers. The new Unique Organization ID feature and Extended ASCII support will certainly enhance the way you can use BleuIO in your projects. If you haven’t already, be sure to download the latest firmware and take advantage of these exciting new features!

Share this post on :

Firmware Update v2.7.5 for BleuIO: Enhanced Bonding and Device Address Type Display

We’re excited to announce the latest firmware update for the BleuIO Bluetooth Low Energy USB dongle: Firmware Version 2.7.5. This update introduces valuable new features and optimizations designed to improve usability and functionality. Here’s an in-depth look at what’s new and improved with this release.

Key Features and Improvements in v2.7.5

New Command: ATSAT

With version 2.7.5, BleuIO introduces a new command, ATSAT, which allows users to view the device address type—indicating whether the address is public or private—within scan results. This functionality is particularly useful for users looking to distinguish between public and private address types during Bluetooth scanning. When enabled, ATSAT will display:

  • [1] for private addresses
  • [0] for public addresses The ATSAT command works seamlessly with the AT+FINDSCANDATA and AT+SCANTARGET commands, which display the address type in scan results. Additionally, AT+GAPSCAN now always shows the device address type, ensuring that users have visibility into the address type for more effective management of scanned devices.

Expanded Bonded Device Capacity

In a significant enhancement to the device’s bonding functionality, this update expands the number of bonded devices that BleuIO can store from 8 to 16. Previously, when the bonding capacity reached the limit of 8 devices, new bonding was not possible until the user manually removed one or all existing bonded devices using the AT+GAPUNPAIR command. With the updated firmware, BleuIO can now store bonding information for up to 16 devices, simplifying the management of Bluetooth connections.

Automatic Removal of Oldest Bonded Devices:

When the 16-device limit is reached, BleuIO will now automatically remove the oldest bonded device that is not currently connected. Given that BleuIO supports a maximum of 8 simultaneous connections, there will always be at least 8 devices in the list that are not actively connected. This new functionality ensures users can always establish a new bond without the need to manually manage bonded devices, thereby improving convenience and user experience.

How to Update

Visit our firmware download page to access the latest firmware and ensure your BleuIO device benefits from these enhanced capabilities. Be sure to select the correct firmware version for your device model—BleuIO or BleuIO Pro—before downloading.

Share this post on :