2024-03-26 03:05 AM
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?
Solved! Go to Solution.
2024-03-26 03:19 AM - edited 2024-03-26 03:28 AM
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!
2024-03-26 03:11 AM
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:
2024-03-26 03:13 AM
Thanks for the reply. I am doing this for my thesis project and this is the only module that i have.
2024-03-26 03:19 AM - edited 2024-03-26 03:28 AM
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!
2024-03-26 03:56 AM
@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 ...