cancel
Showing results for 
Search instead for 
Did you mean: 

Confirm Genuine or Fake Bluepill Board

xq1xq1xq1
Associate

I am using a Bluepill Board but it is not functioning as expected

How do I verify if the chips on my Bluepill Board are genuine or a fake knock off?

4 REPLIES 4
Peter BENSCH
ST Employee

There are several possibilities, which have been discussed several times here in the community. Nevertheless, you can safely assume that there is a fake on a Blue Pill. This has also been discussed at length on Hackaday, and they have also created a diagnostic program that should be able to detect such fakes.

If you absolutely want to keep the board, you should consider desoldering the fake MCU and soldering on a real STM32F103. However, the best and less expensive alternative is to forget all this fake stuff and buy a NUCLEO board, because it is ultimately cheaper.

Hope that helps.

Good luck!
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

@Peter BENSCH wrote:

buy a NUCLEO board, because it is ultimately cheaper.


Especially when you consider that it comes complete with a genuine ST-Link built-in!

gbm
Lead III

And what do you exactly mean by "is not functioning as expected" ?

Many of BluePills use Chinese STM32F103-alikes. Some of them are 99.9% compatible, some only 98% compatible, but they do their work. It's just that genuine ST software and hardware tries very hard to avoid supporting them. You may encounter problems with debugging, as ST refuses to connect to the non-genuine stuff (and that's quite ok - why should they provide development support for alien and not quite legally ok chips?). Once you have your firmware verified on a real STM32F103 and programmed into the clone via UART bootloader, it works.

My STM32 stuff on github - compact USB device stack and more: https://github.com/gbm-ii/gbmUSBdevice

I believe the OP has already attempted to use the mecrisp methods. For like a week, unfortunately we can't magic things better, and the picture of the part is overly broad and not sufficiently focused.

https://community.st.com/t5/stm32-mcus-products/connecting-to-bluepill-via-serial-port/td-p/752989

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..