Help with Circuit Playground Library and IR Remote Library

Thread Starter

Ryan Jones

Joined Aug 27, 2016
35
Hey, me again!

I am using an Adafruit Circuit Playground Classic (and it's library) to detect motion with the built in accelerometer. I am attempting to create a motion activated "universal remote control," basically, have the Circuit Playground emit IR codes.

I have code written which works with the Circuit Playground and sends details to the serial monitor when I move my hand in whichever position. I know that my IR commands work because I have tested them on an Uno. However, when added to the Circuit Playground, I yield no results. I believe this has to do with discrepancies in the active timer of the Circuit Playground Library and IRRemote Library. I have tried changing pin assignments but no luck. Any suggestions?
 
Top