Skip to content

Category

BleuIO

Explore articles and updates from this category.

45 articles

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

Build your own firmware for BleuIO – An advertising example

The BleuIO is Bluetooth low energy USB dongle that can be used to create new BLE 5.0 applications in the fastest and easiest way. The BleuIO comes with a bootloader that allows you to update the firmware or flash your own application to the dongle.  This guide will show you how to get started with making […]

Read more

Build your own firmware for BleuIO

Introduction The BleuIO is Bluetooth low energy USB dongle that can be used to create new BLE 5.0 applications in the fastest and easiest way. The BleuIO comes with a bootloader that allows you to update the firmware or flash your own application to the dongle.  This guide will show you how to get started with […]

Read more

A faster way to new Bluetooth® applications

Swedish IoT company Smart Sensor Devices AB believes developing new Bluetooth applications should be as easy as using them. That’s why they created the BleuIO Bluetooth Low Energy USB dongle – a smart, highly integrated device that lets developers create new BLE 5.0 applications with minimal effort. Founded in 2016, Smart Sensor Devices provides products and data services for […]

Read more

Update BlueIO firmware using RaspberryPi

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, you will need an image file containing the new firmware or your own application and a host USB loader application. You can download the latest firmware, and host USB loader […]

Read more