Blog Posts

Programming The ATTiny84

The ATTiny84 is a smaller µcontroller I purchased as a replacement for the ATMega328-pu circuit, a favored but unnecessary circuit to have for simple applications. After a bit of online research & hearing the tutorials from many different YouTubers & outdated websites, I’ve decided to make my own guide to tell you how I assembled my ATTiny84 µcontroller.

 

Required Items:

ATTiny84        10µF Capacitor        10KΩ Resistor        Single Color LED       Elegoo Uno        Chip Socket

Continue reading “Programming The ATTiny84”

Creating The 139 Pin Arduino

In this post I spoke about using the MCP23017 to increase your digital GPIO ports from 11 to 27, which was remarkable in and of itself, but pales in comparison to what I’ve recently found. Instead of a simple 27 GPIO’s, how about we increase it to a hefty 139 arduino ports? All we must do is make a few changes to the previous code used in the Adding Arduino Digital/ Analog Ports post from before.

 

Required Items:

Analog Mux        Digital Mux(x8)        Digital Mux Adapter(x8)

Continue reading “Creating The 139 Pin Arduino”

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”