No hay artículos en el carro
No hay artículos en el carroBernard Cherry
Comentado en los Estados Unidos el 11 de marzo de 2025
Not very powerful, in fact it only works in the same room.
James Bradley
Comentado en los Estados Unidos el 6 de marzo de 2024
Item was as described and very reasonable.
Jason
Comentado en los Estados Unidos el 17 de noviembre de 2023
So yes they are clone chips. We all know that. If you are using the RF24.h library add this code in setup after radio.begin();radio.setDataRate(RF24_1MBPS); they should run at 10mbps, but these dont. 5hrs later I figured I would help you guys save time. Almost gave up on yhe whole project after this.
D. Sroelov
Comentado en los Estados Unidos el 22 de septiembre de 2019
these were a great value, and they work really well. the only issue i had was that one of the modules still had a small piece of scrap PCB that wasn't taken off before it shipped. it just slipped through the cracks, and had no effect on the operation of the module. i just snapped the extra off, and everything was fine. i also decided to modify a couple of modules, and changed out the straight pins for right angle pins. sometimes using the right angle pins make it an easier fit.
vision
Comentado en los Estados Unidos el 10 de abril de 2019
I wish this device came with a library. If using Arduino, need to include it in the Arduino/libraries/RF24-master/ path. Below is the sample code I used to communicate with this RF transceivers:// define the radio#include #include #include #define CE_PIN 7#define CSN_PIN 8const byte thisSlaveAddress[5] = {'R','x','A','A','A'};RF24 radio(CE_PIN, CSN_PIN);This should make it pretty simple to talk to these devices.Please feel free to ask me if you have any other questions.
Productos recomendados