hi, i need the source code for nrf905. otherwise anybody explain how to write a program for rf tx & rx using nrf905 transceiver.
hi, i need the source code for nrf905. otherwise anybody explain how to write a program for rf tx & rx using nrf905 transceiver.
We don't really have any usable software examples for the nRF905, but the PS should contain all the information you need to use the chip from your own, SPI-equipped microcontroller.
We don't really have any usable software examples for the nRF905, but the PS should contain all the information you need to use the chip from your own, SPI-equipped microcontroller.
i know how to transfer the data via spi using my micro controller. but i need the commands for nrf905 transmitter and receiver
i know how to transfer the data via spi using my micro controller. but i need the commands for nrf905 transmitter and receiver
i need the procedure for nrf905 tx and rx
i need the procedure for nrf905 tx and rx
This is all available in the nRF905 Product Specification: https://www.nordicsemi.com/eng/content/download/2452/29528/file/Product_Specification_nRF905_v1.5.pdf
See in particular chapter 9. To send data, you'd have to configure the chip correctly by writing to the configuration register and then write data to the TX payload register.