Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. olo_25
    3. Posts
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by olo_25

    • RE: [SOLVED] Network adres (MY_RF24_BASE_RADIO_ID) not loaded to NRF

      Solved.
      Was solved at start 😉
      This is only info for other, I not found info about change of definition when migrating

      posted in Bug Reports
      olo_25
      olo_25
    • RE: [SOLVED] Network adres (MY_RF24_BASE_RADIO_ID) not loaded to NRF

      In Arduino IDE library not exist BASE_RADIO_ID, but now I see, definition is equal to my

      posted in Bug Reports
      olo_25
      olo_25
    • [SOLVED] Network adres (MY_RF24_BASE_RADIO_ID) not loaded to NRF

      When using Arduino IDE and
      #define MY_RF24_BASE_RADIO_ID ((uint64_t)0xA8A8E1FC00LL)

      adres transfered to NRF is 0x0000000000
      this gives high to full rate of ack - lost (st=fail)

      simple solution is to change definition
      #define MY_RF24_BASE_RADIO_ID 0x00,0xFC,0xE1,0xA8,0xA8

      posted in Bug Reports
      olo_25
      olo_25