Daily Archives: December 24, 2016


Breaduino — Setting up the Atmega 328 on a Breadboard

This project will consist of setting up at Atmega 328 on a Breadboard.   This will be mostly compatible with the Arduino Uno.  This project is for those who are minimalists, or those who want to learn more about how the external circuitry works on a microprocessor.  I created the Read More »

breaduino

Configuring a Database to log data for Arduino Projects

This document will walk you through my personal preference for creating an arduino database and tables to log data from your project to this database.  In this particular example, we will set this database up to log level, temperature, and humidity.   You will need to already have a server setup Read More »

Arduino Table Properties