Skip to content

Category

BleuIO

Explore articles and updates from this category.

45 articles

Location analysis using Bluetooth Low Energy

Distance to a Bluetooth device can be measured using RSSI value. The following script will help you locate nearby unique BLE devices within a selected range. This script scans for nearby unique Bluetooth devices within the given range using a well-known RSSI to distance formula.  Requirments You need to have a BLE USB dongle BleuIO https://www.bleuio.com/ […]

Read more

UC awards Smart Sensor Devices the Nordic Growth Company award

Smart Sensor Devices was awarded the Nordic Growth Company award from UC for success in the financial year 2019/2020. The company is doing steady and robust development and growth. The award was given for efforts during the previous financial year. The company sees a continued positive development and sales have increased compared with the previous […]

Read more

Get Bluetooth Device Distance Using BleuIO

Distance between Bluetooth devices can be measured using RSSI value. Using the script presented in this article will help us to get device distance using BleuIO.  This script scans for nearby Bluetooth devices and get an approximation of the distance by using well known RSSI to distance formula. Requirments Instructions git clone https://github.com/smart-sensor-devices-ab/ble_distance_measure.git Go inside […]

Read more

Create a Bluetooth Low Energy repeater using multi-connection feature

Bluetooth low energy technology offers a suitable way of connecting smart devices.However, despite the convenience, you can bear witness that the range offered can be a little limiting. Sometimes the connection tends to drop or lag when you move a little further away from the device. Fortunately, it’s easy to overcome this range limitation with […]

Read more

Establishing a Secure BLE Connection

Recently, Bluetooth Low Energy (BLE) has become one of the most popular wireless standards for IoT devices. Most applications are now using this technology to transfer sensitive information between devices. Therefore, designers looking to integrate BLE into their products should be aware of the BLE security features and limitations.  The main security issues with the […]

Read more

Send BLE data to cloud

In this article, we will see how to send BLE data to the cloud. Together with the BleuIO javascript library and BleuIO USB dongle, we will get BLE data from HibouAir. After getting the advertised data, we will pass it to a simple function that will give us an object with meaningful air quality data […]

Read more
bleuio security

Make your Bluetooth Low Energy connection secure using BleuIO

Protection of private information is essential for every wireless low energy device, from fitness band 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