Posts with «arduino» label

Venduino is a DIY Arduino vending machine

Ryan Bates has built a miniaturized vending machine from scratch using an Arduino Uno, four continuous rotation servos, and a Nokia 5110 LCD. The device, dubbed “Venduino,” includes four input buttons to make a selection, an LED indicator, and a 12V light strips to illuminate the inside of the cabinet. Whether it’s candies, toiletries, game cartridges, or miscellaneous items you’re looking to dispense, the possibilities are endless. Simply insert a coin, choose a product, and repeat.

Sound like something you’d like in your dorm room or cubicle? Bates has shared his code and schematics, and provided a detailed breakdown of his build below.

Deadpool’s Disembodied Head Shares a Catchphrase When It Holds Your Gear

Julia needed a place to rest her cool, new headphones when she wasn't using them, so her dad made a quipping Deadpool head.

Read more on MAKE

The post Deadpool’s Disembodied Head Shares a Catchphrase When It Holds Your Gear appeared first on Make: DIY Projects and Ideas for Makers.

David Cuartielles and New Ways of Making in EU

Earlier today, Arduino co-founder David Cuartielles participated in DSI4EU’s policy workshop entitled “Shaping the Future of Digital Social Innovation in Europe,” which gathered digital social innovators and policy makers to inspire and connect with different networks. During the workshop, Cuartielles and other leaders demonstrated clear examples of digital social innovation throughout Europe, along with some best practices and hands-on tips.

How is Digital Social Innovation (DSI) connected with Maker Culture, you ask? DSI is a type of collaborative innovation in which users and communities collaborate with digital technologies to co-create knowledge and solutions for a wide range of social needs at a scale that was unimaginable before the rise of the Internet. The organizations and projects identified and mapped by DSI4EU can be grouped within six broad domains and projects like Arduino are empowering people to develop New Ways of Making thanks to open hardware and educational programs!

DSI4EU is a support action in the H2020 Collective Awareness Platforms program. The initiative will grow and scale the current Digital Social Innovation network of projects, organizations, and individuals bringing together social entrepreneurs, hackers, communities, and academics working on key DSI fields such as the Maker Movement, the collaborative economy, open democracy and digital rights. It’s fostering digital innovations for social good, helping communities share data, collaborate to solve societal problems, and scale their initiatives focusing on open and distributed technologies and new sustainable business models. Finally, it’s representing the building blocks for a new participatory innovation model for Europe, a more decentralised web and an inclusive and sustainable society, including a radical approach to scaling, extending and connecting the DSI network in Europe.

Kick off this year’s U.S. presidential race with the MKR1000

No matter which candidate you will be voting for in November, it’s hard not to chuckle a bit when seeing this project from YouTuber “Makers4America.” The IoT machine works by responding to tweets from presumptive Republican candidate Donald Trump and then proceeding to kick him in the face with a 3D-printed boot attached to a metal rod.

The setup is fairly straightforward: a Raspberry Pi running Node-Red and a local Mosquito MQTT broker poll Twitter, and then writes the tweets to an MQTT topic. Meanwhile, an Arduino MKR1000 runs an MQTT client subscribed to the same topic, and controls the servos and RGB LED strips reading “Dump Donald.” 

Although this project targets Trump, it’s hard not to imagine other use cases for such a device–one in which includes the face of your arch nemesis, a rival sports team, or perhaps even your ex. The possibilities are endless!

Arduino Blog 28 Jun 21:45

This project makes eating alone a more entertaining experience

Food Screening is an Arduino-based project inspired by the act of watching films while eating meals alone, and was conceived especially for people living on their own abroad. The installation–developed by visual communicator Fongyee Ng in collaboration with Han–gyeol Lee–uses light and distance sensors to create an interaction with each food item, which triggers a snippet from a film that mimics the sound effects of consuming the meal, making eating alone a more entertaining experience.

The CALEIDUINO is a digital and sound reactive kaleidoscope

The CALEIDUINO is an Arduino-based digital and sound reactive kaleidoscope, designed to serve as a toy, an art object, and a tool for teaching electronics and programming in a playful yet creative way.

At the heart of CALEIDUINO is a PCB for connecting an Arduino Nano, a TFT 1.8 “display, an analog 3-axis accelerometer GY-61, a piezoelectric, a switch, and a 9V battery–all of which are housed inside a hexagonal methacrylate case. Just like in any kaleidoscope, t three mirrors in triangular prism shape, while an accelerometer collects a user’s movement to generate the psychedelic graphics and sounds.

In terms of software, the CALEIDUINO uses the Arduino IDE along with the Adafruit GFX and ST7735 libraries. The project is entirely open source and is the work of artist José Manuel González. You can read more about the device here, or see it in action below.

Maker builds his own Ghostbuster proton pack

Anyone who has ever watched Ghostbusters is surely familiar with the iconic proton pack–the combination of a handheld wand and backpack-sized particle accelerator that’s the weapon of choice for weakening ghosts and aiding in capturing them. And with a remake of the ‘80s flick coming out in a few days, what better time for a DIY prop equipped with full-featured user control and Hollywood-like effects?

That’s exactly what John Fin has done using a bunch of household items, including a five gallon bucket for the cyclotron, a garlic powder container for the N-Filter, a hairbrush for the PKE meter, as well as spark plug wire, cardboard tubes, pill bottles, handles from power tool cases, and a couple electrical boxes and miscellaneous parts.

The proton pack is based on an Arduino Uno along with a Seeed Studio SD card shield containing .WAV files. The Arduino supplies all of the sound and light effects, except for the cyclotron lights which use a 555 timer and 4017 decade counter. The sound is amplified through an old computer speaker board, while two homemade boards control the lights.

