Ultrasmall Arduino

[Fabio Varesano’s] new Arduino compatible board packs a full power punch in a ultra compact layout, measuring at 20.7×15.2 mm, the Femtoduino is probably the smallest 328 based Arduino compatible board around. Most of the staples are present, an QFN atmega328, an MIC5205 low dropout regulator good for a couple hundred milli amps, 16MHz ceramic resonator, reset, power indicator and pin 13 LEDs, but you will need to provide your own serial connection (FTDI, MAX232 etc) and another AVR programmer to get the Arduino boot loader onto the chip.

Since the board is small (smaller than a pro mini) it is not directly breadboard friendly. Even though the hole spacing is 0.05 inch, the size is large enough for “normal” wire to fit into fine, if you wish to use 0.1 inch spacing there is a handy break out board you can make where the Femtoduino just snaps in.

Everything needed to make one of your own is provided on the website, schematics, kicad files, bill of materials, Gerbers for both the board and the breakout board, though we would like to see this as a pre-made board soon, join us after the break for a video and see why.

Continue reading “Ultrasmall Arduino”

Arduino Levitation

Here’s the proof that Arduino is a tool for serious prototyping and not just a toy. [Norbert Požár] built a magnetic levitation device that combines an Arduino with an electromagnetic driver circuit and a magnetic field sensing circuit. Unlike other other levitation setups that use optical sensing, this implementation uses a hall effect sensor on the electromagnet to maintain the distance between it, and the permanent magnet it is holding in midair. Check out the embedded video after the break and browse through the overview page so see how pleasing it is to do away with a frame around the floating object. This makes us wonder if it could be inverted in a way similar to that magnetic scale.

Continue reading “Arduino Levitation”

Valentine’s Gift Counts The Days Spent Together

[Vegard Paulsen] dug deep down to the romantic geek at his core and built this box that counts the days he’s spent together with his Valentine. As you can see, it uses a four-digit seven segment display installed in the lid of a wooden box. An Arduino mini is responsible for driving the display, but as you might already know, to keep accurate time you’re going to need a reliable clock source. Instead of using a temperature compensated crystal oscillator like the ChronoDot he decided to pull time data from the Internet via a pair of RF modules.

His closing comments mention that this display will only work for around 27 years but he figures he can always build a bigger display. We’d keep this around, physically unaltered for sentimental value, but switch to a hexadecimal readout to track just over 179 years. Maybe that’s a bit too geeky.

Model Rocket Radio Telemetry

rocket_telemetry_data-analysis

[Ken] sent us his Instructable in which he used radio telemetry to monitor the status of his air-powered model rocket through a series of launches. His setup is centered around an Arduino IDE-compatible board that looks to be about the size of a Boarduino, but has the benefit of an embedded 915 MHz radio module. The vendor he used also sells a good handful of add-on modules which he used for his in-flight recording, including a barometric pressure monitor and a 3-axis accelerometer. During flight, the rocket constantly sends data to a base station, provided it stays within radio operating range.

For is initial tests, [Ken] launched his rocket four times, getting usable data on half of them. He found out some interesting things about his model rocket, including the fact that it creates a maximum launch force of 60 Gs. He has plans to revise his setup in the future, such as lightening the battery load as well as adding a high-G analog sensor for recording the forces at take off. This kit, or a more reasonably priced clone, would make for a great addition to any rocket buff’s inventory.

More Ambient Lighting Monitor Hacks

[Christian Pigeon’s] first big project was to build this ambient light system for his computer monitor. This is based on the same concept as the Phillips Ambilight system which illuminates the area behind a television to match the color on the edges of the screen. We’ve seen clones before, but this is the first one we’ve come across based on Amblone.

With Amblone as a starting point [Christian] modified the code to work with the Arduino Duemilanove which has fewer PWM channels than its bigger brother, the Arduino Mega. No word on where he acquired the RGB LED strips that provide the illumination, but the driver boards are just protoboard with groups of resistors and transistors to switch the diodes on and off. Check out the video after the break to see effects he achieves with this setup.

Continue reading “More Ambient Lighting Monitor Hacks”

Arduino-Fart-O-Meter

[robomaniac] shows us some serious application of modern technology with his recent Instructable, (the) Arduino-Fart-O-Meter. The wireless device uses a “perfboard Arduino” to read a remote wired methane sensor, and send data over a nRF2401A radio transceiver.

“The data” is picked up by another Arduino / transceiver combo, which then drives a servo motor connected to the pointer. The meter itself consists of 6 ranges from “Fresh Air” to “Liquid” so there is no doubt in your standing.

The wireless and remote sensor setup makes this an easy device to include into your loved ones chairs while having the meter far enough away (just in case you have to make a run for it). If you want some more accuracy check out the Fart intensity detector we posted about, which adds in temperature and sound to the equation, or how about a chair that twitters your toots?

Join us after the break for a quick video, its a real gas.

Continue reading “Arduino-Fart-O-Meter”

DOTKLOK

[Andrew] is showing off his latest creation, an LED matrix clock, which he is calling “DOTKLOK”. The clock is powered by an atmega328 micro controller with a real time clock module keeping the time. The display is made out of a grid of 8×8 LED matrices giving it a resolution of 24×16, and is all housed in an attractive acrylic housing.

The clock animations are inspired by classic video games such as Pong, Tetris, Pacman, and Space Invaders. Since the software is open, it is easy to jump into the Arduino source and add or modify animations to suit your taste, or even use the clock as a custom display for non clock related applications.

Available as a kit or fully assembled if youre needing a gift for that special nerdy someone. If you would like to go it alone, source, schematics, pcb, and enclosure files are available along with a bill of materials.

Join us after the break to see a short video of this fun clock in action

Continue reading “DOTKLOK”