Hi Guys,
I want to use Car MP3 Remote in my project but when i try to use it with Header file of SonyRemote.h it dont work correctly. can someone please help me?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes i tried the Sony Remote too and its working fine. but this Remote is not working correctly, if i press a button of this remote multiple times it give multiple codes instead of single code :(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It helps. You should be getting some numbers back, those numbers are probably in banks of three. An example in hex is 0xFF30CF. Look at the page you provided. The Select Case statement then reads these hex numbers and does something with them.
What results are you getting? Are you getting similar hex values? If yes, then, add a similar Select Case statement to integrate into your code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i dont have complete hardware at this time. i will post again. but i remember when i press a single button multiple times, the "button" variable print on LCD like "1, 10, 143, 115". not any hex numbers. :(
Note: i am using SonyRemote.h as a header file
Last edit: Kaka 2016-05-13
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Guys,
but when i try to use it with Header file of SonyRemote.h it dont work correctly. can someone please help me?
I want to use Car MP3 Remote in my project
Morning.
Is the remote and the sensor SONY compatible?
What release of GCB are you using? When did you download?
What does you source code look like?
I have just used the code for a Sony Remote. It works as expected.
We need a lot more information to be able to help you.
Yes i tried the Sony Remote too and its working fine. but this Remote is not working correctly, if i press a button of this remote multiple times it give multiple codes instead of single code :(
I do not know the controller.
Do you have any documentation?
No, i dont have any documentation on it but maybe this link could help us. please check
It helps. You should be getting some numbers back, those numbers are probably in banks of three. An example in hex is 0xFF30CF. Look at the page you provided. The Select Case statement then reads these hex numbers and does something with them.
What results are you getting? Are you getting similar hex values? If yes, then, add a similar Select Case statement to integrate into your code.
i dont have complete hardware at this time. i will post again. but i remember when i press a single button multiple times, the "button" variable print on LCD like "1, 10, 143, 115". not any hex numbers. :(
Note: i am using SonyRemote.h as a header file
Last edit: Kaka 2016-05-13