Reverse engineering an e-ink display
zeus.ugent.be
Reverse engineering an e-ink display
1–10 of 56 posts
Re: Reverse engineering an e-ink display
#2Re: Reverse engineering an e-ink display
#3Re: Reverse engineering an e-ink display
#4I love learning this kind of stuff through this site. In the world of reverse engineering or hacking stuff together, it feels like such a fumbly exercise that there just isn’t any discipline to it, but experts definitely learned some tricks and learning from them is such a treat. I’ll have to download that book and give it a read sometime soon.
Re: Reverse engineering an e-ink display
#5I wonder how popular this tag must be/have been to be able to find someone that had already dissolved/sandpapered it? Can't wait for the follow-up on this, turn that e-waste into something usable!
Re: Reverse engineering an e-ink display
#6Unfortunately, that might be tricky without the private keys in the controller. User manual [0] describes a per site 128 bit AES keys used for the RF comms.
Might be easier to just write fresh firmware for them - there's some code here [1] for driving the display that could be ported to the CC2510. There's SDCC support for at least the CC2511 as used in the Pololu Wixel [2]. It's certainly possible that their cryptosystem is broken but I wouldn't bet on it.
0: https://fcc.report/FCC-ID/2ACQM-EDG2-0590-A/4393106
1: https://github.com/atc1441/E-Paper_Pricetags/tree/main/GxEPD...
Re: Reverse engineering an e-ink display
#7Re: Reverse engineering an e-ink display
#8Hopefully for the store's sake, there'd be some sort of public/private key system so that only the holder of the private key can distribute price changes wirelessly. I wouldn't bet money on that though.
(edit) - I see someone else posted the manual and that there's a per-site AES key. That's a good sign I guess.
Re: Reverse engineering an e-ink display
#9> The biggest barrier to hacking is often the fear that you’ll break something while poking around. But you have to break eggs to make an omelet; likewise, you have to be willing to sacrifice devices to hack a system. Fortunately, acquiring multiple copies of a mass-produced piece of hardware is easy. I often do a bit of dumpster diving or check classified advertisements to get sample units for research purposes. I g…
https://www.bunniestudios.com/blog/
You can grab the download directly from NoStarchPress:
Re: Reverse engineering an e-ink display
#10It still somehow breaks my intuition that it’s cost-effective to have thousands of these deployed in each supermarket. I mean, I do understand it rationally, but it’s still weird.