IR Wireless Remote Control Module Kits
IR Wireless Remote Control Module Kits
IR Wireless Remote Control Module Kits
IR Wireless Remote Control Module Kits

Tālvadības pults RC21 + IS uztvērējs

Tālvadības pults (20 pogas) + IS uztvērējs

00327
Nav noliktavā
4,50 €

(4,50 € kompl.)


 

Description:

Arduino suite by ultrathin Mini infrared wireless remote control infrared remote control and 38 KHZ infrared receiving module, the Mini ultra-thin has 20 function keys, the infrared emission furthest distance up to 8 meters, very suitable for indoor control devices of all kinds. Infrared remote control receiving module can receive standard 38 KHZ modulation signals, by means of programming the Arduino, the remote control signal decoding operation can be realized, which can produce all kinds of remote control robots and interactive work.

Specification:

  • Battery: CR2025 Button batteries  
  • Transmission Distance: up to 8m (depending on the surrounding environment, sensitivity of receiver etc)
  • Effective Angle: 60°
  • Static Current: 3~5uA, Dynamic Current: 3~5mA
  • PIN 1 LEFT PIN = GROUND
  • PIN 2 MIDDLE PIN = 5V
  • PIN 3 RIGHT PIN = SIGNAL OUT TO ARDUINO PIN 11
  • Remote size:8.5 x 4 x 0.65cm(L x W x H)

Note: Due to the difference between different monitors, the picture may not reflect the actual color of the item. Thank you!

Test Code:
#include <IRremote.h>
int RECV_PIN = 11; //define input pin on Arduino
IRrecv irrecv(RECV_PIN);
decode_results results;
void setup()
{
Serial.begin(9600);
irrecv.enableIRIn(); // Start the receiver
}
void loop() {
if (irrecv.decode(&results)) {
Serial.println(results.value, HEX);
irrecv.resume(); // Receive the next value
}
}
No reviews

2 citi produkti tajā pašā kategorijā:

Produkts ir pievienots vēlmju sarakstam
Produkts pievienots salīdzināšanai.

Mūsu interneta vietnē tiek izmantoti sīkfaili. Sīkfaili palīdz nodrošināt pienācīgu vietnes darbību un tās pilnveidošanu, tāpēc obligātie sīkfaili (tehniskie, funkcionālie un analītiskie) tiek instalēti automātiski. Lai individualizētu jūsu sērfošanas pieredzi un sniegtu piedāvājumus, kuri būtu aktuāli tieši jums, tīmekļa vietnē tiek izmantoti arī mērķa sīkfaili. Nospiežot “piekrītu”, jūs piekrītat mērķa sīkfailu instalēšanai un izmantošanai. Savu piekrišanu varēsiet atsaukt jebkurā laikā, nomainot sava interneta pārlūka iestatījumus un izdzēšot ierakstītos sīkfailus. Vairāk informācijas – sīkfailu politikā