You are reading a single comment by @Robin and its replies. Click here to read the full conversation.
  • After making the handheld, I got distracted by discovering DL1414/DL2416 "intelligent" LED displays. These things are cool! Originally made by Litronix, HP and Siemens in the 1970s as 4-character 16-segment alphanumeric displays, their descendants are still being made today, in the same form factor with similar part numbers, as 4 x 5x7 LED matrix displays. What makes them "intelligent" is the fact that you write 7-bit ASCII character codes to them, rather than having to worry about scanning through individual segments and digits.

    My favorite thing about the 2416 display in particular is that it has the same pin row distance, and almost the same # of pins, as the Espruino MDBT42Q breakout - so you can attach the two directly! Okay not quite - I had to bend & re-route the display GND pin around the board with a bodge wire. Though not necessary, I also decided to bend the display's VCC pin to attach to the BAT voltage instead of 3v3, since the higher LiPo voltage gives the display a bit more brightness. All pretty easy, and you end up with a tiny computer + retro display (see photos)!

    I've been testing the displays (1980s? era NOS/reclaimed units from eBay, ~$20) using this simple Arduino library I found on Github: https://github.com/ontuo/DL2416-Arduino-­library - and it was pretty easy to port it to a Javascript module for use with Espruino. I'll clean up the code this week and publish it on my Github with an open license. I also want to write a "scroll" function for longer messages.

    The whole thing comes out so small that I should (theoretically) have no problem fitting it into a case with a couple of buttons (only a few GPIO pins left...) and making a little retro watch out of the thing. I'm still trying to figure out the best battery + power management arrangement, the little Adafruit Micro Lipo charger I'm using, while small, may be too bulky unless I snip off the JST connector. More to come...

    Wishing you all health and safety, and a good project to work on, during these weird times.
    -D

  • Mon 2020.03.23

    Nicely done write up and a super tidy, clean, compact solution Dan.

    To understand how the following comment relates, one needs perspective of all the large the stuff we had up through the seventies, prior to the Japanese designing it all smaller. Think reel-to-reel recorder before the introduction of the Sony Walkman. (maybe some of you wont even know what that is, should you be born pre Smart Phone era!)

    Reminded me of an extremely funny 1979 movie scene (yes I saw it back then) of the
    Steven Spielberg comedy '1941' staring John Belushi where the submarine is forced to dive, and the Japanese mariner commenting in frustration in the attempt to take his tube radio below deck, as the closing hatch is too small. Hilarious! Eye opening remark epiphany, considering the explosion of miniturization that had just started. Couldn't find a YouTube link, but did find a reference:

    'Also the Japanese sailor trying to fit an enormous radio down the submarine hatch.'
    "We've got to figure out how to make these things smaller!"
    https://tvtropes.org/pmwiki/pmwiki.php/F­ilm/NineteenFortyOne
    halfway down the page



    That last image in post #2 gave me another alternative to the discussion we recently had, powering the Puck:

    http://forum.espruino.com/comments/15166­520/



    Note to @Gordon, envision the future MDBT50Q having an extended scored break-off tab containing the LiPo charger built in, sans un-necessary parts for projects like @dandelany created above.

About

Avatar for Robin @Robin started