Help Needed with IR Control Using ATTiny1604 Microcontroller

Hello everyone,

I'm relatively new to using ATTiny1604 microcontrollers, and I'm currently working on a project that involves using an ATTiny1604 microcontroller for IR control. Specifically, my goal is to build a system where the microcontroller can receive IR signals and perform different actions based on these signals, i.e. turn on and off the LED strip.

However, I'm facing some challenges as I'm not sure which libraries or resources I should use to implement IR control with the ATTiny1604. I've looked around, but I haven't found clear guidance on the specific libraries compatible with this microcontroller.

Could anyone provide recommendations on suitable libraries or resources for implementing IR control with the ATTiny1604? Additionally, any tips or insights on effectively integrating IR functionality into a project using this microcontroller would be greatly appreciated.

Thank you in advance for any assistance you can provide!

What IR device (remote control) are you going to use to transmit data to the microcontroller? Usually a device which uses the NEC protocol at around 38kHz is a good choice. These will be compatible with the 3 pin IR receivers such as say tsop4838. Then you need an IR library compatible with your microcontroller.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.