Page 1 of 1

Arduino Service IR Remote Control

Posted: Thu Nov 22, 2018 10:33 pm
by JUCED
Hi, i'm new on this forum, i just want to share my project that maybe can be useful.

I built an IR Remote Control that sends 3SPEED, Factory and Info keys + all navigation buttons. To find the hex codes i built an arduino ir receiver and used an example sketch found in IR Send library to read codes sent from the application "Service Remote Control Samsung-TV (SRC)" that was running on my Galaxy s6 and then i built the arduino ir transmitter to send the codes read previously. The result is nice ^^

https://www.youtube.com/watch?v=sCNjPW3lz5g

Re: Arduino Service IR Remote Control

Posted: Sat Nov 24, 2018 9:00 am
by juusso
Really nice. Could you please share how to build this tool? As far i see just a little is required - arduino nano+some buttons+IR led+sketch and library. Now just how to combine all these things to working IR remote? :)

Re: Arduino Service IR Remote Control

Posted: Sat Nov 24, 2018 3:30 pm
by JUCED
juusso wrote: Sat Nov 24, 2018 9:00 am Could you please share how to build this tool?
Here you go, i uploaded everything on my website :D : https://jucetize.weebly.com/samsung-tv- ... rvice.html

Here you can find the sketch + circuit