Oferta!

KY-022 Infrared sensor receiver module

Original price was: R$ 39,37.Current price is: R$ 32,81.

Em estoque

wws Edmar / Dúvidas sobre o produto? Precisa de ajuda? Fale comigo.
SKU: 10440-H7 Categoria:
  Perguntas e Respostas

Descrição

This is a new ultra-thin 38K universal infrared remote control, using the NEC encoding format, mainly for cars Containing MP3, foot bath, lighting design equipped, digital photo frame, microcontroller development board learning board and other occasions. Because it is based on non-Line remote control, so people seem easy to use, effective, and now more and more wide application field, then for This product of our company that we will make the following introduction.SpecificationsInfrared remote control distance: more than 8 metersLaunch tube infrared wavelength: 940NmCrystal frequency: 455KHZ crystalCarrier frequency: 38KHZEncoding: encoding format for the NECSize: 86 * 40 * 6mmPower: CR2025/1600mAHUseRemember that the remote control and the ir receiver is a set, it has to decode the code and will display a hex code.TestArduino controller × 1USB data cable × 1Infrared remote control × 1the infrared receiver module × 1SchematicArduino GND –> Module pin -Arduino +5V –> Module PLUS (middle pin)Arduino Digital pin 11 –> Module S——————————————————————————-Example Code——————————————————————————This is the supplied demo code for the Arduino you can find under File->Examples->IrRemote->IrRecvDemo/* * IRremote: IRrecvDemo – demonstrates receiving IR codes with IRrecv * An IR detector/demodulator must be connected to the input RECV_PIN. * Version 0.1 July, 2009 * Copyright 2009 Ken Shirriff * ,http://arcfn.com */ #include int RECV_PIN = 11; 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 }}

Informação adicional

Peso 0,0000 kg
Dimensões 0,0000 × 0,0000 cm

Informações Gerais

Não há perguntas ainda.