qDot
qDot
Whenever the keepon boots with its normal firmware, it rotates itself until the pins on the circuit board line up with the bottom metal plate, to center the motors. When...
Reading 12 bytes from device 0x55 gets us back a bunch of numbers. The chips onboard the keepon do this command once every 15ms, so there's probably something important in...
Device 0x55 Address 0x6 is different than other Device 0x55 parts, since it only takes one byte as an argument (as seen from sniffing the bus). Running through the full...
Sending 2 bytes to device 0x55 address 0x0 seems to cause keepon to sway side to side (if the first byte is < 0x80) or move up and down (if...
Now that we can iterate through sounds (minus the issues inherent in bug #1), run through the banks and document all of the sounds.
Using an arduino to communicate, if a sound command is sent without a motor command being sent before it, the address portion of the message will NACK. This may not...
Ok, decided to finally update FF20 since #104 got fixed, only to find out it's still not working for me. Same issues as #104, Keysnail appears in the tools menu...
v0.1.0 only supported a minimum amount of functionality to get systray-rs off the ground. Should probably expand this to work with all provided functionality.
I'm working on https://github.com/qdot/libappindicator-sys, which will use gtk-sys for some of the symbols it needs to fill in for function arguments. I'd like to use other g*-sys crates to fill...
Fix #66