User Activity

I'm executing the P2P Server on an STM32WB.  I have a custom client that can be ported to different platforms.  When I build the client for Windows-11, message exchanges greater than 20 bytes work okay.  When I build and run on Android, the P2P respo...
I followed the instructions posted here to enter the bootloader and successfully connect to the MCU via USB using STM32CubeProgrammer.  When I attempt to load code the following error occurs:  09:12:45 : USB speed   : Full Speed (12MBit/s)  09:12:45 ...
I get the following error when I attempt to Build or Clean any project.21:36:49 **** Build of configuration Debug for project BLE_HeartRate **** make -j12 all "make -j12 all" terminated with exit code -1073741515. Build might be incomplete.   21:36:...
I'm developing a battery powered application using the STM32WBMMG and working to minimize power consumption.  I'm using STM32Monitor-Power and X-NUCLEO-LPM01A to supply power to our custom board and measure current. The application periodically uses ...
Under what circumstances will the BLE controller return Command Disallowed (0x0C)? I am calling aci_gap_set_discoverable() followed by aci_gap_update_adv_data() periodically. I see aci_gap_set_discoverable() return successful the first time that i...
Kudos from