Header banner
Revain logoHome Page
Joseph Marshall photo
1 Level
803 Review
72 Karma

Review on ๐Ÿ“ถ Deegoo-FPV 2.4GHz Arduino Wireless RF Transceiver Module (12pcs NRF24L01+) by Joseph Marshall

Revainrating 1 out of 5

We strongly recommend downloading the library for this device.

I would like this device to come with a library. If you're using an Arduino, you'll need to add it to the Arduino/libraries/RF24-master/ path. Below is sample code I used to communicate with these RF transceivers: //define radio#include <SPI.h>#include <nRF24L01.h>#include <RF24.h>#define CE_PIN 7#define CSN_PIN 8const byte thisSlaveAddress[ 5] = {'R','x','A','A','A'};Radio RF24(CE_PIN, CSN_PIN); This should make it easier to communicate with these devices. Please don't hesitate to ask me if you have any further questions.

Pros
  • Everything is fine!
Cons
  • Not everything fits