User Activity

Hi,I am trying to make a simple BLE service with a custom characteristic descriptor and UUID (128 bit) has anyone got any good examples of this?The reason I ask is when I running a BLE server to advertise the characteristics always just seem to show ...
Hi,I just have to voice my opinion on STM32's BLE STM32WB15 solution I have got, out of the box (Nucleo-WB15CC) I have spent many hours now just trying to get a simple example started just advertising to a mobile but I still can't get it too detect. ...
Hi, I have used 2-3 versions of STM32Cubeide and 1 thing that is driving me crazy right now is the project explorer is never consistent, sometimes it's visible sometimes it isn't, sometimes the projects disappear completely, sometimes project explore...
Hi, I wonder has anyone experience with baremetal USART implementation as I have attached a Source file for USART for a 'STM32G0B1RET' discovery board but it just sits there and doesn't transmit anything? See attached (usart.c). I have basically just...
Hi, I am wondering if anyone has any experience with HAL SPI as when I try in 16-bit mode to make a single packet of data manually and use (sizeof xxx) it sends 2x data packets to the oscilloscope and when I specify the packet size as "1" I get the c...