-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FFW FRW #21
Comments
I have not bothered about ffw/frw. Anyone else trying this? Can you tell us some more about your setup/mods? |
Edit due miscalc The delayus function does not work as you’d expect when timer is shut off. |
I don’t know the exact limit but stay under 1000 in the delay |
Problem solved! Thank you! |
Wow, my pleasure! Cheers and have a great weekend! |
Hello again! |
In principle, You can sniff it yourself. Just have a computer connected via USB and watch the serial monitor (115200bps) I wrote "in principle" because there is a chance the HU will behave differently depending on what answer it gets from the external device. |
Just recently was dealing by myself with this issue, ended up using data saved in log starting from 800 line. Here is the code to get long press and release <<(DLP,DLR), >>(CLP,CLR), as well long press of CD1-6 buttons (CxL). Would be very beneficial to receive Thomas comments
|
@darjusp I'm not sure what you want me to say, although I appreciate your belief in me :-)
|
Actually it does work, for instance for button >> in the melbus_log array it is such piece [192, 27, 113, 160] for press and [192, 27, 113, 208] for release. If it short press it doesn't trigger such output as the signal is actually sent on release of the button. So if the button is not release for 1 second, it invokes long press sequence. Same with 1-6 buttons. i just wanted to know whether the logic is correct and whether the place to catch the sequence and take some actions is right, as all matching is happening way above line 800. Maybe it can break the process actions if it takes too long in this place? |
If it works, no need to fix it. But if you want to be consistent and follow the other code, then try to add |
Hmmmm.... Trying to connect some mp3 module that have ffw and frw function. I can start forwarding, but i can't stop it. Anyone solved that?
The text was updated successfully, but these errors were encountered: