This game is a homage to Ariadne, the maze-generator from Inception 🙂 If you haven’t seen the movie yet – watch this video again after you do (you can also watch it now – it’s not a spoiler, it’s just funnier for inception-vets). The nice thing about it is that it’s a 1st-person game, so when you […]
Projects
Arduino Control DC Motor via Bluetooth
Hi guys, In this project we will control a DC motor with a smartphone via bluetooth. This project is great to learn more about: -DC motor -Interfacing Arduino with your smartphone -Bluetooth module -L293D you can visit my website for more electronic projects, interesting news and tips: http://randomnerdtutorials.wordpress.com/ Step 2: Schematics and common mistakes Two […]
DIY BioPrinter With Biological Materials Using Arduino
Bioprinting is printing with biological materials. Think of it as 3D printing, but with squishier ingredients! There’s a lot of work being done at research labs and big companies like Organovo on print human tissues and human organs, with an eye towards drug testing, and transplantation into humans. Check out these amazing TED talks by […]
Simple RC car for beginners (Android control over Bluetooth)
This is a simple project of Android Bluetooth Car with Bluetooth control. Arduino controller is used To control the car used Android-device with a built-in accelerometer. Tilt forward – car goes forward, tilt to the left – car turns to the left, tilt back – car goes back. Speed of movement or rotation depends on how […]
Arduino Digital 7-Segment Thermometer
This a guide for an Arduino version, but I am working on a mini ATtiny84 version. Once I get that working, I will post another Instructable on how to make it. I’m sure you could make this same thermometer with an LM35 also, if that’s what you have, and you probably won’t have to modify […]
Wi-Fi Body Scale with Arduino Board
In this post we present the design of a scale that connects to the Internet and automatically sends weight info on a Google Document. The project is composed of Arduino Uno board Wi-Fi shield additional shield that we used to manage data collection and I/O with a clear and comfortable and clear LCD display Velleman scale […]
Playing Wave file using arduino
This is a simple circuit to play wav files using arduino Nano V3.0 ,it consist from 4 buttons ,each one play specific wav file loaded to SD card. Step 1: Parts 1- Arduino Nano V3.0 (I used the chines version called Funduino Nano). 2- SD card Module. 3- SD card. 4- Bread Board. 5- four […]
Bubblesteen Bubble Machine using an Arduino
Is it a 3D Spherical Atmosphere Encapsulated Phosphorous Printer? YES! Is it a CNC Anti Gravity transparent Orb Machine! YES! Its The Bubblesteen Bubble Machine! The spherical miracle that kids and cats have been waiting for. It comes complete with robotic edge detection( when a bubble hits an edge it pops, thus the edge has been detected). Turn […]
Cheap and Easy MP3 Shield for Arduino
This is a follow up to an earlier Instructable for attaching the guts of a cheap clip MP3 player to an Arduino. http://www.instructables.com/id/MP3-Interface-for-Arduino-Cheap-and-Easy/ The previous Instuctable showed how to use the Arduino to control all of the functions of the MP3 player: volume increase and decrease, next and previous MP3 file, play or pause. The previous […]
Charlieplexed Arduino 8×8 LED Grid Display Shield made and simulated in 123D Circuits
edit: Wow, this won an awesome prize! Very many thanks guys! Charlieplexing (http://wealoneonearth.blogspot.nl/2013/03/design-note-charlieplexing-led-matrices.html) is a powerful method for driving a large number of LEDs from a relatively small amount of IO pin and without using any extra components. The technique makes use of the fact that a LED will only let current through in one […]