• -43%

1 LOT infravörös IR vezeték nélküli távirányító modulkészletek barkácskészlet HX1838 Arduino Raspberry Pi-hez

1 LOT infravörös IR vezeték nélküli távirányító modulkészletek barkácskészlet HX1838 Arduino Raspberry Pi-hez

145 Ft 43% megtakarítás
254 Ft
Nincs adó
090
end
 
Notice: The new tracking number for CHINA Post Ordinary Small Packet Plus can be traced only befor it arrive the airport of your country,please choose China Post Air Mail if you want a full tracking infoThe same product will arrive in 15 to 60 days
 
Tracking info of  China Post Ordinary Small Packet Plus can be check here: www17tracknet/en
 
 
  
Hot Selling New Infrared IR Wireless Remote Control Module Kits For Arduino Wholesale
Features:
Latest infrared wireless remote control kit consists Mini Slim 38KHz IR remote control and infrared receiver modules, Mini Slim infrared remote control with 17 function keys, firing distances of up to 8 meters, ideal for a variety of devices in the control room IR receiver module can receive standard 38KHz modulation remote control signal, through programming, you can achieve remote control signal decoding operation, which can produce a variety of remote control robots and interactive works
 
Ultra-thin infrared remote control product parameters:
1 Transmission Distance: 8m above (specific and surroundings, the receiver sensitivity and other factors)
2 Effective angle: 60 degrees
3 Sticking Material: 0125mmPET, the effective life of 20,000 times
4 Stable quality, cost-effective
5 quiescent current 3-5uA, dynamic current 3-5mA
 
 
#include
int RECV_PIN = 11;
IRrecv irrecv(RECV_PIN);
decode_results results;
void setup()
{
  Serialbegin(9600);
  irrecvenableIRIn(); // Start the receiver
}
void loop() {
  if (irrecvdecode(&results)) {
    Serialprintln(resultsvalue, HEX);
    irrecvresume(); // Receive the next value
  }
}
 
Step 1: Assemble Circuit:
 
ou will need one Arduino for this I used a UNO, but just about any Arduino should work First wire up the infrared receiver that came with your kit There are 3 wires, PWR, GND, and SIG, I used port 11 for SIG Note! some readers have reported that their sensor has different wiring, double check it yourself
 
Step 2: Download IR Library
In order to reverse engineer the remote and obtain the codes for each button we are going to need to download and install the following library
https://githubcom/shirriff/Arduino-IRremote 
Extract the file in your libraries directory eg  ( C:\electronics\arduino-105\libraries )
note: I had to rename the library because the name was too long, I just renamed it to IR
Step 3: Add Library to sketch
 
With the IR folder ( or whatever you named it) now in your libraries directory, we can import it into a new sketch
Start a new sketch and the Click  
        Sketch->Import Library->IR
Step 4: Paste Code and compile
Paste the following code into the new sketch Then verify it compiles
#include
int RECV_PIN = 11;
IRrecv irrecv(RECV_PIN);
decode_results results;
 
void setup()
{
  Serialbegin(9600);
  irrecvenableIRIn(); // Start the receiver
}
 
void loop()
{
  if (irrecvdecode(&results))
    {
     Serialprintln(resultsvalue, HEX);
     irrecvresume(); // Receive the next value
    }
}
Step 5: Open the serial monitor
 
Connect the Arduino to your computer using the usb port, then upload the sketch Open up the Serial Monitor, get the remote and press the buttons Some hex codes should appear on the Serial Monitor
Step 6: Record button codes
  Step 7: Works on any remote!
 
 
 
 
Mennyiség

 

Biztonsági feltételek

 

Szállításii feltételek

 

Visszaküldési feltételek

1 LOT infravörös IR vezeték nélküli távirányító modulkészletek barkácskészlet HX1838 Arduino Raspberry Pi-hez
1LOT Infrared IR Wireless Remote Control Module Kits DIY Kit HX1838 For Arduino Raspberry Pi
090
end
 
Notice: The new tracking number for CHINA Post Ordinary Small Packet Plus can be traced only befor it arrive the airport of your country,please choose China Post Air Mail if you want a full tracking infoThe same product will arrive in 15 to 60 days
 
Tracking info of  China Post Ordinary Small Packet Plus can be check here: www17tracknet/en
 
 
  
Hot Selling New Infrared IR Wireless Remote Control Module Kits For Arduino Wholesale
Features:
Latest infrared wireless remote control kit consists Mini Slim 38KHz IR remote control and infrared receiver modules, Mini Slim infrared remote control with 17 function keys, firing distances of up to 8 meters, ideal for a variety of devices in the control room IR receiver module can receive standard 38KHz modulation remote control signal, through programming, you can achieve remote control signal decoding operation, which can produce a variety of remote control robots and interactive works
 
Ultra-thin infrared remote control product parameters:
1 Transmission Distance: 8m above (specific and surroundings, the receiver sensitivity and other factors)
2 Effective angle: 60 degrees
3 Sticking Material: 0125mmPET, the effective life of 20,000 times
4 Stable quality, cost-effective
5 quiescent current 3-5uA, dynamic current 3-5mA
 
 
#include
int RECV_PIN = 11;
IRrecv irrecv(RECV_PIN);
decode_results results;
void setup()
{
  Serialbegin(9600);
  irrecvenableIRIn(); // Start the receiver
}
void loop() {
  if (irrecvdecode(&results)) {
    Serialprintln(resultsvalue, HEX);
    irrecvresume(); // Receive the next value
  }
}
 
