• Serial Communication using Nordic nRF24E1
    Hi! every one, I have two Nordic Evaluation kit (nRF24E1) and stuck in writting codes so tha it can Rx & Tx between two PC on wireless. not good code writting. but confuse when Radio port (port 2) is...
  • 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...
  • 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 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...
  • 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...