Replies: 3 comments 4 replies
-
I saw a demo a very long time ago where a single column of LED's was mounted on top of a vibrating mechanism. Characters were displayed using persistence of vision. This had the benefit of repetition. I'm unclear whether you intend to use persistence of vision in a similar way. If so, repetition would be absent - I'm not sure whether this would actually work. |
Beta Was this translation helpful? Give feedback.
-
The orientation of the output is important. |
Beta Was this translation helpful? Give feedback.
-
The timing: 30 chars, should be written, under 400ms (50Kmh), under 250ms (100Kmh), under 160ms (200Kmh). A train, with 50 Kmh, needs a second for 14 meters. At 100 Kmh, it is a length of 28 meters, and at the speed of 200 Kmh, it is 56 m. I propose 3 different timings, for speeds between 40 to 70, 70 to 150 and 150 to 300 Kmh. |
Beta Was this translation helpful? Give feedback.
-
Id like to write a driver for this new display. Any microcontroller with at least 11 digital outputs could be used to display text on a moving vehicle, like a car or a fast train.
It could display the speed or any other information.
If a line of neopixel, could be updated fast enough, it could be used as simple output option.
The "display" needs to know the speed of the vehicle( roughly) to use the right timing for text rendering. At first, only one charset will be provided.
Slow moving is possible, but you need a camera to be able to see the text. (The controller needs the speed, or the signal "fast enough", to start displaying.
I though about two "lines" with 20 chars each. The second line is optionally, but if used, it will be printed directly after the first line.
What do you think? Could it be implemented? Have you additional ideas to improve it? I like to hear it.
Fox
Beta Was this translation helpful? Give feedback.
All reactions