Skip to content

Category

BleuIO

Explore articles and updates from this category.

45 articles

Collect Realtime Data From Bluetooth Device

This project will show how to collect Realtime Bluetooth low energy data and show it on web browser. For this project, I am using Bluetooth Low Energy USB dongle called BlueIO, which will act as a central device to retrieve data. Hibou Air Quality Monitor which will serve as a peripheral device to transmit the […]

Read more

Bluetooth Low Energy: What this technology has in store for the future

The term IoT or Internet of Things, is bringing new technologies to transform and make the world in the era of connectivity. The IoT says that everything is connected and Bluetooth has made it much easier to work. There are several names: Bluetooth Smart, Bluetooth 4.0+ and BLE (Bluetooth Low Energy). We can say that […]

Read more

Collect and export data from bluetooth devices

This project will show how to collect real-time BLE data and export as csv using web browser. For this project, I am using Bluetooth Low Energy USB dongle called BlueIO, which will act as a central device to retrieve data. Hibou Air Quality Monitor which will serve as a peripheral device to transmit the data. The script is […]

Read more

Smart Sensor Devices Announces Global Distribution Agreement With Digi-Key Electronics

Smart Sensor Devices announces that its Bluetooth low energy USB dongle called BleuIO will be available for immediate shipment worldwide through Digi-Key Electronics, a global electronic components distributor, as a result of a new distribution agreement. The product is listed on Digikey and available for purchase. “Through our distribution partnership with Digi-Key we are making it easier […]

Read more

BleuIO Javascript library available on npm

Bleuio Javascript library is available on npm(Node Package Manager). Now you can easily access all the BleuIO functions from web browser. 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, Open chrome://flags/#enable-experimental-web-platform-features in Google Chrome browser and […]

Read more

BleuIO library available on PyPI

Bleuio Python library is available on PyPI (the Python Package Index) to simplify the life of Python developers. Before starting to install our library, make sure your you have the latest python installed on your system. If you have never installed a library from PyPI, you must install the pip tool enabling you to download […]

Read more

Sending and receiving data between two Bluetooth dongle

In this project, we will demonstrate how two Bluetooth dongles can be paired together and share data between them. To pair two Bluetooth dongle, one of them needs to be configured as Central and other needs to be configured as Peripheral. We already wrote a Python script that sends data back and forth between dongles. […]

Read more

Plotting real-time graph from Bluetooth 5.0 device to Google Chrome

Hey there, Here is a tutorial on how to plot a real-time graph of values to Google Chrome from Hibou Air Quality Monitor using BleuIO and javascript library chartjs. For this project, I am using Bluetooth Low Energy USB dongle called BlueIO, which will act as a central device to retrieve data. Hibou Air Quality Monitor which will […]

Read more

Interact with Bluetooth devices using Google Chrome

Bluetooth is a wireless technology that enables the transfer of data between Bluetooth enabled devices within a short distance. The Bluetooth® community is making significant improvement in wireless innovation every year. Bluetooth Low Energy Bluetooth Low Energy is known under many names: BLE, Bluetooth LE or Bluetooth Smart. The strength of Bluetooth Low Energy is indeed its very low […]

Read more

Distance Measuring Solution for COVID-19 using Bluetooth Low Energy

As the coronavirus pandemic continues, we’ve seen several social distancing, and contact tracing solution came in the market to stop the spread. Employers and businesses will want new devices to help keep social distancing when people return to work. In this case, Bluetooth technologies can be very useful. When a Bluetooth device connects to another […]

Read more