Step 1: Assemble Circuit:
 
ou will need one Arduino for this I used a UNO, but just about any Arduino should work First wire up the infrared receiver that came with your kit There are 3 wires, PWR, GND, and SIG, I used port 11 for SIG Note! some readers have reported that their sensor has different wiring, double check it yourself
 
Step 2: Download IR Library
In order to reverse engineer the remote and obtain the codes for each button we are going to need to download and install the following library
https://githubcom/shirriff/Arduino-IRremote 
Extract the file in your libraries directory eg  ( C:\electronics\arduino-105\libraries )
note: I had to rename the library because the name was too long, I just renamed it to IR
Step 3: Add Library to sketch
 
With the IR folder ( or whatever you named it) now in your libraries directory, we can import it into a new sketch
Start a new sketch and the Click  
        Sketch->Import Library->IR
Step 4: Paste Code and compile
Paste the following code into the new sketch Then verify it compiles
#include
int RECV_PIN = 11;
IRrecv irrecv(RECV_PIN);
decode_results results;
 
void setup()
{
  Serialbegin(9600);
  irrecvenableIRIn(); // Start the receiver
}
 
void loop()
{
  if (irrecvdecode(&results))
    {
     Serialprintln(resultsvalue, HEX);
     irrecvresume(); // Receive the next value
    }
}
Step 5: Open the serial monitor
 
Connect the Arduino to your computer using the usb port, then upload the sketch Open up the Serial Monitor, get the remote and press the buttons Some hex codes should appear on the Serial Monitor
Step 6: Record button codes
  Step 7: Works on any remote!
 
 
 
 
32732922283 - suq
32732922283

Hasonló kategóriák mint 16 :

Reviews

Write your review

1 LOT infravörös IR vezeték nélküli távirányító modulkészletek barkácskészlet HX1838 Arduino Raspberry Pi-hez

090
end
 
Notice: The new tracking number for CHINA Post Ordinary Small Packet Plus can be traced only befor it arrive the airport of your country,please choose China Post Air Mail if you want a full tracking infoThe same product will arrive in 15 to 60 days
 
Tracking info of  China Post Ordinary Small Packet Plus can be check here: www17tracknet/en
 
 
  
Hot Selling New Infrared IR Wireless Remote Control Module Kits For Arduino Wholesale
Features:
Latest infrared wireless remote control kit consists Mini Slim 38KHz IR remote control and infrared receiver modules, Mini Slim infrared remote control with 17 function keys, firing distances of up to 8 meters, ideal for a variety of devices in the control room IR receiver module can receive standard 38KHz modulation remote control signal, through programming, you can achieve remote control signal decoding operation, which can produce a variety of remote control robots and interactive works
 
Ultra-thin infrared remote control product parameters:
1 Transmission Distance: 8m above (specific and surroundings, the receiver sensitivity and other factors)
2 Effective angle: 60 degrees
3 Sticking Material: 0125mmPET, the effective life of 20,000 times
4 Stable quality, cost-effective
5 quiescent current 3-5uA, dynamic current 3-5mA
 
 
#include
int RECV_PIN = 11;
IRrecv irrecv(RECV_PIN);
decode_results results;
void setup()
{
  Serialbegin(9600);
  irrecvenableIRIn(); // Start the receiver
}
void loop() {
  if (irrecvdecode(&results)) {
    Serialprintln(resultsvalue, HEX);
    irrecvresume(); // Receive the next value
  }
}
 
Step 1: Assemble Circuit:
 
ou will need one Arduino for this I used a UNO, but just about any Arduino should work First wire up the infrared receiver that came with your kit There are 3 wires, PWR, GND, and SIG, I used port 11 for SIG Note! some readers have reported that their sensor has different wiring, double check it yourself
 
Step 2: Download IR Library
In order to reverse engineer the remote and obtain the codes for each button we are going to need to download and install the following library
https://githubcom/shirriff/Arduino-IRremote 
Extract the file in your libraries directory eg  ( C:\electronics\arduino-105\libraries )
note: I had to rename the library because the name was too long, I just renamed it to IR
Step 3: Add Library to sketch
 
With the IR folder ( or whatever you named it) now in your libraries directory, we can import it into a new sketch
Start a new sketch and the Click  
        Sketch->Import Library->IR
Step 4: Paste Code and compile
Paste the following code into the new sketch Then verify it compiles
#include
int RECV_PIN = 11;
IRrecv irrecv(RECV_PIN);
decode_results results;
 
void setup()
{
  Serialbegin(9600);
  irrecvenableIRIn(); // Start the receiver
}
 
void loop()
{
  if (irrecvdecode(&results))
    {
     Serialprintln(resultsvalue, HEX);
     irrecvresume(); // Receive the next value
    }
}
Step 5: Open the serial monitor
 
Connect the Arduino to your computer using the usb port, then upload the sketch Open up the Serial Monitor, get the remote and press the buttons Some hex codes should appear on the Serial Monitor
Step 6: Record button codes
  Step 7: Works on any remote!
 
 
 
 

Write your review