Sensor data collection from STM32 and SHT85 using Bluetooth Low Energy
https://www.electronics-lab.com/sensor-data-collection-from-stm32-and-sht85-using-bluetooth-low-energy/
A simple Bluetooth Low Energy project showing how to get sensor data from SHT85 which is connected to the STM32 Nucleo-144 using javascript. Requirements : A BleuIO dongle (https://www.bleuio.com/) An SHT85 sensor (https://sensirion.com/products/catalog/SHT85/) A board with an STM32 Microcontroller with a USB port. (A Nucleo-144 development board: NUCLEO-H743ZI2, was used to develop this example. (https://www.st.com/en/evaluation-tools/nucleo-h743zi.html) […]
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 […]