Solved.
Was solved at start
This is only info for other, I not found info about change of definition when migrating
olo_25
@olo_25
0
Reputation
3
Posts
292
Profile views
0
Followers
0
Following
Best posts made by olo_25
This user hasn't posted anything yet.
Latest posts made by olo_25
-
RE: [SOLVED] Network adres (MY_RF24_BASE_RADIO_ID) not loaded to NRF
-
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
-
[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