[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 -
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@olo_25 In the transition of MySensors 1.5 to 2.0.0 the radio ID name changed from BASE_RADIO_ID to MY_RF24_BASE_RADIO_ID.
in 1.5 it was defined as an uint64_t, in 2.0.0 it is an array of bytes.
Perhaps you forgot to convert this when transitioning to 2.0.0?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login