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 […]
Projects
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 […]
Arduino-Powered Water Bottle
Introduction: Drinking enough water is very important for our health. Drinking more water can lead to clearer skin, better overall health, improved productivity and brain function, increased energy levels, and even weight loss. In our busy lives, it is really hard to remember to drink enough water. And most of the time we forget to […]
Complete Digital Clock including Alarm and Motion Sensor
I have done several designs of digital clocks for Arduino using LEDs and LCD displays, but this one is more special because I added other features like alarm and motion sensor (PIR). Main features PIR (Presence Infrared Sensor) RTC (real-time clock) Alarm Temperature Humidity Water dew point Encoder to set the time and alarm Permanent […]