Skip to main content
r_rajabniya
Visitor II
July 10, 2015
Question

problem in sending data with nrf24l01+ Module stm32F030F4 microcontroller

  • July 10, 2015
  • 0 replies
  • 556 views
Posted on July 10, 2015 at 22:19

hello everybody

I want to transmit data with NRF24L01+. I use two boards that are based on two stm32F030F4 Microelectronics.

I attached my code. when i press a bottom that connected to PA14, it should send 0x0002, and LED that connected to PA0 on receiver board

 should be

turn on

, but when i check SPI received data on receiver board,  with ''if(SPI_ReceiveData8(SPI1)==0x0002)'', noting happened. please help me

#stm32f030f4
This topic has been closed for replies.