Arduino Uno Programming With A Serial Port

Arduino Uno – Programming With A Serial Port

I’m working on an Arduino clone.  The Arduino is essentially an ATMEGA328P development board with a bootloader pre-loaded.  There are a lot of custom macros built into the programming interface that make it really easy to use, and even easy to build some powerful applications.  Arduinos have taken off and can be found everywhere, doing everything.   The …

Arduino Uno – Programming With A Serial Port Read More »

Arduino Wireless Programming

Arduino Wireless Programming with XBee Series 1 or 2

Hi. This Instructable will guide you through the process of wirelessly  programming your Arduino using two XBees. I just finished designing a wireless EEG system with the XBee modules, so I’ve become quite fluent in their programming and have just now been able to accomplish this. It still amazes me how difficult it has been to try to wirelessly …

Arduino Wireless Programming with XBee Series 1 or 2 Read More »

Read analog data directly in Processing

Read analog data directly in Processing using arduino

This instructable presents a fast an easy way to use data received from an analog sensor in Processing. You will learn to utilize the Arduino and prototype electronic boards to read meaningful data from the environment. The sensors can be affected by the light, the orientation, or a user’s physical input. For this matter we …

Read analog data directly in Processing using arduino Read More »

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 Read More »