Page 1 of 1
RadioHead Library
Posted: Mon Dec 30, 2019 10:31 pm
by Comiter
Hi!
Do anyone know if there is a ready made port for RadioHead library (
http://www.airspayce.com/mikem/arduino/RadioHead/) for STMDUINO?
Re: RadioHead Library
Posted: Tue Dec 31, 2019 6:05 am
by fpiSTM
Hi,
Currently I'm not aware of a port.
Maybe this one for teensy could be a good starting point:
https://github.com/PaulStoffregen/RadioHead
Re: RadioHead Library
Posted: Mon Feb 17, 2020 8:25 am
by jgromes
Not sure if this is still relevant (or which radio module is the OP trying to use), but I have a library that supports wide range of radio modules, and works on STM32 (or almost any Arduino core, for that matter):
https://github.com/jgromes/RadioLib
Re: RadioHead Library
Posted: Wed Jul 22, 2020 8:02 pm
by NasTor
jgromes wrote: Mon Feb 17, 2020 8:25 am
Not sure if this is still relevant (or which radio module is the OP trying to use), but I have a library that supports wide range of radio modules, and works on STM32 (or almost any Arduino core, for that matter):
https://github.com/jgromes/RadioLib
Hello ! Yes, I think it is very relevant and thanks for posting. For me it is VERY good news to find a library that officially supports stm32.
I need to work with nrf24l01on stm32 (official core), i tried many and I did not find a library that works correctly. Only one with Roger Clark core. I recently tried NRFlite library, not officialy support stm32 but work with some limitations without modifications.
https://github.com/dparson55/NRFLite
Obviously english is not my native language

Again, thanks !