WiFi has become an integral part of our life and daily billions of people use WiFi as a method to access the internet. But the range of WiFi is limited, unlike a cellular connection. A normal WiFi router usually has a range of about a 100m in clear sight and about 20m to 50m without clear […]
Projects
ATTiny powered Arduino Projects
Arduino is a great platform. No question. But what if I told you that you could take your entire board and compact it into tiny package. And I mean really small. The chip in the picture is an ATTiny84, and that is the big version. So if your project only needs a few pins and […]
Irrigation logic controller/project log using Arduino
Hello, I am going to explain my project in just a minute, but first I wanted to explain how I became involved in this project. I like to save money were I can, so it is not hard to understand why I carpool to work. It is only two people at the moment, but it […]
Arduino Self-Driving Car
This is basically a Self-Driving Car powered by Arduino R-3 Development Board and a L293D Motor Shield.It uses the data given by the HC-SR04 Ultrasonic Sensor which is connected to analog pins of the arduino board. As an additional feature, I have added a Micro 90g servo which the ultrasonic sensor is fixed to. Basically […]
Keyless Entry / Arduino
Keyless Entry System Enter the correct code into the keypad and the servo will unlock the door. Enter the incorrect code and Sorry you stay out. There was a couple of stipulations i wanted in my Keyless Entry system: Helper Light. A light that would come on whenever a key was pressed. Then off after […]
An Arduino real time clock shield
Today we are going to make a real time clock Arduino shield. Doing so will give you a simple way of adding … real time capability to your projects such as time, date, alarms and so on. We will use the inexpensive Maxim DS1307 real-time clock IC. First of all, we need create our circuit […]
Twitter Physical Client Using Arduino
In this project I’m building a physical Twitter client using Arduino and a flag, basically an arduino powered retweet indicator, whenever any of my tweets is retweeted some physical action will happen to notify me of that. You’ll need: 1. Flag. 2. Arduino. 3. Laptop with a java IDE installed on it. 4. Yellow Led […]
Particle Photon – Wearable Pulse and Temperature Sensor
The Particle Photon is a microcontroller suitable for wearable project’s considering it’s small form factor and that it supports OTA updates. For those of you who do not know what a Particle Photon is it is a tiny microcontroller with on board WiFi (Cypress WiFi chip) and the STM32 ARM Cortex M3 microcontroller, which is ideal for cool […]
Simple RFID access system using Arduino
In this tutorial you can make an RFID access system. It’s very simple and can be used with a wide variety of end-uses. Updated 18/03/2013 The purpose of this project is to prototype a basic RFID access system. Although it is not that complicated, this article is my response to a kit reviewed in the Australian “Silicon […]
IOT BMI Indicator and Mood Light Using Feather Huzzah and IFTTT
Recently my wife has suggested that I should lose a few pounds in weight (too much time geeking out and not enough time in the gym). With that in mind -and in true nerd fashion- I wanted to create a method to see my progress, as well as having a constant reminder to stick to […]