arduino board

Homemade Arduino Board

Make Your Own Homemade Arduino Board with ATmega328 Chip

Arduino is an open-source development platform for engineers and hobbyists to develop electronics projects in an easy way. It consists of both a physical programmable development board (based on AVR series of microcontrollers) and a piece of software or IDE which runs on your computer and used to write and upload the code to the microcontroller board. Arduino uses a boot loader.

Make Your Own Homemade Arduino Board with ATmega328 Chip Continue Reading

image Programming an ATtiny w

Programming an ATtiny w/ Arduino 1.6 (or 1.0)

This tutorial shows you how to program an ATtiny45, ATtiny85, ATtiny44 or ATtiny84 microcontroller using the Arduino software. These are small, cheap ($2-3) microcontrollers that are convenient for running simple programs. The ATtiny45 and ATtiny85 have eight legs and are almost identical, except that the ATtiny85 has twice the memory of the ATtiny45 and can

Programming an ATtiny w/ Arduino 1.6 (or 1.0) Continue Reading

Scroll to Top