Arduino Programmer Projects

Simple Remote Data Plotting using Android

Simple Remote Data Plotting using Android / Arduino / pfodApp

Simple Remote Data Plotting using Android / Arduino / pfodApp This Instructable shows you how to plot Arduino sensor data on your Android mobile and capture it for later downloading to your computer.  These instructions are also avaliable at www.pfod.com.au No Android programming is required and very little the Arduino programming is needed. It is […]

Simple Remote Data Plotting using Android / Arduino / pfodApp Continue Reading

Arduino ISP LOG

Arduino ISP – Lazy Old Geek (LOG)

Arduino ISP – LOG So this Lazy Old Geek (LOG) has had a lot of trouble getting Arduino bootload on Atmega chips. I couldn’t get either of these to work with Arduino UNO Rev3. http://arduino.cc/en/Tutorial/ArduinoISP http://letsmakerobots.com/node/35649 So I developed a couple that worked for me: http://www.instructables.com/id/My-Arduino-Bootloader/ http://www.instructables.com/id/UNO-Bootloader-In-Circuit-Programmer-1/ Problem: Well, my second Instructable works good for

Arduino ISP – Lazy Old Geek (LOG) Continue Reading

How to Convert an Arduino into an AVR Flash Programmer

How to Convert an Arduino into an AVR Flash Programmer

In case you don’t have an AVR programmer but you do have an arduino, the arduino can be converted into an AVR flash programmer, meaning it can program bare AVR microcontroller chips. Say if you have an AVR chip and you want to program the chip, so that the program that you’ve written and compiled

How to Convert an Arduino into an AVR Flash Programmer Continue Reading

Arduino ISP In System Programming and stand alone circuits

Arduino ISP (In System Programming) and stand-alone circuits

We use an Arduino to program other ATmega without bootloader . This technique allows you to use all flash memory for code and make boards using new ATmega, cheaper than those with bootloader. The qualities that have made the success of Arduino are undoubtedly the open-source software, many libraries, a good hardware and a virtually infinite

Arduino ISP (In System Programming) and stand-alone circuits Continue Reading

Scroll to Top