NRF24L01+ Funksender
2.4 GHz Funksender und Empfänger.
Eigenschaften
- Versorgungsspannung max 3,6V
- Eingänge 5V tolerant
- Homepage des Herstellers zum Produkt.
- Datenblatt
- Schema https://github.com/pikipity/Home-Control/blob/master/datasheet/nrf24l01/NRF24L01%20RF%20Board/schematic/NRF24L01_PIN.jpg
- Schaltplan https://github.com/pikipity/Home-Control/blob/master/datasheet/nrf24l01/NRF24L01%20RF%20Board/schematic/NRF24L01_SCH.pdf>
- Bibliothek http://maniacbug.github.io/RF24/index.html, Blog von ManiacBug http://maniacbug.wordpress.com/2011/11/02/getting-started-rf24/
- Bei Arduino http://playground.arduino.cc/InterfacingWithHardware/Nrf24L01
Pinbelegung des Board
Pinbelegung des Boards mit 2x4 Pin-Header rechts unten, Quarz oben, Antenne links.
Funktion | Pin | Pin | Funktion |
---|---|---|---|
Active Low Interrupt | IRQ | MISO | SPI MISO |
SPI MOSI | MOSI | SCK | SPI CSK |
SPI Chip select | CSN | CE | RT oder TX |
3,3V | VCC | GND | Masse |
Arduino Uno SPI:
- 11 = MOSI
- 12 = MISO
- 13 = SCK