• Writing union types to external EEPROM
    Hi all, Doe's anyone know how to write a union type to external parallel EEPROM (AT28C64)? The union type is: typedef union { uchar handle :1; uchar input_status; uchar intrnl_event; uchar...
  • Writing union types to external EEPROM
    Hi all, Doe's anyone know how to write a union type to external parallel EEPROM (AT28C64)? The union type is: typedef union { uchar handle :1; uchar input_status; uchar intrnl_event; uchar...
  • 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...
  • 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...