Elektrine lite

← Feed

@emorydunn@mastodon.tinycart.club

Post #1820043

2026-04-22 00:22 UTC

My resounding success is slightly tempered by the fact I was able to toggle the haptics by sending two different data packets. Both work reliably, but that means I know even less about how this thing works, and I wasn’t exactly starting from knowing anything to begin with

Replies (1)

  • I did a little polishing on my test tool, mostly adding a packet decoder and logger. Every event is 20 bytes long, with the last 12 always identical. Even though the first 8 bytes are different for each event I can decode what button was pressed or released from the first byte, not sure what the other 7 are for.

    Open ##1820044