The red lights on the cyclotron area are supposed to be asymmetrical. This project took two weekends to make, one for the pack and one for the gun. It is attached to a homemade  PVC “ALICE” frame. I tried to make it as light as possible, the whole unit weighs just 13 lbs. Its not fully “screen accurate” but more like a “Model 3″ version. The addition of a bunch of actual electronic components make it look more like it is a  functional unit instead of a prop.

The power meter on the gun and pack are synced to show an accumulating “charge” while a generator sound plays. When armed, the lights on the gun blink and the generator sound intensifies. When it’s fired, the barrel lights and the blast sound plays as the charge meter decreases to zero. It then shuts off and recharges.

It came out so well I also made a PKE meter (ghost detector) that also functions with lights and sound. The arms are powered by a small gear motor. The lights are a blinking LED and 10 green LEDs that sequence via a 555 timer/4017 decade counter. It’s crammed into a hairbrush.

I also have made a ghost trap and pedal that opens and closes via a servo mechanism. The interior of the ghost trap is made from an old laser disc lit with a row of LEDs, so it looks “deeper” inside than it should. It works with the pedal as it does in the movie. It’s not full height, I am trying to keep all this stuff compact. Anyway, after 30 years I’m sure there would be some miniaturization in the equipment by now!

And what would a full Ghostbusters getup be without some goggles. Fin constructed his own pair from scratch using foamboard and paper with aluminum strips for strength. The outside is textured to resemble a military-type finish, while the lens tubes illuminate green to add a “glow,” and a red LED blinks on the side.

Whether a fan of the movie, a fan of cosplay, or simply a fan of making, you’ll want to check out the entire build here.

Raspberry Pi Gets Turned On

The Raspberry Pi and other similar Linux-based single board computers simplify many projects. However, one issue with Linux is that it doesn’t like being turned off abruptly. Things have gotten better, and you can certainly configure things to minimize the risk, but–in general–shutting a Linux system down while it is running will eventually lead to file system corruption.

If your project has an interface, you can always provide a shutdown option, but that doesn’t help if your application is headless. You can provide a shutdown button, but that leaves the problem of turning the device back on.

[Ivan] solved this problem with–what else–an Arduino (see the video below). Simplistically, the Arduino reads a button and uses a FET to turn off the power to the Pi. The reason for the Arduino, is that the tiny processor (which draws less than a Pi and doesn’t mind being shut down abruptly) can log into the Pi and properly shut it down. The real advantage, though, is that you could use other Arduino inputs to determine when to turn the Pi on and off.

For example, it is easy to imagine a Pi in an automotive application where the Arduino would sense the ignition was off for a certain period of time and then go ahead and shut off the Pi. Or maybe the Pi needs to be turned on when a motion sensor fires and then turned off again once there is no motion for a particular time period. Any of these strategies would be simple to build with the Arduino.

We’ve seen a similar project that used an IR remote as the trigger instead of a physical button. If you are afraid the Pi will just lose power unexpectedly, you might consider a battery backup. If powering a Pi with regular electricity is too tame for you, try steam.


Filed under: Arduino Hacks, Raspberry Pi

Autonomous machine makes music with 7 lasers and 42 fans

Russian artist ::vtol:: is no stranger to the Arduino blog. His latest project–which was designed for the Polytechnic Museum Moscow and Ars Electronica Linz–is an autonomous light-music installation called “Divider.” The wall-mounted soundscape consists of seven lasers that horizontally send rays through 42 fans, which act as modulators to turn the light signals into rhythmic impulses. Seven photo sensors on the end monitor the presence or absence of light, while four Arduino Mega boards control the system.

The lasers serve a “independent binary variables” which become the basis for all sound composition. Since the fans can each spin at variable speeds, this allows for a constant shift of modulation phases and a wide range of noises.

According to ::vtol::, the Divider is inspired by Léon Theremin’s Rhythmicon, the world’s first rhythm machine. The 1931 device also used rotating discs to interrupt light rays and optical sensors to pick up light and produce rhythms.

Sound interesting? Wait until you see it perform below! You can also check it out here.

Arduino Blog 27 Jun 23:25

An Arduino tennis racquet that grunts when you swing it

Grand Slam tournaments, like Wimbledon, always prompt a discussion around the sometimes-disconcerting noises tennis players make on the court. Although some may argue that grunting helps apply the maximal force when striking the ball, others believe the shrieking is completely unnecessary and downright annoying. There are even top names in the game whose screams routinely top 100 decibels–only slightly less than the sound of a power saw–which has led many to call into question whether or not the behavior is actually a form of cheating.

Mindful of this, Maker Seiya Kobayashi has come up with a hilarious project that is the perfect blend of fun and function: a racquet that grunts whenever it’s swung. A user simply selects one of four notable noisemakers–Serena Williams, Maria Sharapova, Novak Djokovic and Rafael Nadal–and the aptly named Grunting Racket will take care of the rest.

In theory, this allows you to focus on your footwork and making proper contact, while the combination of an Arduino Pro Mini, an accelerometer, and speaker emits the obnoxious sounds. Additional components include a LiPo battery, an Adafruit Audio FX Sound Board, and a button on the grip for choosing between grunters.

The project has come a long way since its earliest prototype, which only used an accelerometer, FX Sound Board, and an Arduino Uno connected to a PC.  Now, the electronics are all neatly housed inside the racquet’s handle. While you won’t find a gadget like this around the All England Club anytime soon, you can check it out in action below!