Real-Time CO2 Status Indicator and Monitor with BleuIO and Renesas EK-RA4M2


https://www.electronics-lab.com/real-time-co2-status-indicator-and-monitor-with-bleuio-and-renesas-ek-ra4m2/

Introduction In an age where air quality has become increasingly important, monitoring CO2 levels in various environments is crucial. This project demonstrates how to create a real-time CO2 monitoring system using the Renesas EK-RA4M2 evaluation kit and the BleuIO dongle. This project walks you through the process of scanning Bluetooth advertising signals from a HibouAir […]

Bluetooth based PIR motion detecting application using STM32 board


https://www.electronics-lab.com/bluetooth-based-pir-motion-detecting-application-using-stm32-board/

1. Introduction In this project, we will use a PIR sensor to detect motion. Once motion is detected, it will trigger an interrupt and the BleuIO dongle connected to the board will advertise for 25 seconds. You can expand the project based on your needs further. A PIR (passive infrared) Sensor is an electronic device […]

SmartPhone Controlled Home Automation using Raspberry Pi and BleuIO


https://www.electronics-lab.com/smartphone-controlled-home-automation-using-raspberry-pi-and-bleuio/

Home automation involves automating household environment equipment. To achieve that, we have created a smart bulb that can be controlled remotely using a smartphone app. The aim of this project is to control different home appliances using smartphones at your home. Introduction This example is showing how to control a GPIO pin on a RaspberryPi […]

Make a BLE enabled Smart Bulb with STM32 and BleuIO


https://www.electronics-lab.com/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 […]

Bluetooth Low Energy (BLE) Tutorial for Beaglebone using python


https://www.electronics-lab.com/bluetooth-low-energy-ble-tutorial-for-beaglebone-using-python/

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, BleuIO will start advertising. Every 8th second it will turn on one […]

Bluetooth Low Energy (BLE) Tutorial for Arduino using BleuIO


https://www.electronics-lab.com/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 […]

Create BLE project with STM32 and BleuIO


https://www.electronics-lab.com/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 […]

Access BLE data remotely


https://www.electronics-lab.com/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 […]

Transfer files wirelessly over the Bluetooth Low Energy protocol Using BleuIO


https://www.electronics-lab.com/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio/

This tutorial will show how to transfer files wirelessly over the Bluetooth Low Energy protocol. We will use two BleuIO dongles for this project—one for sending and another one for receiving. The sender dongle will be in central mode, while the receiver dongle will be in peripheral mode. We have already created two python scripts […]

BleuIO: BLE 5.0 USB Adapter


https://www.electronics-lab.com/bleuio-ble-5-0-usb-adapter/

The USB Bluetooth dongles are quite popular nowadays. Most wireless computer mouse comes with a USB Bluetooth dongle which enables wireless communications to your PC. A USB Bluetooth dongle is a very quick and inexpensive means to allow Bluetooth communications onto your computer. To use the dongle, you simply need to plug it in the […]