Once you are comfortable with the basics of surface mount soldering, it’s time to start using SMDs in an actual project. A great way to do this is to create your own breakout boards. Many breakout boards consist of a single SMT IC (i.e. analog to digital converter, amplifier, sensor, etc.), a few supporting passive […]
Author: paulpagel
The Surface Mount Saga Begins
Through-Hole Technology (THT) is great for getting comfortable with soldering, translating breadboard circuits to proto boards, and projects where space constraints are not an issue. However, at some point you’ll probably want to start working with Surface Mount Technology (SMT) and Surface Mount Devices (SMD). There are several compelling reasons for wanting to do this: […]
Don’t Fear the Linux
My entire professional career has been spent in the Windows world – both as a developer (Visual Studio, SQL Server, etc.) and as a consumer (Microsoft Office, Sharepoint, and so on). I know Windows. About a year ago, though, I decided to take the plunge and set up a new system for development, specifically for […]
Hello World – The Most Important Program, Ever.
Over my career, I’ve written hundreds of software programs – some that took many months to finish, and some that only took a few minutes. One of my favorites that I’ve recreated dozens of times over the years is Hello, World! Granted, the program doesn’t do a whole lot. It usually just spits out some […]
ESP32 Conference Badge
TLDR: Just go to to the GitHub repo to grab the code and other related resources. https://github.com/DigiTorus86/ESP32Badge The “Badge My IoT Life” ESP32 Conference Badge used at CodeMash 2020 is a great little project for learning/practicing solder skills and rapidly prototyping microcontroller projects that require any of these common peripherals: Screen/display User input buttons SD […]