I am a beginner into Arduino trying out some stuff, Please help me out.
I have made two diff projects:
one is to control a set of four relays using an IR Remote (in my case a TV remote)
second one is to control the relays using a Telegram bot.
Both of the projects work well individually, But I want to combine it into a single project so that I can control the relays using both IR Remote and Telegram Bot.
I have tried to combine them, but wasn't successful.
I ran into a number of problems like it was very slow to respond, or would throw out multiple errors etc.
I have attached the two programs below:
You can contact me through Telegram @arunkumarrr_m
IR_Control.ino (1.42 KB)
Telegram_bot.ino (6.06 KB)