2023-06-02 02:06 AM
Hi,
I wanna use an RF Transceiver 433khz with STM32 boards and I am looking for the best choices.
My requirements are very simple:
Frequecy supported 433Mhz
Multihoping strategy
SPI interface
I found the nRF905 but I am looking for a better solution.
Thanks,
Ayoub
Solved! Go to Solution.
2023-06-02 02:47 AM
hello @Ayoub Cheggari and welcome to st community .
I propose you to use one of those products :
but the best solution is to use one of the products in the STM32WL Series wish are Long-range wireless STM32WL microcontrollers . more Precisely the stm32wl55jc2 is the best in your case .
Hope this is helpful .
Issam
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.
2023-06-02 02:26 AM
You probably mean 433 MHz. Have a look at STM32WLxxx
2023-06-02 02:32 AM
Yes Right! I didn't notice! I'll check it. Thanks :)
2023-06-02 02:47 AM
hello @Ayoub Cheggari and welcome to st community .
I propose you to use one of those products :
but the best solution is to use one of the products in the STM32WL Series wish are Long-range wireless STM32WL microcontrollers . more Precisely the stm32wl55jc2 is the best in your case .
Hope this is helpful .
Issam
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.
2023-06-02 08:46 AM
Hi Issam,
Thanks for your reply!
I am really impressed by the WL series. I am an old user of STM32 but first time to hear about it.
I think these will do the job.
Thanks,
Ayoub
2023-06-02 08:53 AM
Thank you for your feedback.
If this answers your question, please mount this answer as Best Answer to be defused.
Thanks,
Issam
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.
2023-06-03 05:58 PM
Hi Issam,
I actually rechecked the reference manual of the mcu and seems that the RF Tranceiver doesn't support the Multi-hopping strategy! Can you please confirm this?
I found a command for setting the frequency Set_RfFrequency() but I am not sure if it can do the job.
Thanks,
Ayoub