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.
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.
Did you find any code? I have implemented code on a PIC24 using this manual, and looking at examples for other CPUs on the web. It does not work, and I am lost. As far as I can see if I hold TX_EN high top enable the device, TRX_CE low so not Tx or Rx - load the TX payload with SPI, pulse TRX_CE the dat should go. It does on occasions but mostly fails.
I wondered if there were any timing constraints not well detailed enough in this manual
I have no problems with the 2.4GHz shockburst device
Happy to share my code once I have removed the application stuff
If you have trouble with this, I think it would be better to take it in a separate question. However, there is two things you should check: