• 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 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 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...
  • 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...