2025-04-14 12:23 AM
I am trying to make a project using STM8S105K4T6 and NEC based IR remote. I am using Sduino to program the board. I want to turn on and off two relays and two leds using IR remote. Please help me to make the IR decoder for the board.
2025-04-14 6:37 AM
Welcome @RV97, to the community!
It seems you are looking for a solution for your entire project, and for a very old MCU at that, for which you will probably find little support in a forum. However, you can divide the project into sub-projects and think about each one.
If it's just about the IR decoder, your favourite search engine will probably help you with a search for e.g. ‘+infrared +nec +stm8 +decode’. However, I don't hold out much hope for a finished example, because most developers prefer to work with more modern 32-bit MCUs than with outdated 8-bit MCUs.
Regards
/Peter