STM32 MCUs Wireless

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

UART NOT WORKING IN SEQUENCER UNDER LPM

I AM USING STM32 WL55JC2 CONTROLLER TO WORK AS A LORA END NODE , I AM WORKING WITH EXCISTING CODE FOR LORA END NODE AND I WANT TO CONFIGURE UART1 , THE CODE IS WORKING UNDER  SEQUENCER OS. SO I AM TRYING TO IMPLEMENT UART1 WITHIN THE SEQUENCER OS , U...

MANOJ_R by Associate II
  • 85 Views
  • 1 replies
  • 0 kudos

Resolved! Case LoraWan Gateway example in stm32wl55JC1

Hi, I have two NUCLEO-WL55JC1 boards with me. I want to make one board as a end device and one board as a gateway. I found end node example with in firmware package of STM32WL but not found any example for gateway.Is there any gateway example availab...

How to use ble module on B-U585I-IOT02A ?

Before writing, I apologize for the unsophisticated use of English.   Hello, I'm student who struggle with ble. I want to transmit the IMU GYRO Info & Camera Video ( or Image ) by STM32WB Module on the board. But I don't have any idea for starting b...

WB55RG BLE Beacon Example via HCI only

Dear All,I am search for an example BLE beacon code for the NUCLEO-WB55RG board which solely uses the HCI layer.There is an example for the WBA board: https://github.com/STMicroelectronics/STM32CubeWBA/tree/main/Projects/NUCLEO-WBA55CG/Applications/B...

whati001 by Associate II
  • 216 Views
  • 1 replies
  • 0 kudos

Resolved! Debugging STM32WB15CC-CM0+ core

Hi,I am currently attempting to debug the secondary core (cortex-M0+) on the STM32WB15CC board, but I have encountered challenges in doing so. According to the documentation, the boot process is initiated by setting C2BOOT through the primary core (c...

Gaya by Associate
  • 286 Views
  • 2 replies
  • 0 kudos

Resolved! BLE_HeartRateFreeRTOS question

STM32WB55RGV MCU is in use, and BLE_HeartRateFreeRTOS example is under review. In the example of BLE_HeartRateFreeRTOS, it was confirmed that the STOP2 mode function was included, but I don't know the Stop mode entry conditions.And I wonder if I can ...

songkw by Associate II
  • 398 Views
  • 4 replies
  • 1 kudos

Resolved! Cluster Zigbee Failure Write Request

Dear St,I'm developing a cluster with a client and server, where I have a client to write on the cluster of the server. I can write with the function ZbZclWriteReq() on the server, but I'm not always successful. When I do the first write, I have succ...