-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Wrong Came Atomo button counter sequence during sending from Flipper #833
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
Comments
Hello! Can you share full RAW recording of the original remote so i can check btn counter? |
I'll send it later. The original remote is at my home now. |
There is RAW record from the original fob in attach. (.sub renamed to .txt) |
Thx, will work on that issue next days |
Yes, the issue is present, its possible to generate full sequence but it will take big buffer space and will require long button hold, since current implementation in subghz doesnt actually support sending different codes while holding a button, so for system like that - we generate full or partial sequence and put it all in buffer, while button is held it being transmitted as it was one code (but big one) |
I think third way is the best solution. |
Ill make some changes after release in next dev builds, and will ask you to test, thats fine? |
Shure. |
Hello. |
Not yet, I hope will be soon |
oh actually, it will be in next dev build, any build after 1093, i just pushed that in dev, please test when possible |
link to the latest current build that contains required fixes, ready for test |
Sorry for late answer. I finally got to my gates. First iteration, counter goes 0-127 first time - the gates are opening |
Currently we are generating this sequence of button counter so for receiver it will look like whole cycle with some missing parts which it should accept, |
Found it I've purchased Came receiver module for local tests and will play with it at home. |
I'm searching one now, gonna order it too, to test various cases myself |
Got the RE432M Came's receiver and it works! |
Thats great news, but actually im waiting for same receiver to arrive, so ill verify all modes maybe there's a need for small tweaks Idk what to do later with that stuff, maybe make motorised toilet door, or miniature boom barrier xd |
@RekordNadoev hello As for the programming mode it works pretty well, both from original remote, or copy of the original remote on flipper, or new remote on flipper that was bound manually to the receiver before via button I made updated documentation on how to bind those type of remotes, https://github.com/DarkFlippers/unleashed-firmware/blob/dev/documentation/SubGHzRemoteProg.md Check it out, if you find any more details on this issue except possible antenna disconnect, reopen or create new one, thx |
Also I noticed one thing, if power supply is noisy, no matter how well it outputs power, receiver is taking max 30mA as i found |
Describe the bug.
Version: Unleashed dev branch, commit 462ab25
During continuous sending Came Atomo, button counter changes from ~ 0x4Ch to 0x54h
Remote is working, gates opening but:
To program new remote to receiver with the old one, button counter should tick from 1 to 127 and begin from 0 with the same Pcl_Cnt. After this "zero-cross event" the receiver should switch to programming mode.
Reproduction
Select Menu => Sub-GHz => Saved => select any Came Atomo remote => Emulate
Hold central button to continuous send
Pcl_Cnt is static
Btn_Cnt is changing from ~ 0x4Ch to 0x54h (instead of changing from 0x0h to 0x7Fh and begin from 0x0h with the same Pcl_Cnt)
Target
No response
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: