__dc_tracker
无标题文档
>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 (Included)
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
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

}

Package:

  • 2 PCS

 

>Payment
  • We only accept payment through Paypal.
  • Items will go to post within 1-2 business days after payment confirmed.
  • Please leave note in PayPal when making the payment if you have any special request (colors/size).
>Shipping
  • USA customers: all items will be shipped to address in buyer’s eBay details via ePacket service of USPS & China Post. We’ll offer tracking number for each package. Tracking info can be traced on USPS system.
  • Customers outside of USA: all items will be shipped to address in buyer’s paypal details via Hong Kong post air mail.
  • Before you bid item, please clear you have noticed below details:
  • 7-25 working days: United States
  • 10-25 working days: Canada, United Kingdom, Australia, Japan, New Zealand
  • 2-5 working weeks: Countries in Western Europe, Southeast Asia, Israel, Korea
  • 3-6 working weeks: Russia, Eastern Europe, Mid-East
  • 4-7 working weeks: Mexico, South America
    Because of some post and custom reason, we ship item to worldwide but exclude the following countries and area:
    AFRICA: All countries in Africa;
    ASIA: Afghanistan, Bangladesh, Bhutan, Brunei, Cambodia, China, India, Iraq, Kazakhstan, Kyrgyzstan, Laos, Maldives, Mongolia, Nepal, Philippines, Singapore, Tajikistan, Turkey, Turkmenistan, Uzbekistan, Vietnam;
    Central America and Caribbean;
    South America: Colombia, Ecuador, Peru;
    EUROPE: Italy, Moldova, Romania.
    We are unable to take any responsibility for any custom delay or tax. Reason is because transit time is highly depended and provided by Postal Service (except weekends and holidays).
>Contact Us
  • Normally, we leave positive feedback for you once payment received. We are also hope that you can do me the same. Your support will keep us moving forward forever.
  • If you are not satisfied when you receive your item, please return it within 30 days for a replacement or money back. Please contact me before you return it.
  • If the shipping delay happened, we’re willing to pay refund or resend new item(s).