I'm doing that and I'm getting extreme IR noise.
Is there a conflict between those libraries?
I'm also using an ultrasonic range finder but without a library....
The project is a snowflake thing where the snowflakes will change color based on the input from the range finder and the IR remote.
One problem is the neopixel library turns off interrupts while it is writing the lights. This plays havoc with anything that needs to use interrupts for precise timing like IR signals or servos.
Thanks for the note.
I wonder if there's a way I can have it switch back an forth. Perhaps doing only one of the two tasks in a given time slice...
As things stand now I'm reading both one after the other in loop.
Hey Michael,
I found an example that has neopixel and IR: Code | Flora-Powered TARDIS Costume (for Dogs!) | Adafruit Learning System
Why do you suppose theirs works but mine acts out?
Darcy
The project was a great success.
I love Arduino.