• 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...
  • 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...
  • Problems with Nordic nRF24E1 and serial protocol
    Hey out there, finally I'm at my PC again and can post my code if needed. Here's the situation: I've bought me a nRF24E1-EVKIT from nordic because I want to transmit an extern generated serial realtime...
  • 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...