Schlagwort: mega

  • 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

  • Pingo, the motion-detecting ping pong ball launcher

    Pingo, the motion-detecting ping pong ball launcher

    Reading Time: < 1 minute

    Pingo, the motion-detecting ping pong ball launcher

    Arduino TeamMarch 11th, 2020

    If you want to “enhance your athletic training regimen,” or perhaps just have a bit of fun with robotically launched ping pong balls, then be sure to check out the Pingo apparatus shown in the video below. This robot moves back and forth on four DC motor-powered wheels, searching for targets with an ultrasonic rangefinder.

    When something comes into view, Pingo adjusts its ping pong launching tube’s angle to match the target distance, then loads a ball and flings it into the air with a pair of spinning disks. 

    The device is controlled by an Arduino Mega and uses a half-dozen DC motors, a pair of steppers, and even a servo to accomplish its mission.

    Website: LINK

  • Mechanical 7-segment display made with micro servos and an Arduino Mega

    Mechanical 7-segment display made with micro servos and an Arduino Mega

    Reading Time: < 1 minute

    Mechanical 7-segment display made with micro servos and an Arduino Mega

    Arduino TeamFebruary 12th, 2020

    Flip displays are an interesting piece of technology, physically moving segments into place that stay put until other information is needed. Michael Klements has been especially fascinated by these devices, and after inspiration from another project, he decided to craft his own.

    His version utilizes 14 micro servos to flip segments into a visible position, then rotate them to 90° when no longer needed. This “off” mode displays a slimmer profile, and the sides and back are painted black, making them much less visible.

    An Arduino Mega, with 15 possible PWM outputs, is used to control the servos, while a hobby RC-style battery eliminator circuit provides power to the motors. 

    Be sure to check out the build process and in-action shots below! 

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

    Website: LINK

  • The ZT-2020 is a portable SunVox synth

    The ZT-2020 is a portable SunVox synth

    Reading Time: < 1 minute

    The ZT-2020 is a portable SunVox synth

    Arduino TeamFebruary 11th, 2020

    SunVox synth software allows you to create electronic music on a wide variety of platforms. Now, with his ZT-2020 project — which resembles a miniature arcade game — YouTuber “fascinating earthbound objects” has a dedicated input scheme.

    This cabinet prominently features a wide array of buttons, a directional input from a PlayStation controller, and 16 potentiometer knobs. There’s also a screen on top for video output. 

    Inside a Raspberry Pi runs SunVox, while most of the buttons and all of the input knobs are connected to an Arduino Mega. The Mega plays the role of MIDI controller as well, passing digital music info along to produce beautiful electronic music!

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

    Website: LINK

  • OmBURo is an Arduino-controlled unicycle robot with an active omnidirectional wheel

    OmBURo is an Arduino-controlled unicycle robot with an active omnidirectional wheel

    Reading Time: 2 minutes

    OmBURo is an Arduino-controlled unicycle robot with an active omnidirectional wheel

    Arduino TeamFebruary 4th, 2020

    Omni wheels normally contain a number of rollers arranged on their circumference, allowing them to slide left and right and perform various tricks when combined with others. The rollers on UCLA researchers Junjie Shen and Dennis Hong’s OmBURo, however, are quite different in that they are actually powered, enabling a single wheel to accomplish some impressive feats on its own.

    These powered rollers give OmBURo the ability to move in both longitudinal and lateral directions simultaneously, balancing as a dual-axis wheeled inverted pendulum. 

    Control is accomplished via an Arduino Mega along with an IMU and encoders for its two servo motors —one tasked with driving the wheel backwards and forwards, the second for actuating the rollers laterally via helical gears and a flexible shaft. 

    As seen in the video below, the robot can follow different paths via remote control, and even balance on an inclined plane. More informaton on the impressive build is available in the Shen and Hong’s research paper here.

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

    A mobility mechanism for robots to be used in tight spaces shared with people requires it to have a small footprint, to move omnidirectionally, as well as to be highly maneuverable. However, currently there exist few such mobility mechanisms that satisfy all these conditions well. Here we introduce Omnidirectional Balancing Unicycle Robot (OmBURo), a novel unicycle robot with active omnidirectional wheel. The effect is that the unicycle robot can drive in both longitudinal and lateral directions simultaneously. Thus, it can dynamically balance itself based on the principle of dual-axis wheeled inverted pendulum. This letter discloses the early development of this novel unicycle robot involving the overall design, modeling, and control, as well as presents some preliminary results including station keeping and path following. With its very compact structure and agile mobility, it might be the ideal locomotion mechanism for robots to be used in human environments in the future.

    Website: LINK

  • Prototype room-scale, shape-changing interfaces with LiftTiles

    Prototype room-scale, shape-changing interfaces with LiftTiles

    Reading Time: 2 minutes

    Prototype room-scale, shape-changing interfaces with LiftTiles

    Arduino TeamJanuary 27th, 2020

    Shape-shifting interfaces, which could be deployed to create dynamic furniture, structures or VR environments, have great potential; however, creating them is often quite difficult. To simplify things, researchers from the University of Colorado Boulder have developed “LiftTiles,” modular blocks that raise to the desired height (between 15 and 150 centimeters) via air pressure and then collapse under spring force when needed.

    Each pneumatic tile costs under $10 USD, weighs only 10kg each, and supports up to 10kg of weight. To demonstrate their design, the team used solenoid valves to inflate blocks and servo motors to open release valves that allow the blocks deflate and compress. 

    The system is based on an Arduino Mega board, along with an SR300 depth camera to measure the height of each section and client software running on a control computer. 

    More details can be found in the project’s research paper.

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

    Website: LINK

  • Prototype room-scale, shape-changing interfaces with LiftTiles

    Prototype room-scale, shape-changing interfaces with LiftTiles

    Reading Time: 2 minutes

    Prototype room-scale, shape-changing interfaces with LiftTiles

    Arduino TeamJanuary 27th, 2020

    Shape-shifting interfaces, which could be deployed to create dynamic furniture, structures or VR environments, have great potential; however, creating them is often quite difficult. To simplify things, researchers from the University of Colorado Boulder have developed “LiftTiles,” modular blocks that raise to the desired height (between 15 and 150 centimeters) via air pressure and then collapse under spring force when needed.

    Each pneumatic tile costs under $10 USD, weighs only 10kg each, and supports up to 10kg of weight. To demonstrate their design, the team used solenoid valves to inflate blocks and servo motors to open release valves that allow the blocks deflate and compress. 

    The system is based on an Arduino Mega board, along with an SR300 depth camera to measure the height of each section and client software running on a control computer. 

    More details can be found in the project’s research paper.

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

    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

  • Take your X-Plane 11 experience to new heights with this 3D-printed simulator

    Take your X-Plane 11 experience to new heights with this 3D-printed simulator

    Reading Time: < 1 minute

    Take your X-Plane 11 experience to new heights with this 3D-printed simulator

    Arduino TeamDecember 17th, 2019

    Apparently not satisfied with a single PC monitor, aviation enthusiast Ryan H came up with his own custom, 3D-printable cockpit setup for the Garmin G1000 avionics suite. Designed around the X-Plane 11 flight simulator, the system uses a 12.1” LCD panel for flight data along with several additional inputs, all controlled by an Arduino Mega running SimVim firmware.

    The auxiliary display/input assemblies interface with the Arduino, enabling it to handle 32 tactile switches plus one standard and five dual rotary encoders via five CD74HC4067 16-channel multiplexers.

    Build cost is around $250 per screen. 3D-print files and other information are available on Thingiverse

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

    Website: LINK

  • Bob Clagett made an LED Christmas tree video game for his entire town to play

    Bob Clagett made an LED Christmas tree video game for his entire town to play

    Reading Time: 3 minutes

    Bob Clagett made an LED Christmas tree video game for his entire town to play

    Arduino TeamDecember 13th, 2019

    Bob Clagett likes making holiday decorations. This year, however, he wanted to create something that didn’t just look nice, but was also interactive. What he came up with is a giant Christmas tree that is actually a video game!

    His tree-shaped matrix uses seven rows of RGB LEDs attached to the top of the structure to drop simulated snowflakes, represented by white lights. The player moves a dot on the bottom right and left to dodge these falling flakes via a pair of large arcade-style buttons. When the controlling Arduino Mega sees that the player’s position is the same as a snowflake, the game ends.

    As Clagett’s community can attest, the project looks like a lot of fun! Code for the build is available on GitHub.

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

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

    To make our Christmas tree game light up in the way that we intend, we have to be able to control each LED in an entire strand of lights. Traditional lights just have power run to colored bulbs, which blink or stay lit all together. We found a strand of individually addressable LEDs that are made for outdoor use. This means that each light has a small circuit board attached to each bulb that will receive power and a data signal from a micro-controller. I’m using an Arduino as the micro-controller to send out a signal to each specific light among the many strands.

    Our game is very simple, there is a “player” that is restrained to the lowest level of lights in our tree-shaped matrix. That “player” can move left or right to avoid falling “snow.” When the game is played, the player will move while white “snow” lights fall randomly from the top of the tree-shaped matrix. If the “player” and the “snow” occupy the same space on the matrix in the arduino code, you lose. When the game isn’t being played, I used a simple LED flash library to create a Christmasy-looking color series that flashes until someone activates the game.

    Now that the game code is working, the lights are blinking appropriately, and the control buttons are moving the “player” around, it’s time to make it look like a tree. To do this, Josh and I drilled holes at even space along some thin PVC material and fed in the lights. Covering those light boards with ping pong balls will help diffuse the LED light and give the whole tree a polished and clean look. These seven LED light boards are then connected to a hub at the top of a 10-foot metal pole. To keep the pole firmly planted on the ground, I poured a bucket of concrete and fixed a pole holder into it.

    Website: LINK

  • Toddler busy board gets an RGB matrix upgrade

    Toddler busy board gets an RGB matrix upgrade

    Reading Time: < 1 minute

    Toddler busy board gets an RGB matrix upgrade

    Arduino TeamDecember 12th, 2019

    When Amir Avni made a busy board for his then-one-year-old daughter, he left a variety of buttons and switches unconnected. While these were still likely interesting at the time, now that she’s two, he’s added an Arduino Mega-controlled 32×64 LED panel to the rig, taking advantage of these formerly unused input devices.

    The busy board images are changed using four potentiometers positioned above it, which select two icons that are each displayed on half the screen. It can also act as a drawing board when the first one is set to its maximum value.

    Below that, more potentiometers and some switches are implemented for further image control, along with a power switch to cut things off when playtime is done.

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

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

    Website: LINK

  • theMIDInator is a marvelous MIDI controller

    theMIDInator is a marvelous MIDI controller

    Reading Time: 2 minutes

    theMIDInator is a marvelous MIDI controller

    Arduino TeamDecember 9th, 2019

    While you may know on some level that an Arduino can help you make music, you probably haven’t seen as good an implementation as this MIDI controller by Switch & Lever. 

    The device features a numeric pad for note input, which can also be used as a drum pad, and a variety of knobs and even a joystick for modifying the beats. Controls are housed inside a beautiful laser-cut, glued, and finished wooden enclosure.

    An Arduino Mega (with its 54 digital IO and 16 analog pins) is used to accommodate the inputs, and data is passed on to a digital audio workstation, or DAW, to produce actual sound. 

    Code and circuit diagrams are available here if you want to build one, though your setup can be customized however you like!

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

    Website: LINK

  • James Bruton’s 3D-printed, Arduino-powered Nerf blaster fires 10 darts at once

    James Bruton’s 3D-printed, Arduino-powered Nerf blaster fires 10 darts at once

    Reading Time: 2 minutes

    James Bruton’s 3D-printed, Arduino-powered Nerf blaster fires 10 darts at once

    Arduino TeamDecember 4th, 2019

    Nerf guns can be a lot of fun, but what if you want your launcher to shoot 10 projectiles simultaneously? Is so, then look no further than James Bruton’s custom blaster.

    His 3D-printed project employs two BLDC-powered rollers to accelerate cartridges of 10 darts each, and allows for quick reloading via a clever manual locking mechanism. The device holds five magazines, for total of 50 darts.

    When loaded, an arcade-style button fires the darts, pushing them into the rollers at the same time using a couple of servo motors. Everything is powered by a six-cell 24V LiPo battery, while an Arduino Mega is used for control, and to track which cartridge is in place, enabling the operator to concentrate on getting shots downrange!

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

    Website: LINK

  • 2D-RFID input at the tip of your fingers

    2D-RFID input at the tip of your fingers

    Reading Time: 2 minutes

    2D-RFID input at the tip of your fingers

    Arduino TeamDecember 2nd, 2019

    Researchers at the University of Waterloo in Canada have developed a novel hand-based input technique called Tip-Tap that amazingly requires no batteries. 

    The wearable device uses a series of three custom RFID tags on both the thumb and index finger with half an antenna on each digit. When the fingertips are touched together, a signal is sent to the computer indicating where the thumb and index finger intersect, which is mapped as a position on a 2D grid.

    Usability experiments were carried out using an Arduino Mega, with both on-screen visual feedback and without. Possible applications could include the medical field, where Tip-Tap can be added to disposable gloves enabling surgeons to access a laptop without dictating inputs to an assistant or sterilization issues.

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

    We describe Tip-Tap, a wearable input technique that can be implemented without batteries using a custom RFID tag. It recognizes 2-dimensional discrete touch events by sensing the intersection between two arrays of contact points: one array along the index fingertip and the other along the thumb tip. A formative study identifies locations on the index finger that are reachable by different parts of the thumb tip, and the results determine the pattern of contacts points used for the technique. Using a reconfigurable 3×3 evaluation device, a second study shows eyes-free accuracy is 86% after a very short period, and adding bumpy or magnetic passive haptic feedback to contacts is not necessary. Finally, two battery-free prototypes using a new RFID tag design demonstrates how Tip-Tap can be implemented in a glove or tattoo form factor.

    Website: LINK

  • Make music with the help of an Arduino-powered hole puncher

    Make music with the help of an Arduino-powered hole puncher

    Reading Time: < 1 minute

    Make music with the help of an Arduino-powered hole puncher

    Arduino TeamNovember 25th, 2019

    Maker ‘pashiran’ purchased a music box which could be programmed with punch cards, but soon found that actually creating tunes this way by hand was exhausting. His solution was to automate the process, designing a fixture to punch the cards for him!

    His new auto-programmer acts as a simple CNC machine, using stepper motors to roll cards into place and then move the punch head perpendicular to this motion to produce the correct note. The holes are punched out over and over with a DC motor, before being removed to play a beautiful tune on the mechanical music box. Computing power is provided by an Arduino Mega, while the user interface consists of an LCD display and an encoder. 

    You can listen to 250 notes worth of “Be Our Guest” below, plus find more details on the project here.

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

    Website: LINK

  • LED icosahedron shines for all the world to see

    LED icosahedron shines for all the world to see

    Reading Time: < 1 minute

    LED icosahedron shines for all the world to see

    Arduino TeamNovember 25th, 2019

    Convex regular icosahedrons contain 30 edges and 12 vertices. This makes for an interesting math problem, but as demonstrated by this project out of the LVL1 hackerspace in Louisville, Kentucky, its geometry also presents an excellent target for a massive number of LEDs.

    Their build, in fact, consists of 708 programmable LEDs arranged facing inward on the edges and doubled over on each vertex support. These supports lead to a central stainless steel ball, reflecting a massive amount of light to the surrounding area. 

    Everything is controlled by an Arduino Mega, along with an Uno-style prototyping shield, and power is provided by a massive 5V 60A supply unit.

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

    Website: LINK

  • FaceWidgets blends on-face switches with the VR world

    FaceWidgets blends on-face switches with the VR world

    Reading Time: 2 minutes

    FaceWidgets blends on-face switches with the VR world

    Arduino TeamNovember 21st, 2019

    When using a virtual reality (VR) system, you may need to flip a switch, touch a button, etc., which can be represented by a carefully coordinated series of pixels in front of your eyes. As a physical alternative — or augmentation — researchers at the National Chiao Tung University in Hsinchu, Taiwan have developed a system of interchangeable physical control panels, called FaceWidgets, that reside on the backside of head-mounted unit itself.

    When a wearer places their palm near their face (and headset), this is sensed and an on-screen canvas appears depending on the application. They can then manipulate these widgets both physically and in the virtual world to control the experience. 

    Physical interactions are detected with the help of an Arduino Mega and the facial control pad even extends and retracts for optimal usage via a motor shield and stepper motors.

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

    We present FaceWidgets, a device integrated with the backside of a head-mounted display (HMD) that enables tangible interactions using physical controls. To allow for near range-to-eye interactions, our first study suggested displaying the virtual widgets at 20 cm from the eye positions, which is 9 cm from the HMD backside. We propose two novel interactions, widget canvas and palm-facing gesture, that can help users avoid double vision and allow them to access the interface as needed. Our second study showed that displaying a hand reference improved performance of face widgets interactions. We developed two applications of FaceWidgets, a fixed-layout 360 video player and a contextual input for smart home control. Finally, we compared four hand visualizations against the two applications in an exploratory study. Participants considered the transparent hand as the most suitable and responded positively to our system.

    Website: LINK

  • FaceWidgets blends on-face switches with the VR world

    FaceWidgets blends on-face switches with the VR world

    Reading Time: 2 minutes

    FaceWidgets blends on-face switches with the VR world

    Arduino TeamNovember 21st, 2019

    When using a virtual reality (VR) system, you may need to flip a switch, touch a button, etc., which can be represented by a carefully coordinated series of pixels in front of your eyes. As a physical alternative — or augmentation — researchers at the National Chiao Tung University in Hsinchu, Taiwan have developed a system of interchangeable physical control panels, called FaceWidgets, that reside on the backside of head-mounted unit itself.

    When a wearer places their palm near their face (and headset), this is sensed and an on-screen canvas appears depending on the application. They can then manipulate these widgets both physically and in the virtual world to control the experience. 

    Physical interactions are detected with the help of an Arduino Mega and the facial control pad even extends and retracts for optimal usage via a motor shield and stepper motors.

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

    We present FaceWidgets, a device integrated with the backside of a head-mounted display (HMD) that enables tangible interactions using physical controls. To allow for near range-to-eye interactions, our first study suggested displaying the virtual widgets at 20 cm from the eye positions, which is 9 cm from the HMD backside. We propose two novel interactions, widget canvas and palm-facing gesture, that can help users avoid double vision and allow them to access the interface as needed. Our second study showed that displaying a hand reference improved performance of face widgets interactions. We developed two applications of FaceWidgets, a fixed-layout 360 video player and a contextual input for smart home control. Finally, we compared four hand visualizations against the two applications in an exploratory study. Participants considered the transparent hand as the most suitable and responded positively to our system.

    Website: LINK

  • James Bruton’s 512 LED DJ helmet adds more glow to his Performance Robots show

    James Bruton’s 512 LED DJ helmet adds more glow to his Performance Robots show

    Reading Time: 2 minutes

    James Bruton’s 512 LED DJ helmet adds more glow to his Performance Robots show

    Arduino TeamNovember 13th, 2019

    If you’ve ever thought that your musical performance needed more LEDs, then James Bruton’s DJ helmet may be just the thing for you.

    The YouTuber’s wearable device is built on the base of a protective face shield, substituting in a 3D-printed support for an 8×32 LED matrix, as well as four smaller 8×8 LED matrices arranged above and below the main section.

    The 512 LEDs are powered using a portable LiPo battery and a 10A power regulator. Control is via an Arduino Mega, which is connected to an RJ45 jack that enables it to work with DMX lighting data. 

    The result is a spectacular display, shown off nicely in an electronic concert (with his barcode guitar) starting at around 8:20 in the video below!

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

    Website: LINK

  • James Bruton’s 512 LED DJ helmet adds more glow to his Performance Robots show

    James Bruton’s 512 LED DJ helmet adds more glow to his Performance Robots show

    Reading Time: 2 minutes

    James Bruton’s 512 LED DJ helmet adds more glow to his Performance Robots show

    Arduino TeamNovember 13th, 2019

    If you’ve ever thought that your musical performance needed more LEDs, then James Bruton’s DJ helmet may be just the thing for you.

    The YouTuber’s wearable device is built on the base of a protective face shield, substituting in a 3D-printed support for an 8×32 LED matrix, as well as four smaller 8×8 LED matrices arranged above and below the main section.

    The 512 LEDs are powered using a portable LiPo battery and a 10A power regulator. Control is via an Arduino Mega, which is connected to an RJ45 jack that enables it to work with DMX lighting data. 

    The result is a spectacular display, shown off nicely in an electronic concert (with his barcode guitar) starting at around 8:20 in the video below!

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

    Website: LINK

  • James Bruton’s 512 LED DJ helmet adds more glow to his Performance Robots show

    James Bruton’s 512 LED DJ helmet adds more glow to his Performance Robots show

    Reading Time: 2 minutes

    James Bruton’s 512 LED DJ helmet adds more glow to his Performance Robots show

    Arduino TeamNovember 13th, 2019

    If you’ve ever thought that your musical performance needed more LEDs, then James Bruton’s DJ helmet may be just the thing for you.

    The YouTuber’s wearable device is built on the base of a protective face shield, substituting in a 3D-printed support for an 8×32 LED matrix, as well as four smaller 8×8 LED matrices arranged above and below the main section.

    The 512 LEDs are powered using a portable LiPo battery and a 10A power regulator. Control is via an Arduino Mega, which is connected to an RJ45 jack that enables it to work with DMX lighting data. 

    The result is a spectacular display, shown off nicely in an electronic concert (with his barcode guitar) starting at around 8:20 in the video below!

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

    Website: LINK

  • James Bruton’s 512 LED DJ helmet adds more glow to his Performance Robots show

    James Bruton’s 512 LED DJ helmet adds more glow to his Performance Robots show

    Reading Time: 2 minutes

    James Bruton’s 512 LED DJ helmet adds more glow to his Performance Robots show

    Arduino TeamNovember 13th, 2019

    If you’ve ever thought that your musical performance needed more LEDs, then James Bruton’s DJ helmet may be just the thing for you.

    The YouTuber’s wearable device is built on the base of a protective face shield, substituting in a 3D-printed support for an 8×32 LED matrix, as well as four smaller 8×8 LED matrices arranged above and below the main section.

    The 512 LEDs are powered using a portable LiPo battery and a 10A power regulator. Control is via an Arduino Mega, which is connected to an RJ45 jack that enables it to work with DMX lighting data. 

    The result is a spectacular display, shown off nicely in an electronic concert (with his barcode guitar) starting at around 8:20 in the video below!

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

    Website: LINK