Arduino
RF24
nRF24L01 is a wireless transmitter and receiver in 2.4G frequencey. The master or slave mode can be control with code. The lenth of data it can transfer is 32 byte. We can send char, integer, boolean and others through matrix or string at once as long as it doesn't over the limit.
Look from above and the antenna at front. CE and CSN can be changed to any digital pin you want.
Vcc | CSN | MOSI | IRQ |
---|---|---|---|
Gnd | CE | SCK | MISO |
3.3V | 8 | 11 | |
---|---|---|---|
Gnd | 7 | 13 | 12 |