Pulling this info out of the thread for better coverage: Here's a github repo of scope traces of the IR data that I'm trying to decode. It's from the controller of a VTech VSmile Baby edutainment console: https://github.com/bmx/vsbaby/tree/master/keys …
-
-
The controller has 7 buttons (5 colors, cloud, and a ball), a 3-way switch, a power switch, a local-or-TV switch, and a purple button (pair?) at the top.
Näytä tämä ketju -
So far I have determined by manually pushing data into the emulated UART that in the 16-bit word, bit 4 (0010) when set will initiate a soft power-off, and bits 3..2 encode the position of the 3-way switch as 01, 10, or 11 (0004, 0008, or 000c).
@captain_scorpioNäytä tämä ketju -
I'm beginning to wonder if somehow the images ending in 1 and 0 represent, somehow, the individual bytes of the final 16-bit word that gets received by the UART, rather than two separate 16-bit words in and of themselves.
Näytä tämä ketju -
Justification: There is no logic in the VSmile Baby's UART Rx handler to buffer multiple 16-bit words. It has a single location in RAM as an incoming mailbox, and it does not appear to have any logic for handling a sequential transfer of two words.
Näytä tämä ketju
Keskustelun loppu
Uusi keskustelu -
Lataaminen näyttää kestävän hetken.
Twitter saattaa olla ruuhkautunut tai ongelma on muuten hetkellinen. Yritä uudelleen tai käy Twitterin tilasivulla saadaksesi lisätietoja.