Hi
The nRF24Le1 has 256 bytes in the infoPage for user data, starting 0x0100.
My question is how to write to that area? Is it accessible from nRFgo Studio? Is it accessible from MCU?
If 'yes', then please drop a few lines to explain how.
also,
Hi
The nRF24Le1 has 256 bytes in the infoPage for user data, starting 0x0100.
My question is how to write to that area? Is it accessible from nRFgo Studio? Is it accessible from MCU?
If 'yes', then please drop a few lines to explain how.
also,
@Gustav: yes it's possible with SPI but not from MCU. We don't provide the tool to write into the infopage, but it's described in the spec. You would need to set INFEN to write to infopage from SPI.
Example: OLHA_Infopage_writer.zip
@Gustav: yes it's possible with SPI but not from MCU. We don't provide the tool to write into the infopage, but it's described in the spec. You would need to set INFEN to write to infopage from SPI.
Example: OLHA_Infopage_writer.zip
Hi Gustav,
I just found a project showing how to write to Infopage via SPI interface. It's pretty old project and made by my coworker, so it's provided "as-is". I attached it to the answer.
Hi Hung Bui,
Thanks, it is a great project. Just what I needed to get started. Best Regards,