• nrf24e1 confifuration
    Hi i have changed some working example code for the nrf24e1 to now send 144 bits: This is the new configuration: const RFConfig txconf = { 15, 0x00, // Payload size receiver Rx #2 (not used...
  • RFConfig-nrf24e1
    Hi could anyone explain what the below means involving the configuration of the nrf24e1 radio: transmitter: const RFConfig txconf = { 15, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12...
  • nRF24E1 Registers
    Hello Most of the nRF24E1 Special Function Registers are identical to the standard 8051 SFRs. However, there are additional SFRs that control features that are not available in the standard 8051...
  • Writing to external EEPROM (nrf24e1)
    Hi all, I am unsure how to write to the external eeprom on the nrf24e1 eval-board. the eeprom is that of 25xx320 (4kb), i would like to be able to receive 18bytes through the on-board UART Rx pin...
  • nrf24E1 Keil Compiling
    I am having difficulty in compiling code for the Nordic nrf24E1. Nordic have a number of sample programs of which I am starting with ex1c.c (available from www.nordicsemi.no/.../nRF24E1_EXAMPLES_rev1_2...