Solved.
Was solved at start :wink:
This is only info for other, I not found info about change of definition when migrating
olo_25
@olo_25
Posts
-
[SOLVED] Network adres (MY_RF24_BASE_RADIO_ID) not loaded to NRF -
[SOLVED] Network adres (MY_RF24_BASE_RADIO_ID) not loaded to NRFIn Arduino IDE library not exist BASE_RADIO_ID, but now I see, definition is equal to my
-
[SOLVED] Network adres (MY_RF24_BASE_RADIO_ID) not loaded to NRFWhen 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