Electronic – STM32F4 interfacing with NRF24l01+

nrf24l01stm32wireless

Like the title says I want to use a NRF24l01+ with a STM32F4. So far, I realized the communication with two NRF24l01+ and two Arduino but I would like to exchange on Arduino with the STM32. I looked up the internet an found this site: http://www.wvshare.com/product/Open407Z-Package-B.htm but no library for it. Has someone tried it or has a library?

Best Answer

I finaly found a libary for the STM32F4. Here is the link: STM32F4 NRF24L01 - libary

Related Topic