Blog: Technology
I have a variety of different topics I’m passionate about, hence I divided my blog into sub-topics. Here you will find all of my projects, opinions and ramblings regarding technology.
Rapid Prototyping with 3D Printers
With the advent of 3D printers anyone can create parts or products from the comfort of their home. In my latest electronics project, WOOF IOT, I used Fusion 360 and my Ender 3 Pro printer to design a case for my Internet of Things Device. What is Rapid...
WOOF IOT: An Experiment in IOT
With the creation of WOOF IOT, I designed and built a WiFi, Apple HomeKit enabled enivronment monitoring system. Join me as I explore the internet of things!
Arduino 02: Digital Inputs
Last time we looked at how to use Digital Outputs in our projects, today I will be going over digital inputs. At a basic level, digital inputs allow us to add buttons and switches to our projects. I'll also cover "if" statements and button debouncing. Let's get...
Arduino 01: Digital Outputs and Basic Electronics
Continuing from my first tutorial (Introduction to Arduino), today I will be going over digital outputs. Furthermore, I'll be discussing Ohms Law and Kirschoffs Law to introduce you to the world of electronics! If you haven't read the first tutorial , I highly...
Introduction to Arduino
When I first started with Arduino back in early high school I was amazed by the versatility and power of the platform. Although there are many electronics platforms available today, Arduino is one of the best and a great place to start learning. In my article I will...