Liberated E-Ink Shelf Labels Turned 10×2 Display

How expensive is it to make a panel that uses e-ink technology? That might depend on how flexible you are. [RBarron] read about reverse engineering point-of-sale shelf labels and found them on eBay for just over a buck apiece. Next thing you know, 20 of them were working together in a single panel.

The panels use RF or NFC programming, normally, but have the capability to use BLE. Naturally you could just address each one in turn, but that isn’t very efficient. The approach here is to use one label as a BLE controller and it then drives the other displays in a serial daisy chain, where each label’s receive pin is set to the previous label’s transmit pin.

That allows a simple piece of code to read incoming messages and process the ones addressed to that label. Anything else just gets sent out the serial port. Only the BLE node has special firmware. At first, we thought each label would need an address and we wondered how it would be set other than having unique firmware for each one since there doesn’t appear to be a handy way to do a hardware-based configuration.

The actual solution is clever. Each message has a hop counter that each node decrements before passing the message along the chain. When the hop count is zero, the message is at its destination. Simple and very easy to configure. In theory, you could replace any of the labels after the first one with any other label and the system would still work correctly.

Even the wiring is clever, with a jig to bend the wire to ensure even spacing of each element on the panel. A laser-cut box finishes the project off nicely. The code is all available on GitHub. We’ve seen these kinds of tags used for things like weather stations. Not to mention conference badges.

27 thoughts on “Liberated E-Ink Shelf Labels Turned 10×2 Display

  1. The video on the Github page of the display being written to is very satisfying, just in the way that the refresh of the individual screens is staggered so the whole thing moves in a wave.

    I’ve never seen these shelf labels in the UK. At a glance online there are a couple of articles suggesting that they’re getting trialled more widely at the moment, so maybe they’ll turn up second hand in a few years.

    1. Many shops seem to use them. Sometimes you’d be hard pressed to notice that the labels are actually e-ink, especially when they intentionally make the regular paper tags with a bezel to look like digital tags.

      1. I’ve seen them at kohls (in the shoe department, the rest of the store has larger mono lcd price displays I guess due to cost) and either home depot or lowes (cant remember which, but they were the larger 3 color ones which was neat).

  2. where DO people find these display by the lots?!?? in UK these are barely available (except the waveshare ones) and when they do become available each goes for 20 or more units of money…

    1. Given supermarket lighting, and frequency of update, you’d have thought a supercap plus calculator-sized solar panel would keep these going forever. Then again, perhaps it was a deliberate decision to use coin cells, and justify a regular ‘service plan’?

      1. Updating the display uses so much current that a supecap that fits inside the tag would not be enough.

        Then again, standby uses so little current that the coin cells last for years and they’re cheap enough for that.

        1. “standby uses so little current”

          Heh. I’ve got a bare Adafruit 2.13″ eink sitting on my desk for the last 6 months, that’s had a static picture with no visible degradation.

    2. My preference would be wireless power supplied by the “tag setter”! IMO, if you’re gonna have batteries, then make the Rx good enough so an entire store can be written from a central computer…

      1. Of course it is written from a central computer. There are transmitters in the roof throughout the store, either using IR or BLE. Whenever prices are changed in the system an updated is sent out to change all tags that need new prices.
        After you have installed a tag you don’t need to touch it for 5-10 years until it’s time to change batteries, which is easily done in two minutes.

  3. I’ve never seen these E-Ink shelf labels before; but if I do see one I’ll snag it and attach a price tag “borrowed” from something affordable like a loaf of bread. Uh…no – these days a loaf of bread is no longer affordable, much-less available to begin with.

  4. That is an excellent design with the CR2450 coin cells. With the prices updated once per week the batteries last about 10 years, which is exactly the same as the batteries shelf life.

  5. I’m a pre-sales engineer for Displaydata, one of the top ESL mfr’s in the world. Some of the comments are indeed true and some false, it makes for interesting reading. ESL’s are coming to a store near you, I’m making sure of it. Home Depot currently uses our Chroma74 yellow displays in their appliance section. Lowes does the same with a competitor. Kohls years ago had the really old 2nd generation LCD technology which has been superseded by the E-ink variants that everyone now uses. Kohls just recently changed vendors so their ESL install stopped looking like your old LCD watch from the 80’s.

Leave a Reply to mrfrenzyCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.