Hi!
Do anyone know if there is a ready made port for RadioHead library (http://www.airspayce.com/mikem/arduino/RadioHead/) for STMDUINO?
RadioHead Library
Re: RadioHead Library
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
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
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
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.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
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 !