Arduino Links
Lots of external Arduino Links
An, apparently very popular, AVR development board; uses the AVR so also see: AVR Links All the tools are free, you need the chip, a cable, and possibly a power supply. Software is free, chip programs via a bootloader, so no hardware programmer is needed ( unless you blow the bootloader ). May be the cheapest/easiest microcontroller for beginners. Popular with the tecnical artistic types ( googel DorkBot for more info on this type of person )
Key words to help you search the table.
- Projects: project descriptions, enough to reproduce the project, not just nice pictures
- Tutorial: a tutorial or how to
- Links: a link to more links
- Info: Useful information that does not rise to a tutorial, misc. tips.
- Forum: for a forum, mail list and their ilk
- WebRing: for a Web Ring.
- Supply: for the boards and parts
- Shield: this are add on boards for adding functionality.
So, for example, if you are looking for projects then search on "Projects".
Wiki links
Topic | Topic Link | Comment |
---|---|---|
|
Arduino Wiki | This looks like a pretty complete guide. |
|
Could be a useful board to make as well as example eagle file. | |
|
The Arduino playground is another wiki that discusses the Arduino system and many other related systems. The Arduino is AVR based. It has a lot of information on programming the Arduino. It has a lot of information on attaching more hardware to the Arduino. | |
|
Wikipedia: Arduino | a brief high-level overview of the Arduino system |
Non-wiki arduino links
Topic | Topic Link | Comment |
---|---|---|
|
Arduino | Home page for the whole Arduino |
|
Arduino + Liberlab = Liberino | Data logging with the Arduino |
|
Arduino gift guide | From Make Magazine - Give the gift of learning electronics, interactive art and physical computing - the open source way! |
|
High Current Loads | Driving large currents with an Arduino, would apply to other microcontrollers as well |
|
Using AVR microcontrollers: Minimalist target boards | From: Evil Mad Scientist Laboratories |
|
Archive for Ladyada’s Blog, lots of good material on Arduino and other stuff. Her Boarduino Solderless Breadboard Arduino Clone makes it easier to combine breadboarding hardware and Arduino software. | |
|
The World Famous Index of Arduino & Freeduino Knowledge | A lot of Links to a lot of topics, tutorials, projects..... |
|
Freeduino Project Status | Freeduino is a collaborative open-source project to replicate and publish a completely open version of the Arduino project's closed PCB design. Eagle files for the boards. |
|
Arduino Projects | From Rancid Bacon |
|
Search Results | A search of todbot blog which yeilds a bunch of projects. |
|
Building an Arduino compatible solderless breadboard with an ATMEL8 AVR microcontroller and FTDI FT232 breakout board from Spark-fun. | |
|
Thing-a-day, Day 12: Snake game | Cute game, watch the movie. |
|
Arduino Forum | Seems pretty active |
|
Arduino Reference | Lots of material |
|
Arduino based Drum Loop Machine | review me |
|
Arduino temperature controlled PC Fan. | PWM Motor control |
|
RainbowDuino | low-cost; designed to be used in large quantities, with power and communications passed from one to the next ... Applications: control over LED matrix; Robot ... |
|
Seeduino | "design is based on Diecimila scheme, 100% compatible to its existing program, shield and IDEs." "Seeeduino is made as flat as possible, even the crystals are SMD version." "you can burn bootloader without an ISP cable now" |
|
Illuminato | "uses an ATMega645 instead of an ATMega168. This provides 64K of flash, 4K of RAM and 32 general IO pins." "works with every Arduino shield out there." |
|
Sanguino | "uses an ATMega644P instead of an ATMega168. This provides 64K of flash, 4K of RAM and 32 general IO pins in a 40 pin DIP device." designed for the RepRap Project. |
|
StickDuino | USB Stick Sized Arduino Clone. Also see the StickDuino wiki. |
|
Roboduino | Designed to make it easy to plug in 12 servomotors |
|
ARMmite PRO | compatible with Arduino shield. Replaces the ATmega168 processor (10MHz with 16KB of Flash and 1KB of RAM) with a 32-bit LPC2103 ARM processor (60MHz with 32K Flash memory and 8K SRAM memory). |
|
Cortino | At first glance, looks like a Arduino Diecimila -- all the same connectors, compatible with Arduino shields, etc. Replaces the ATmega168 processor (10MHz with 16KB of Flash and 1KB of RAM) with a 32-bit Cortex M3 ARM processor (72MHz with 512KB of Flash, 64KB of RAM). |
|
Pinguino | an Arduino-like board based on a Microchip PIC 18F2550 (or 18F4550) -- 32 KB Flash, 2 KB of RAM. That PIC has an integrated USB interface, so (unlike most other Arduino variants) it does not require a FT232RL chip for the USB interface. Plugs into solderless breadboard. |