Skip to content

News & insights

Air quality, Bluetooth, and IoT insights from Smart Sensor Devices

Explore updates, tutorials, product news and practical guidance on air quality monitoring, smart control, Bluetooth technology and connected sensing.

Create Bleutooth Low Energy Application with C# and BleuIO

Bluetooth Low Energy (BLE) is a low power wireless technology used for connecting devices with each other. It is a popular communication method especially in the era of Internet of Things. Several devices around the house have a build-in buetooth transceiver and most of them provide really useful capabilitites to automate jobs. For that reason it is […]

Read more

Security Modes/Levels of a BLE Connection

Protection of private information is essential for every wireless low energy device, from fitness bands to payment systems. Privacy mechanisms prevent devices from being tracked by untrusted devices. Secure communications keep data safe while also preventing unauthorized devices from injecting data to trigger the system’s unintended operation. In Bluetooth Low Energy (BLE), devices connected to […]

Read more

BleuIO Javascript library now supports firmware v2.1.0

BleuIO Javascript library is updated and supports firmware version 2.1.0  Now you can easily access all the BleuIO AT commands from web browser using this library. Before starting to install our library, make sure you have Chrome 78 or later version installed on your system. You will also need to enable the #enable-experimental-web-platform-features flag in chrome://flags.To do that, […]

Read more

How To Make a BLE enabled Smart Bulb with STM32 and BleuIO

Home automation involves automating household environment equipment. To achieve that, we have created a smart bulb that is easy to install, and the attached equipment can be controlled over a web browser or smartphone app. The aim of this project is to control different home appliances using a web browser or smartphone. 1. Introduction The […]

Read more

Smart Sensor Devices AB Joins RobotShop Marketplace

Smart Sensor Devices AB, a manufacturer and provider of IoT solutions, is pleased to announce that its Bluetooth low energy USB dongle called BleuIO will be available for immediate shipment worldwide through the Robotshop Marketplace.  The product is listed on RobotShop and available for purchase. “Joining the RobotShop Marketplace is a strategic move that allows our Bluetooth Low Energy […]

Read more

Bluetooth Low Energy (BLE) Tutorial for Beaglebone using BleuIO

1. Introduction This is a simple example showcasing how to control a BleuIO dongle connected to Beaglebone Black using a python script. When running the script, it will first ask for the com port where the dongle is connected (usually ‘/dev/ttyACM0’). After that, the BleuIO will start advertising. Every 8th second it will turn on […]

Read more

Bluetooth Low Energy (BLE) Tutorial for Arduino using BleuIO

1. Introduction The project is a simple example showcasing a quick way to setup an Arduino with a USB Host Shield as a USB CDC Host capable of communicating with the BleuIO Dongle. When a BleuIO Dongle is connected to the USB port, the BleuIO Dongle will start advertising. It will then act as a […]

Read more

Create BLE project with STM32 and BleuIO

1. Introduction The project is a simple example showcasing a quick way to set up a STM32Cube project as a USB CDC Host capable of communicating with the BleuIO Dongle. When a BleuIO Dongle is connected to the Nucleo boards USB port the STM32 will recognize it. It will then accept 3 different inputs from […]

Read more

Access BLE data remotely

Suppose you have some BLE devices at your home and want to control or scan for those devices while at your workplace. In this project, we will discuss how to access BLE data remotely.   We have already created a script that communicates through BleuIO dongle remotely and gives us the response. You can access the […]

Read more

Bleuio Firmware Update V2.0.9 – enables Device Information Service update

BleuIO released a new firmware version 2.0.9 on November 05, 2021, introducing new features and enhancements to improve productivity. You can download the updated firmware from https://www.bleuio.com/getting_started/docs/firmware/ Following features and AT commands has been added to this release  Added features: Added support to set the information in the Device Service Information (DIS).  Added Commands Added […]

Read more