cancel
Showing results for 
Search instead for 
Did you mean: 

Connect STM32WB55RG via Bluetooth to RN42

GoriaTuvic
Associate

I want to connect my NUCLEO board via bluetooth to a RN42 bluetooth module. The RN42 recieves sensor data from an adruino and needs to send it wirelessly to my STM board. How can i go about connecting the two?

1 ACCEPTED SOLUTION

Accepted Solutions

Then you need to re-think your design ?

The STM32WB doesn't support Bluetooth Classic; the RN42 doesn't support BLE - so they are not compatible.

You're going to have to change (at least) one of them!

View solution in original post

4 REPLIES 4
Andrew Neil
Evangelist III

Isn't the RN42 "classic" Bluetooth - not BLE ?

:thinking_face:

Note that RN42 is Not Recommended For New Designs (NRND) as it cannot be certified for new products:

AndrewNeil_0-1711447897542.png

 

Thanks for the reply. I am doing this for my thesis project and this is the only module that i have.

 

Then you need to re-think your design ?

The STM32WB doesn't support Bluetooth Classic; the RN42 doesn't support BLE - so they are not compatible.

You're going to have to change (at least) one of them!


@GoriaTuvic wrote:

 this for my thesis .


Still, this is a good learning point to write-up in your thesis - parts selection, and ensuring that the parts you select are compatible.

Maybe also write-up a bit about the difference between "classic" Bluetooth and BLE ...

A good thesis includes an analysis of things that didn't go as intended, and how you overcame the issues ...