Want 2 Megabytes Of SRAM For Your Arduino?

How much memory do you really need? We suppose it’s not really our place to judge how you misuse use memory in your projects. But we do appreciate the clean and orderly technique that [Eric Rogers] uses to add multiple SPI SRAM chips to an Arduino.

The heavy lifting is done with a CPLD shield called the Amani 64. It intercepts the SPI calls from the Arduino to an SRAM chip, and translates the address information to find the appropriate data on a collection of 23K256 devices. These chips are inexpensive, and using several of them provides a savings over choosing a single SPI addressable chip with a larger memory size.

The best part is that the flexibility of the CPLD allowed [Eric] to devise an addressing system that takes advantage of unused bits in the Arduino’s SPI data transfer functions. When using a single 23K256 chip, there are four write functions that waste a total of six bits. He devised a method to inject addressing data into these unused bits, allowing him to address up to 64 different memory chips for a potential of 2 MB of storage. The CPLD pulls out this injected address and subsequently writes or reads the bank of SRAM chips.

Looking for other SRAM upgrade options? Here’s another one that uses multiplexing to decrease the address lines necessary to add memory.

Defusable Alarm Clock – Wastes Wire But Fun For The Kids

Nothing makes you feel the pressure of getting out of bed in the morning like a ticking-time-bomb on the bedside table. It may look like it came in the mail from ACME, but all that went into this is some wooden dowels covered in craft paper and an Arduino-compatible board. The 7-segment display can act as a clock, or count down to your doom. You can set an alarm that requires you to clip the wires to shut it off. Each time that alarm is set the wires are randomly chosen; one will set of the bomb, one will safely defuse it, and the others do nothing. See for yourself after the break.

The wires are easily replaced because they are connected via terminal blocks. It still seems like an awful waste of wire. We like the Think Geek bomb clock concept that works in much the same way but uses wires that have a male/female RCA plug pair that can be disconnected and reconnected without waste.

This one will apparently be available as a kit, at which point the schematics and code will be released. But it shouldn’t be too hard to build one from scratch yourself, and it’s an obvious winner if you’ve got kids.

Continue reading “Defusable Alarm Clock – Wastes Wire But Fun For The Kids”

GPS Audio Tour Brought To You By Surface Speakers

The team at Eschelle Inconnue wanted to “trace a sound cartography of Islam” in Marseilles, France, so they came up with a clever little GPS walking tour powered by an Arduino, MP3 playback module, and a surface transducer speaker.

The team used a Processing app to define geographic areas where each MP3 file would play. An Arduino on the build queries a GPS module and selects the audio file from an MP3 playback module. This isn’t uncommon, and a lot of large outdoor museums (think battlefields) have similar setups.

Determining which audio to play at what location is fairly easy, but that’s not what makes this build special. Instead of simply hooking up a pair of headphones to the build, the team decided to use a surface speaker that turns just about any solid material into a speaker. From the writeup, this is supposed to, “diffuse sounds by giving the illusion to collect them, to listen to the words of the walls, the whisperings through the materials” but we think it’s just a great way to have several people listen to the same audio file at the same time.

Fallout Brought To Life With This Working PIP-Boy 3000

working_pipboy_3000

[MyMagicPudding] wanted to try his hand at hobby electronics, so he decided to go all-in and build himself a PIP-Boy 3000. If the name doesn’t ring a bell, the PIP-Boy 3000 is a wrist-mounted computer from the popular Fallout video game series.

The PIP-Boy is based around an HTC Desire HD mobile phone, which [MyMagicPudding] mounted inside case custom made for him by [Skruffy] from the Replica Prop Forum. He wanted to stay true to the game, so the wrist-mounted computer’s interface eschew’s the Desire’s touch screen and is instead controlled via a set of buttons and dials on its face. The external inputs all interface with the Desire via an Arduino Uno, which communicates with the phone using TCP over USB.

While he admits that his soldering skills are pretty dodgy, and that there’s no longer room behind the neat-looking facade to mount the PIP-Boy on his wrist, we think that it looks great. If this is an example of his first electronics project, we can’t wait to see what comes next.

Continue reading to see the PIP-Boy 3000 in action.

Continue reading “Fallout Brought To Life With This Working PIP-Boy 3000”

Upgrading RAM In An Arduino Mega

[Andy] stuffed some more RAM onto an Arduino Mega and his three-part walk through on the design, construction, and software is a great read and one of the more ‘hard core’ Arduino builds we’ve seen.

The build is centered around a 512K × 8 SRAM module [PDF warning]. Because the RAM is divided up into about 512,000 chunks of 8 bits, the Arduino has to access the RAM through 16 ‘address lines’, then send the data through 8 ‘data lines’. [Andy] didn’t want to use up 24 pins on his Arduino, so he used a latch to multiplex the lowest 8 address lines and the data lines together. With the 512KB RAM expansion installed, the Mega is able to address a whopping 520 Kilobytes.

We’ve seen a few builds that have been limited by the amount of RAM available in the Arduino, like capturing video and some robot hacks, and adding some more RAM to those builds would be great. Multiplexing data and address lines using a latch can be expanded even further, but 520KB ought to be enough for anybody.

Material Of Choice: Felt Pen On Glass

If you’re paying big bucks for those floor-to-ceiling windows why not make them into a canvas for your art as well. Der Kritzler is a motorized plotter that can make this into a reality. It’s a laser-cut pen holder suspended from a pair belt pulleys. Those belts have counterweights, which make it easier for the stepper motors to move the pen jig smoothly. The firmware running on the Arduino that controls Der Kritzler has some very precise setup requirements. Since there is no feedback for the Arduino to sense the position of the pen, the two stepper motors must be exactly 1500 mm apart with 1060mm of toothed belt between the carriage and each stepper motor when the power is turned on.

Input images are converted to code for the device using a processing sketch. So far [Alex] has tried out a couple of different effects, starting with a vector graphic, or using some open source tools to convert bitmaps to vector graphics. Don’t miss his video demonstration embedded after the break.

Continue reading “Material Of Choice: Felt Pen On Glass”

Awesome Fiber Optic LED Viking Helmet

octobrite_led_mohawk_helmet

[Garrett] over at MaceTech was approached by a friend who needed a light-up mohawk installed on a Viking helmet, and he needed it ASAP.

Now, [Garrett] does tons of work with LEDs but it’s not every day you are asked to construct a sound-responsive LED mohawk. He had all sorts of LEDs and other bits on hand, but finding the fiber optics that would make up the mohawk itself took a bit of time.

After a bit of searching, he located some cheap bulk fiber optic toy wands, and got busy cutting them apart to remove the fiber bundles. The fibers were glued into a laser cut plastic assembly, where they were paired with a handful of OctoBrite CYANEA modules [Garrett] had on hand. He bought a handful of components from SparkFun, including an Arduino Pro Mini to control the device, as well as an electret mic and graphic equalizer chip to handle the audio input/filtering.

He wrapped up the code portion of the mohawk and handed it off to his friend, who says that the “helmet is +99 to epic awesomeness”, which sounds like a ringing endorsement to us.

[via BuildLounge]

Check out the video below to see the fiber optic mohawk helmet in action.

Continue reading “Awesome Fiber Optic LED Viking Helmet”