danielweidman / pixmob-ir-reverse-engineering

Hacking the PixMob infrared (and now also RF!) protocol to enable control of PixMob wristbands at home.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keep leds on after command finishes

enyarendon opened this issue · comments

Hi, is there a command we can send to keep the leds on with a specific color forever?

My solution to get a permanent solid color is to send a solid color command, followed by a permanent fade command: for instance:

solid_green_60:[1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1]
followed by 
permanent_fade_green:[1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1]

It should then fade from green to green, but the fade isn't really detectable. If you don't mind the fade, the second code should stay on on its own, fading in and out. I dont't have a list of other colors at the moment, but you can find more by loading these into bit flippr or brute force. If you put the battery tab in, it will reset the first part and you'll be left with just the fade in my experience.

@BjarneJensen this worked great!!! how did you find the respective codes for "solid_green_60" and "permanent_fade_green"? I want now to be able to set every color. How do you find them by brute force?

Hello. I just came across with shmmr in this website. https://beta.shmmr.app/register

I made my own shmmr device following all the instructions.
Screenshot 2024-07-23 172137
Screenshot 2024-07-23 172206
Screenshot 2024-07-23 172232
Screenshot 2024-07-23 172253
Screenshot 2024-08-07 004512

uploading this arduino "into" file to the board. it does work
ShmmrTransmitterFirmware_v1_2 (1).zip

MY PROBLEM IS, IT ONLY FLASHES ONE COLOR PERSISTENTLY LIKE THE COLOR BLUE OR GREEN OR RED OR WHITE.

Can someone make a revision to the shmmr arduino "into" file to have loop effect continuely with all the colors since i don't really know how to do it?
Screenshot 2024-08-07 005047
Screenshot 2024-08-07 005149

5b6d42b6301847e5a2c3c63d1970b6ef.mov
915c8e79bc6b4209918bb33d9ffbd6c7.mov
582aa20580d841d5ab8351b994564c3c.mov

88E8732B-CE21-497B-A715-5FB8D021E7BB
E82959F1-9383-4BD9-8FC4-FADB7227FC1F

That's all the reference. This shmmr file does work. but i need someone to revise it for all colors like red, fade red, green, fade green, light green, fade light green, yellow fade, blue, blue fade, light blue, light blue fade, magenta fade, pink, white, tuquiose, and so on.
ShmmrTransmitterFirmware_v1_2 (1).zip

https://beta.shmmr.app/register

thank you very much