Show HN: I built a JavaScript-powered flipdisc display
121–130 of 131 posts
Re: Show HN: I built a JavaScript-powered flipdisc display
#122For that I used a Python module (https://github.com/tuna-f1sh/flipdot) and Python Flask/React based manager, with sequence info in a SQLlite db. Same outcome as your App with pre-loaded transitions and of course, Game of Life: https://engineer.john-whittington.co.uk/2020/04/game-of-life...
It's my project TODO list to make a FPGA based direct HDMI controller for the Alfa-Zeta modules since refresh rate of the on-board firmware leaves a little to be desired.
Re: Show HN: I built a JavaScript-powered flipdisc display
#123Re: Show HN: I built a JavaScript-powered flipdisc display
#124Earlier quoted context omitted.
I was curious roughly how long 150 million operations is... Assuming (literally just a guess) that the tiles "operate" at a rate of 3 times per second playing back a video or something: (150 million operation) / (3 operations/ second) = 50 million seconds = 578 days It's likely much slower than 3 operations per second too - so probably 6-10x that in reality, which would be on the order of a decade of continuous runti…
> Keeping low numer of controllers on one data line, allows to drive these displays with an increadible speed of 15 frames per second (black – to – white). From Alfazeta's page (including the typos). 15 frames per second feels pretty wild, but would also, unfortunately, change this math pretty considerably if you ran it full tilt.
It does leave you exposed to the risk of a video where one of these does flip like 12 times in a second for like 20 seconds or something.
You could probably analyze whatever video is being played to calculate some kind of like "risk" value or "expected-lifetime-decrease" value to at least better understand what the impact is of the video being played. All that goes out the window when you do the sort of real-time mirroring shown in the article.
Re: Show HN: I built a JavaScript-powered flipdisc display
#125> flipdisc displays are sort of an obscure technology "niche technology" is probably the better term - that niche being readability in sunlight. A few years ago, flipdisc displays used to be very common in buses, trains etc. Then LEDs got better and the niche vanished...
It was going to happen, these flip displays with moving parts probably required maintenance. Also higher energy consumption. Not to mention the noise. I still remember the noise when they use to have these in trains and airports.
Re: Show HN: I built a JavaScript-powered flipdisc display
#126Re: Show HN: I built a JavaScript-powered flipdisc display
#127Breakfast studio offers some amazing art pieces using Flipdisc modules. https://breakfaststudio.com/flip-discs
Re: Show HN: I built a JavaScript-powered flipdisc display
#128Just so you know, the links in the contact section appear to be broken.
Re: Show HN: I built a JavaScript-powered flipdisc display
#129Re: Show HN: I built a JavaScript-powered flipdisc display
#130Earlier quoted context omitted.
> The lifespan is probably not as limitless as you might have imagined How do you remove dust from them? I imagine that's when they break.
Wouldn't you just make the picture change a few times to remove dust and that's it? They flip, the dust comes out.