Skip to main content
Sagar1
Associate II
December 5, 2020
Question

STM32WB Bluetooth is Not Working

  • December 5, 2020
  • 6 replies
  • 2954 views

Hello Sir,

I am working on STM32WB. I am using the reference of STM32WB Dongle. The reference Dongle design used STM32WB55CGU6U MCU Part Number. I used STM32WB55CGU6 ( Without 'U') MCU Part. Bluetooth is not working with my PCB.

is there any Difference related to Hardware or Firmware?

Reference Link: https://www.st.com/en/evaluation-tools/p-nucleo-wb55.html 

Thanks

Sagar Kayasth

This topic has been closed for replies.

6 replies

Sagar1
Sagar1Author
Associate II
December 7, 2020

0693W000006EnbJQAS.jpg0693W000006EmRqQAK.pngHello ST Support Team,

Here is my Schematic and PCB Design.Please Suggest Changes or Testing Solution For it.

Reference Design : P-NUCLEO-WB55

Reference Link: https://www.st.com/en/evaluation-tools/p-nucleo-wb55.html 

Thanks0693W000006EmS0QAK.pngSagar Kayasth

Soham Mistry.
Associate II
December 8, 2020

Hello ST,

Same thing is happening to me also, I had taken reference of MB1293 board that what I had put in my design too.

The only difference in the reference and my design is of MCU part no i.e., STM32WB55CGU6U (Reference board MCU) and STM32WB55CGU6 (Used in my design).

But the problem is that, in a reference board a band pass filter (FLT1) is not connected and that do so in my board too. And Reference board is getting Bluetooth signal but not in mine board.

So my question is that, after connecting the band pass filter(FLT1) my design should I able to receive a Bluetooth signal? Or have to change something in API?

If not, please suggest some solution for the same, if I have to change some thing in my design or else what you know about it.

Here I am attaching some images of reference board and my board along with the schematic.

Figure 1. Reference board.

Figure 2. My board.

Figure 3. Schematic.

0693W000006EwHRQA0.jpgFigure 1.

0693W000006EwHWQA0.jpgFigure 2.

0693W000006EwHgQAK.pngFigure 3.

Please Suggest some solution for this as I also looking from my side.

Thanks - Soham Mistry.

*Figure 1. Reference board.

Figure 2. My board.

Figure 3. Schematic.

#STM32WB​ 

#Bluetooth​ 

#[Hardware Design]​ 

@ChrisLB​ 

@Remi QUINTIN​ 

Sagar1
Sagar1Author
Associate II
December 9, 2020

Hello community,

Here are my PCB files for reference. Second layer is pored with ground PAD without cut below RF lines.

Associate
November 16, 2023

Super old thread, but I thought I'd post one possible answer.  You need to verify that you have loaded the correct BLE stack onto your processor.  If you don't have that on there, your own app code won't work correctly when you go to use the Bluetooth portion...

Associate
November 24, 2023

Another item I should have mentioned is that once you have loaded the correct BLE stack (and FUS) onto your own chip, and have programmed both of those items in the correct locations (follow the release notes for the latest version of each), you also need to hit the "Start Wireless Stack" button in the ST Cube Programmer Software (which requires you to use an ST Link programmer).  I don't know what that button does exactly, but I'm guessing it sets a fuse or something somewhere.  If you are using something like a Segger J-Link or J-Trace, I don't know how you would perform the equivalent of pushing that button...