Could someone EXPLAIN the operation of the commands in nrf24l01?
I am learning arduino, 99% of the tutorials available on the internet are neither clear nor transparent. You need a TALENT to be able to explain something. Most people do not have this talent and do not understand that how they translate is understandable to THEM and not to others.
I would like to learn the basics of arduino and NRF24.
I read the tutorials posted here by Robin2, but I don't understand because ... it's hard.
How does assigning addresses, pipes. ?
Whether:
const byte slaveAddress [5] = {'R', 'x', 'A', 'A', 'A'};
const byte masterAddress [5] = {'T', 'X', 'a', 'a', 'a'};
the same as:
const uint64_t pipe = 0xE8E8F0F0E1LL;
?
Or maybe:
const byte addresses [] [6] = {"00001", "00002"};
?
How do these provisions differ?
Why can no one explain it?
I have more questions..........