Tag: STM32
Bluetooth LE based LCD messenger using STM32
The aim of this project is to send messages via Bluetooth using a web browser or smartphone to an LCD display that is connected to the STM32 board. 1. Introduction The project is based on STM32 Nucleo-144 which controls LCD display using BleuIO. For this project, we will need two...
Continue ReadingSensor 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...
Continue ReadingMake 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...
Continue ReadingCreate 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...
Continue ReadingRadSens module: An ultracompact Arduino Dosimeter
A dosimeter is an extensively used device for measuring ionizing radiation. Modern electronic personal dosimeters can be worn by a person to monitor the dose of radiation received. These modern dosimeters can give a continuous readout of cumulative dose and current dose rate and can...
Continue ReadingSTM32 IoT Discovery Kit for Cellular Applications: B-L462E-CELL1
The STM32 IoT Discovery Kit, commonly known as B-L462E-CELL1, is a ready-to-use development platform for cellular IoT devices created by STMicroelectronics. According to ST, the Discovery kit integrates a discovery mainboard powered by an LBAD0ZZ1SE module, a global coverage antenna,...
Continue ReadingSparkFun Thing Plus – STM32 (DEV-17712)
SparkFun Electronics Thing Plus - STM32 offers power and precision with a 32-bit ARM® Cortex®-M4 RISC core. The Thing Plus provides a DFU bootloader for uploading code and incorporates an extensive range of enhanced I/Os and peripherals. The STM32 Thing Plus utilizes the handy Qwiic...
Continue ReadingOpenRPNCalc: Custom scientific RPN calculator based on STM32
Reverse Polish Notation (RPN) is a popular method for representing mathematical expressions. In this notation, the operator symbol comes after the operands in contrast to the Polish notation, where the operators are placed preceding the operands. For example, the Polish notation for the...
Continue Reading