Dear sir,
I am using your NRF24L01+ chipset with STM32F407ZET6 controller for 2.4GHZ RFID communication. can u please share the STACK for this controller.
Dear sir,
I am using your NRF24L01+ chipset with STM32F407ZET6 controller for 2.4GHZ RFID communication. can u please share the STACK for this controller.
The only part that would be specific to the STM32 (or any other processor) would be the low-level SPI part - all the rest is entirely independent of the host processor
@vipin: As Awneil said, there is no stack for the NRF24L01+. You just simply follow the datasheet on how to send data either directly with the radio or with the Enhanced Shockburst protocol. If the answer is correct, please mark it as accepted.