Giter VIP home page Giter VIP logo

arduino-irremote-due's People

Contributors

enternoescape avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

arduino-irremote-due's Issues

Conflicts with latest version of Arduino 1.5.6 r2

Hi there,

I'm getting compile errors with the latest version of Arduino, I think because there is already an IRRemote object built in - part of RobotIRRemote. I've renamed your class to IRRemote2 and it works now, but I think you can probably think of a better way to rename it, or maybe scope it differently.

Thanks for a great lib!

Seb

IRSend on Arduino Due

There seems to be an issue with Arduino Due and IRSend.

I have an IR LED and a short test program, that I have tested on an Arduino Uno. Everything works flawlessly there, connected to pin3. This tells me the IR LED works perfectly, as well as the code... However, on the Due, connected to pin7 (as far as I could gleam from the headers) nothing happens when running the exact same code with the exact same IR LED.

IR LED circuit is as follows:
Base connected to pin7 through a resistor (470 ohm).
Collector connected to +5V through a resistor (47 ohm) and the IR LED.
Emitter is connected straight to ground.

This pulses the IR LED at 1.2V, 80 mA and works perfectly on the UNO.

The test code is as follows, and pops up the menu on a Samsung TV:

#include <IRremote2.h>

IRsend irsend;

void setup()
{  
    Serial.begin(9600);
    while (!Serial) { ; }
}

void loop() 
{
    if (Serial.read() != -1) 
    {
        for (int i = 0; i < 3; i++) 
        {
            irsend.sendSamsung(0xE0E058A7, 32);
            delay(100);
        }
    }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.