Schlagwort: LED Display

  • Bike signal display keeps riders safe with machine learning

    Bike signal display keeps riders safe with machine learning

    Reading Time: 2 minutes

    Bike signal display keeps riders safe with machine learning

    Arduino TeamJune 21st, 2020

    Cycling can be fun, not to mention great exercise, but is also dangerous at times. In order to facilitate safety and harmony between road users on his hour-plus bike commute in Marseille, France, Maltek created his own LED backpack signaling setup.

    The device uses a hand mounted Arduino Nano 33 BLE Sense to record movement via its onboard IMU and runs a TinyML gesture recognition model to translate this into actual road signals. Left and right rotations of the wrist are passed along to the backpack unit over BLE, which shows the corresponding turn signal on its LED panel.

    Other gestures include a back twist for stop, forward twist to say “merci,” and it displays a default green forward scrolling arrow as the default state.

    More details on the project can be found in Maltek’s write-up here.

    [youtube https://www.youtube.com/watch?v=da8K2eS4XyU?feature=oembed&w=500&h=281]

    [youtube https://www.youtube.com/watch?v=w5kqfRDzFDU?feature=oembed&w=500&h=281]

    Website: LINK

  • 1,156 LEDs make up these dual acrylic light-up panels

    1,156 LEDs make up these dual acrylic light-up panels

    Reading Time: 2 minutes

    1,156 LEDs make up these dual acrylic light-up panels

    Arduino TeamMarch 24th, 2020

    What does one do with over 1,000 LEDs, white acrylic, and 288 IR sensors? If you’re Redditor “jordy_essen,” you create an interactive light panel.

    In one mode, the user pull a reflective tool across the sensors to draw a paths, with potentiometers implemented to select the color. It can also be set up to play a sort of whack-a-mole game, where one has to activate the sensor in the same area where it illuminates.

    For this amazing device, jordy_essen uses not one, or even two, but six Arduino Mega boards to drive the LEDs directly — in turn controlled by a webpage running on a Raspberry Pi. If that wasn’t enough hardware, an Uno is tasked with taking inputs from the color potentiometers. 

    It’s a brilliant project in any sense of the word!

    Website: LINK

  • Hundreds of LED triangles combine for brilliant interactive display

    Hundreds of LED triangles combine for brilliant interactive display

    Reading Time: 2 minutes

    Hundreds of LED triangles combine for brilliant interactive display

    Arduino TeamJanuary 6th, 2020

    If you need another idea for how to creatively diffuse LED lighting, then look no further than the “Light Me Up!” project by Hyewon Shin, Eunjeong Ko, and Junsung Yi. 

    Their setup uses 312 3D-printed and laser-cut light triangles, each of which contains a trio of RGB LEDs. Users select the desired light by pressing the triangles themselves, via buttons concealed beneath the main assembly. Several Arduino boards are used to control the massive structure.

    With such an involved triangular display, a number of interesting 3D-like shapes and even words can be created by users. Alternatively, smaller triangle arrangements can also be constructed using the same build concepts. 

    This project has several triangles that form a hexagonal shape. So you can create stereoscopic patterns according to how you design light! Just press each piece and various colors will be gradated, and when the color you want comes out, just hit the hand you pressed and it will continue to shine beautifully with the color you wanted!

    Check out its triangular luminescence in the videos below!

    [youtube https://www.youtube.com/watch?v=ZVxkHbfOONY?feature=oembed&w=500&h=281]

    [youtube https://www.youtube.com/watch?v=xwadp2LTiOc?feature=oembed&w=500&h=281]

    Website: LINK

  • Vintage LED display prototype revived with Arduino

    Vintage LED display prototype revived with Arduino

    Reading Time: 2 minutes

    Vintage LED display prototype revived with Arduino

    Arduino TeamAugust 22nd, 2019

    Patrick Hickey has been collecting retro LED indicators and displays for decades, and his rarest item is an HP 5082-7002—a 5×7 dot matrix LED display in a beautiful gold and (possibly) sapphire enclosure. This device is so rare, in fact, that he believes it to be a prototype, somehow relegated to eBay for gold salvage.

    Hickey wasn’t able to find any reference to the unit—much less a datasheet—even after extensive research. Instead, he went to work reverse engineering the HP 5082-7002 following the tracks of the PCB to work out how the rows and columns are connected. 

    He then designed a test shield for an Arduino Uno with sockets on which the mystery device could sit. With this piece of hardware built, he can now create simple pictures and animated sprites on it using pulsed Arduino outputs.

    I followed the tracks to work out which pins are connected rows and columns, and set out to build a test shield for an Arduino Uno.  I decided to drive them as “rows” of 5. The max output of Arduino I/O pins is rated at 40mA, so in theory, I could simultaneously power up to 5 LEDs in parallel at 8mA using 1 pin. In practice, using strobe/multiplexing, the duty cycle is much less: 1/7 or 1/5 depending if you drive by rows (7) or columns (5) respectively. The 5 current limiting series resistors are 470 Ohms (¼ Watt). My preference is to use carbon composition resistors (e.g. Allen Bradley). I love the “retro look” of them and I think they compliment the vintage LEDs.  

    I had already written Arduino code for testing some TIL-305 matrix displays, so it was relatively simple to transpose the pins in my sketch for this configuration. The test code permits animations of up to 150 different alphanumeric characters/symbols, and (of course) some animated sprites inspired by retro video games.

    Website: LINK

  • Star Wars mouse droid reveals hidden scrolling LED display

    Star Wars mouse droid reveals hidden scrolling LED display

    Reading Time: 2 minutes

    Star Wars mouse droid reveals hidden scrolling LED display

    Arduino TeamSeptember 24th, 2018

    In several iterations of the Star Wars saga, small black droids can be seen scurrying around imperial installations. While they tend to fade into the background or provide a fun distraction in the movies, the mouse droid by Potent Printables acts as a sort of physical messaging app. It’s able to travel to the correct location, then pop open to unveil a scrolling LED sign.

    Potent Printables can trigger the side door using a Bluetooth app on his phone. On command, an RC servo pushes it open, and lowers it down using a stepper motor/reel setup. An Arduino Uno along with an Adafruit Motor Shield are used for control, while an HC-05 module enables communication with the system.  

    Check out the latest video in this build series below!

    [youtube https://www.youtube.com/watch?v=Zw-zLukmlxM?feature=oembed&w=500&h=281]

    Website: LINK