Beginner Programming of Arduino
This video is from a meeting of the Kids and Technology Meetup group in Washington DC.
This video is from a meeting of the Kids and Technology Meetup group in Washington DC.
This Lazy Old Geek is also an Arduino Geek. If you are an Arduino Geek, one of the common microcontrollers used by Arduinos is the Atmega328 chip. In order to use Arduino software, the Atmega must have bootloader software on it. Okay, so I bought some blank Atmega328-PU chips from Mouser.com. TIP: If you want to …
The Arduino Ethernet Shield is a sweet toy!!! Everybody, from the beginner who got their Arduino yesterday and hasn’t slept since, to the hard core pro who learned c as a second language, can learn how to use the Ethernet Shield and have lots of fun with it. Its that awesome! As soon as I …
In this instructable I will show you how you can make your own Atting programming shield for the arduino and then use the arduino as a programmer. Usually If you don’t have a shield you can do a breadboard version to program the ATtiny. (Step1) But here I’ll show you how to program it and …
How to make and use the arduino as an Isp for an ATtiny85 Read More »
This instructable (entered in the Arduino Challenge contest – you can vote for it above) shows how to make a stripboard Arduino shield for programming either ATtiny45 or ATtiny85 microcontrollers with an Arduino, as per these tutorials from the High-Low Tech group at MIT: Arduino board as ATtiny programmer Programming an ATtiny w/ Arduino 1.0 …
Stripboard Arduino shield for programming ATtiny45 and ATtiny85 Read More »
My sensors have not been functioning too well with my computer, as every time I try to connect the hello.light or hello.mic boards and run python through my terminal, I either get the error “resource busy”, or my computer completely freezes! Therefore, I decided to try and program some sensors via an Arduino board and …
Interface and Application Programming using Arduino Read More »
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 …
This tutorial introduces programming for AVR microcontrollers. It uses the ATmega328p found on Arduino boards, but works with straight AVR C and a bare microcontroller. It covers the basic information you need to get started, whether or not you’ve used Arduino or other microcontrollers previously. Why would you want to learn AVR programming (instead of, …
This was a fun project. Push the red button, watch the dice ” ROLL ” then stop on a random roll most every time. The hart of this game is the ATMEL ATmega328P on a stand alone board. Powered by 4 AA NiMD batteries. Can you find the SECRET SWITCH in the main picture? Where is the SECRET SWITCH? …
Arduino Double Dice Jewelry Box w/ Secret Switch Read More »
I started recently to get interested in building Arduino based robots. Since it is a traumatizing process to take any creation apart, I am opting to keep mine alive and kicking. To lower the cost of this strategy it seems obvious to switch from the arduino development board to selfbuilt arduinos – DIYduinos if you …
ArduinoISP Bootloader/Programmer Combination Shield Read More »