User Activity

STM32 NUCLEO 64 -F411RE From SMT32Cube IDE I build & upload the following code that does nothing ,stripped everything away to show that the ST-Link is working,#include "stm32f4xx.h" int main() { while(1) { /* Do nothing */ } } This b...
I have a HC-06 module being run via USART from a STM32F411RE NUCLEO board.When I run STBLEToolbox (or LightBlue) the module doesn't appear in the scan list (all filters are off)Yet when I open my Bluetooth settings on my phone the module shows up & I...
When I have the HC-06 powered from the board (either 3.3V or 5V) & try to upload to the board I get, Target no device foundError in initializing ST-LINK device.Reason: No device found on target. Yet when I unhook the module from the board everything ...
I've been doing some BLE development using STM32WB55RG mounted on Nucleo-68 board. Our end product is very space constrained & doesn't need all the headers, switches etc that the board provides.So I took a loser look at what we could save space by re...
STM32WB55RG not showing when using STM BLE Toolbox. In fact NO Bluetooth devices are showing at all.When I use the LightBlue app or scan using the Bleak Python library on my laptop, all discoverable devices are showing, including the STM32WB55RG with...