Story This project was inspired by someone else who made an Arduino time-lapse dolly (suprise surprise). However that project was published some years back and I have lost the link to it. Of course time-lapse is not that exciting anymore but 5 years ago it was. The thing about this specific project that really got […]
Projects
IoT Controlled Snow Machine
The most homemade snow machine you’ve ever seen. Made from a hairdryer, polystyrene and MKR1000. Controllable from anywhere in the world* Things used in this project Hardware components Arduino MKR1000 × 1 USB-A to Micro-USB Cable × 1 Apple USB Powe Adapter × 1 Jumper wires (generic) × 8 3.3V/5V 10A Relay Module × 1 […]
Build A Grill & Deck-Door Monitor Using Arduino
Story We use our barbecue grill and our deck frequently. After once leaving the grill on all night, I wanted an easy way to check to make sure the grill is off before going to bed. This is especially important since our grill is tapped into our natural gas line and will stay on forever […]
Give Your BLEBot a New Name
At the Hackster Hardware Meetup Seattle, we had a bunch of BLE Bot 9000 robots. The problem was that all of the bots exposed the same services and names, so you can’t choose the robot you want to control. The solution to controlling your bot is to give it a unique name, so that when […]
Tertiarm – 3d Printed Robot Arm
This is first version of my low cost 3d printed robot arm. It is based on Ikea Tertial lamp. I choose it because it has very good kinematic with using springs to unload servos. So you can use different number of springs to achive diffrent lifting power. Techinacal specification: 5 DOF. Full lenght: 690mm Lifting […]
Knock To Open Treasure Chest
Preface My daughter asked me to build her a treasure chest that she could use to store her most valuable things. Obviously she demanded it to have some kind of a locking mechanism so only she could open the box. First thought was to use a keypad but then her grandfather bought her a diary […]
Arduino Bluetooth-controlled Mini-Lift
Story We love our workshop, but it has one downside (or maybe upside) – a large flight of stairs to the gallery. We constantly need to move parts and components between one floor and the other, so we’ve been plotting different ideas: drones, dogs, carrier pigeons and what not, and then it hit us! A […]
Build A Voice-Controlled Robot Using Arduino
Story Voice-controlled Robot Voice-controlled robot is both hardware and cloud solution in one piece. The main components are: 1. Alexa Skill – to interpret voice commands and translate them to Google Cloud Messaging messages – deployed to Heroku cloud 2. Android application – to receive messages from Google Cloud Messaging and send them over Bluetooth […]
Humidity Display of Date, Time and Temperature
Story Have you ever wanted to make your own interface that can display the time, date, along with the temperature and the humidity? Well it’s a lot easier than you’d think. A few important components are needed, as shown below. Arduino Uno/Nano Firstly we will be needing a micro controller. I used an Arduino Uno […]
Serial Basic Hookup Guide
Introduction The Serial Basic is an easy to use USB to Serial adapter based on the CH340G IC from WCH. It works with 5V and 3.3V systems and should auto install on most operating systems without the need for additional drivers. It’s a great lower cost option to the extremely popular FTDI Basic. The Serial […]