How I2C Works (I2C Explained Simply)
I2C is an extremely common protocol integrated into many products. It allows serial communications between many devices over just ...
Raspberry Pi to Arduino I2C Communication
If you've been doing Raspberry Pi or Arduino projects you've likely encountered the term I2C being tossed around, or at least seen...
Easy Arduino Dice Circuit
In this project tutorial we're going to build a super easy Arduino dice circuit. It's a great learning project and one of the firs...
Controlling an Arduino from a Web Page
When I got my first Arduino the first thing I thought was "Wow! I'd love to be able to control this thing from a web page!", but o...
Using Arduino Temperature Sensors DHT11 and DHT22
Having your Arduino aware of temperature and humidity adds some really neat real world use cases for your Arduino projects, so in ...
Arduino LCD Display Wiring
One of the first projects many people like to do with an Arduino is wiring up an LCD display and programming it. This is bec...
Arduino Traffic Light Project
One of the very first projects almost all people do when they get an Arduino is to make the traffic light project. It's an incredi...
Arduino Serial Plotter Basics
The Arduino serial plotter is a super handy tool provided you know the basics of how it works and when to use it! The serial plott...
Arduino Serial Monitor Basics
The Arduino serial monitor is an incredible tool for working with Arduinos! Mostly because of the shear simplicity of it. So simp...
Arduino Basics: Code Structure
Now that you've made you first program, we're ready to move on and to actually understand a bit about what we wrote, why it worked...