Avis des clients

Ecrire un commentaire Obtenez le double des points de revue si vous votre revue est l'une des 3 premières publiées !
  • Tous les Commentaires (157)
  • Image (7)
  • Vidéo (2)
  • Toutes les Étoiles
    • Toutes les Étoiles(157)
    • 5 Étoile(141)
    • 4 Étoile(9)
    • 3 Étoile(4)
    • 2 Étoile(1)
    • 1 Étoile(2)
Trier par:
Commentaire Top
  • Commentaire Top
  • Le plus utile
  • Le plus récent
Avis uniquement de votre pays (France)
|
Afficher l'original

Une partie de la critique a été traduite automatiquement.

  • 13/04/2014

    This board and remote combo work well with Arduino's. Easy to program. Press 1 of the 4 buttons and a digitial port goes high. This will work well for multiple input and robotic projects. I couldn't find a sample program for this board, so I wrote one. It's simple, but works well to test the board and remote. One thing to note, the remote control buttons do not match the picture of the product. Over all a nicely designed board for projects. //4 Channel Wireless RF Remote Control Transmitter/Receiver Module //Basic test program - no interrupt or debounce of the pressed buttons //Note that this is for the pushbutton configuration // // // Picture on BangGood is backwards // // // If you have this remote control configuration use the following // D0=3 // D1=4 // D2=5 // D3=6 int VT = 2; int D0 = 5; int D1 = 3; int D2 = 6; int D3 = 4; int ledPin = 13; int PB = 0; int out0 = 0; int out1 = 0; int out2 = 0; int out3 = 0; void setup() { Serial.begin(9600); pinMode(ledPin, OUTPUT); pinMode(D0, INPUT); pinMode(D1, INPUT); pinMode(D2, INPUT); pinMode(D3, INPUT); pinMode(VT, INPUT); } void loop() { PB = 0; out0 = 0; out1 = 0; out2 = 0; out3 = 0; int PB = digitalRead(VT); int out0 = digitalRead(D0); int out1 = digitalRead(D1); int out2 = digitalRead(D2); int out3 = digitalRead(D3); if (PB == HIGH) { digitalWrite(ledPin, HIGH); delay (50); digitalWrite(ledPin, LOW); Serial.println(PB); Serial.println(out0); Serial.println(out1); Serial.println(out2); Serial.println(out3); Serial.println("**************************"); } }

    Commentaires (2)
    Afficher l'original
  • 28/09/2016

    The battery was not charged, I have to buy it, and cost and it costs about 3$ in my country. Have to solder, to SET your personal KEY Have to solder a cupper wire like a antenna

    Commentaires
    Afficher l'original
Show:

    Total 0 pages

    Aller à la page

    recommendation for you
    • 8,24€
    • 9,20€
    • 4,33€
    • 7,81€
    • 7,98€
    • 13,45€
    • 8,24€