STM32 MCUs Wireless

Ask questions and discuss STM32 wireless solutions and their implementation for running Bluetooth LE, Zigbee, LoRaWAN applications.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Matter software expansion for STM32Cube

Dear all, The X-CUBE-MATTER Expansion Package is now available on our official website following this link  MATTER - Matter software expansion for STM32Cube - STMicroelectronics  It is a reference implementation for the demonstration of Matter on ST...

Ouadi by ST Employee
  • 3307 Views
  • 0 replies
  • 2 kudos

STM32WB55 BLE

Hello all, I'm using the NUCLEO-WB55 board, I want to send 100 bytes of data through BLE, but I can only able to send 20 bytes of data, Please figure out the solution or any other alternate way is there.

Balun Placement in Nucleo WL5JC Reference Schematics

Hi All,As an absolute beginner in schematics and PCB design, I have decided to build a breakout board for the STM32WLx MCU. For reference, I used the NUCLEO-WL5JC schematics.I noticed that there are two different schematics for high-band boards:MB138...

Levan by Associate III
  • 780 Views
  • 0 replies
  • 0 kudos

Resolved! Can't receive more than 2 datas in BLE

I'm currently using the STM32 board B-U585I-IOT2A. The BLE module is working as BLE Server, and I want to transmit data.So, using BLE_NOTIF_VAL as explained here (https://wiki.st.com/stm32mcu/wiki/Connectivity:STM32WB_AT_Server), I can send 1 or 2 va...

TBarn.3 by Associate II
  • 1426 Views
  • 2 replies
  • 0 kudos

System Reset doesn't work as expected

Hi,I need to reset all, then tried to call "HAL_NVIC_SystemReset();", expecting a total reset (both nucleos CM4 and CM0), but it seems BLE app doesn't reset and goes to an undefined state, accepting connections, but doesn't accepting access to charac...

rbenv.3 by Associate II
  • 752 Views
  • 1 replies
  • 0 kudos

P-Nucleo-WB55 and X-Nucleo-DRP1M1 compatibility

Hi all. The documentation of DRP1M1 says it can be stacked on top any Nucleo board with UCPD peripheral embedded in their microcontrollers. I don't see UCPD feature in WB55RG so I thought they are not compatible. However, my supplier is positive that...

Nos by Associate
  • 1201 Views
  • 1 replies
  • 0 kudos

STM32WL error flashing with enabled LoRa middleware

Hello everyone,I have an Olimex BB-SMT32WL that is based on a STM32WLE5CCU6. I use STM32CubeIDE and opened a new project for exactly the STM32WLE5CCU6.Firmware Package Name and Version STM32Cube FW_WL V1.3.0If I just configure like a GPIO Output to H...

Resolved! How to get out from the BLE Function or How to turn off BLE.

Hi hope you guys are well,  When i call the function to turn the BLE on, it starts to advertise but i dont know to get out of that function , means in the main while loop the code is stuck at MX_APPE_Proccess(), i did the debugging but its just loopi...