Blog Posts

Adding Arduino Digital/ Analog Ports

Building arduino projects are a fun & informative way to learn more about programming & gives the user skills in hobby level home automation and project management. From autonomous drones to a garden watering circuit, the complexity of projects is incredibly vast. But with only 13 digital pins & 5 analog pins, what are you to do when you don’t have enough pins for your arduino? Simple, use the MCP23017 & the CD74HC4067.

Continue reading “Adding Arduino Digital/ Analog Ports”

GPS Car Tracking: Initial Phase

My research is nearly complete and the verdict is in, I will assemble and test an improved arduino GPS car tracking unit using the Arduino microcontroller. Project Eagle Eye consists of using a GPS unit and recording a vehicle’s location history by using a data logger that also logs the time and date of each location snapshot. The point is to build an improved unit able to transmit location data wirelessly & not solely relying on retrieving the unit and analyzing its data physically.

Continue reading “GPS Car Tracking: Initial Phase”

DIY Jumper Wires

Many people start off in the microcontroller hobby by buying jumper wires to electrically connect various hardware to the Arduino and other electronic/electrical components. While an acceptable means of starting out, eventually the expense adds up with each project assembled; especially since you’re unable to customize the wire length. In this article I’ll show you the easiest and most efficient way to make your own jumper wires.

 

Continue reading “DIY Jumper Wires”

LiPo Powered Arduino Volt Meter

After building projects for your home, you’ll eventually want to take your progress to the next level and install them outside your house. Maybe to monitor an outdoor garden or a DIY barn temperature sensor to know when the horses need their blankets on. Accomplishing this requires a battery, and though there are many out there, one that I recommend is a LiPo, or Lithium Polymer battery. So in this tutorial I’ll not only teach you how to power your arduino via LiPo battery, I’ll also show you how to detect the battery’s voltage level and how to charge it.

Continue reading “LiPo Powered Arduino Volt Meter”

DS18B20: Water Proof Temperature Sensor

The DS18B20 is a waterproof temperature sensor capable of being used for an automated aquarium, terrarium, or any environment in which the DHT22 cannot be deployed due to rust or other damage susceptibility. While DHT22’s are very accurate and give a variety of data such as humidity, heat index, etcetera, the problem is that it’s incapable of being protected from corrosion. This tutorial explains how to hookup, code, and deploy the DS18B20 waterproof temperature sensor.

Continue reading “DS18B20: Water Proof Temperature Sensor”