nRF24 / RF24Mesh

OSI Layer 7 Mesh Networking for RF24Network & nrf24L01+ & nrf52x devices
http://nrf24.github.io/RF24Mesh
GNU General Public License v2.0
422 stars 154 forks source link

Stm32 compatibility #191

Closed jmcastillejo closed 3 years ago

jmcastillejo commented 3 years ago

I have tested the library on a stm32f103 board and it doesn't work.

Not compatible with this hardware?

BCsabaEngine commented 3 years ago

I use it with stm32f401 successfully. What pins are used? Did you create good connection with an esp32 or esp8266? If radio.begin() results true, it shows the wiring is good.

jmcastillejo commented 3 years ago

I had a wiring problem, it already works, thanks for the answer