So I have this bootleg wii remote that I'm trying to hack for my project. Using an IR receiver and an arduino I was able to receive data from the remote. However when I press the A button on the remote I receive data in hexadecimal format like so:
C1A60CC6
C1A60CC6
C1A60CC6
247A4804
C1A60CC6
D8DBD5C1
C1A60CC6
C1A60CC6
C1A60CC6
FEAD0104
C1A60CC6
C1A60CC7
AF28AC07
BA4A3D4C
C1A60CC6
Not sure what this means but what I'm confused about is that this data is not constant. If i were to press the A button again I will receive a completely new data. So does anyone out there know what this data could possibly mean and how I can implement it into my project?