Posts | Comments

Planet Arduino

Archive for the ‘Arduino LED Display’ Category

Hunt the Wumpus is a text-based survival/horror game developed in 1973. As such, it’s perhaps due for an update, and Benjamin C. Faure was able to do so using an Arduino Mega to run a graphical version on an 8×8 MAX7219 LED display.

The game consists of moving your character through the 64-LED randomly generated world, avoiding pits and bats, attempting to face the Wumpus to fire your one arrow. Navigation is aided by “wind” and “stench” lights, indicating either a pit or the foul Wumpus is nearby. The game is also enhanced with a few LED animations and a small piezo speaker. 

On startup, the game will generate an 8×8 map for the player that contains bats, pits, and a Wumpus. The player must pay attention to their senses to ensure they don’t fall into a pit or run into a Wumpus. Running into a bat might not be instant death, but they can carry you over a pit or even straight to the Wumpus.

If the player wishes to win, they must pinpoint the location of the Wumpus. Then, they must take one step towards the Wumpus (so that they are facing the proper direction) and fire their only arrow. If they hit the Wumpus, they win! If they miscalculated, however, they will meet a grisly fate.

A demo can be seen below, while code for the project is available on GitHub.

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!

Instructables user “r570sv” needed a marker to find his way back to camp at Burning Man 2018, and decided to make a trio of LED dancing robots that could be raised high up on a pole. The idea is that he could see this from anywhere in the desert, making it great for this particular event—and perhaps for later expeditions, such as beach camping.

The robots were bent out of 1/8” steel wire, with single-color red LED strips affixed to it using zip ties. Three robotic panels are sequentially lit up using an Arduino and a bank of relays to form animations, similar to a neon sign. The flagpole used to raise the animated sculpture was affixed to his truck, creating a sturdy base as well as convenient source of 12V power.

I wanted to make something so I could find our camp at night at Burning Man 2018. 2018 was a robot theme and I’m a fan of neon but no way was gonna head that route so I came up with an idea about a dancing cocktail glass kinda robot.

We beach camp and have sand rails so I know how useful flying some kind of flag can be during the day and some kind of LED light pole is at night. So I figured, use it an burning man and keep using when we go to the beach.

So using metal and welding is in my wheel house and I’m good with Arduinos so that’s the medium that I chose to implement this project in.

Have you ever wanted to have a light show that reacts to what you play through you’re favorite electric instrument? Georgia Tech grad student Wil Roberts has, and so he created a guitar-controlled LED display–an impressive project that combines both his Maker and musical chops.

To accomplish this, Roberts used an Arduino Uno along with an Adafruit 16×32 RGB LED matrix panel that responds to the guitar’s signal. The bottom rows are always blue, while the top ones progress from green to red the louder he shreds. The top rows remain red depending on the length of the note being played.

Want one of your own? Roberts has made all of the display’s circuitry and code available on Instructables. In the meantime, be sure to see it in action below!

If you’ve ever wanted your own Times Square-like zipper, albeit a little smaller, you’re in luck. That’s because Josh Levine has created a giant scrolling LED display costing around $15 per foot, which consists of an Arduino Uno, a power supply, and seven programmable NeoPixel strips. The Maker also used a few pieces of plywood with a couple of aluminum angles glued to the top and bottom to enhance its sturdiness and appearance.

Equipped with 2,688 RGB pixels, the 12-foot-long sign is capable of showing text at 80 frames per second. Aside from basic scrolling messages, other features include a countdown timer with lookup-based gamma correction, column-by-column color control, custom fonts, sprite graphics with animation, and more.

The build is so simple, that you should be able to figure it out from looking at the pictures. Stick the strips to something, add some power, connect the Arduino data out pins to the strips’ data in pins.

The secret sauce is in the software. You can read about the parallel processing technique used here.

Bigger is better, right? Levine chose this size for his ticker only because it was the longest thing that could make it down his staircase–plus 400-pixels-long gives a refresh rate of 80 frames per second, which is just fast enough for nice animations. That being said, the Maker does note that he’d love to one day build a 100-foot-long sign “if you could find him a long enough surface to mount it on.” Until then, you can see it in action below and read all about the project on its page.



  • Newsletter

    Sign up for the PlanetArduino Newsletter, which delivers the most popular articles via e-mail to your inbox every week. Just fill in the information below and submit.

  • Like Us on Facebook