So i'm trying to create a remote control using Arduino for some old devices for whom i lost the remote control.
thanks to the help of Experts here, i managed to build a circuit to control my TV using a known RAW signals
Now, i want to control my old Streamium Philips NP2900, i found on internet that it's RC is working under RC5 protocols. so i collected around 2000 signals of a Philips likes devices and i want to try all of them on my streamium hoping one of them could be understood by my NP2900
but my code seems to not be working (the led is flashing but the output of Serial.print doesn't seems good, i ran the code on only 10 signals to begin )
I apologize for this long introduction but i wanted to give as much details as possible
Thank you for the attention you may give for my question.
01:42:30.978 -> Now sending
01:42:32.005 -> Now sending
01:42:33.035 -> Now sending
01:42:34.064 -> Now sending
01:42:35.093 -> Now sending
01:42:36.123 -> Now sending
01:42:37.155 -> Now sending
01:42:38.186 -> Now sending
01:42:39.222 -> Now sending
My programming skills are too poor lol, but i'm expecting to monitor at every seconds which signals is been sent , probably i need to run the code on a known working list of signals on my TV , before, to see how it works
Well i just want to make sure that the loop over the Array elements is working correctly, but the Serial.print line output doesn't seems like i expected
I mean i was expecting smthg like this :
01:42:30.978 -> Now sending 0x100C
01:42:32.005 -> Now sending 0x1801
alright XD ! i don't know if you can suggest to me a simple code that can do the stuff, else i need really to go back and improve my programming skills , in both of cases i would like to thank you very much for your time
Yess you're right ! the idea come in my mind since 2 min, i have other devices using RC5 i think, i will need to collect some signals of their remote controls and see how the code will respond (something a little bit slow but it suits my level of coding/electronic )
I see no worries, i will wait until tomorrow, other wise i searched too long on internet and didn't find something like this (bruteforcing signals to replace a lost remote controls, all of what i found is a reproduction for a known remote control signals)