Arduino: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
(actually added useful links)
Zeile 1: Zeile 1:
= Metalab Arduino Resources =
+
== Metalab Arduino Resources ==
  
 
+
The hardware hackers at the Metalab have embraced the Arduino platform and Atmel's AVR microcontrollers.
The hardware hackers at the Metalab has embraced the Arduino platform and avr microcontrollers.
+
This is an attempt to put some of our related collective knowledge in one place.
This is an attempt to put some of our collective knowledge related to this in one place.
 
  
 
Things which should go here:
 
Things which should go here:
Zeile 9: Zeile 8:
  
 
Every once in a while, we package a useful piece of firmware as an Arduino library.
 
Every once in a while, we package a useful piece of firmware as an Arduino library.
Since we believe in Free Software, [[Arduino/Libraries|these libraries]] are available directly form our SVN server; https://whateverlab.metalab.at/projects/Arduino/libraries.
+
Since we believe in Free Software, [[Arduino/Libraries|these libraries]] are available directly from our SVN server; https://whateverlab.metalab.at/projects/Arduino/libraries.
  
=== Arduino related projects ===
+
=== Arduino-related projects ===
* [[Metaboard]] - A low cost, DIY Arduino clone
+
* [[Metaboard]], a low cost, DIY Arduino clone
 
=== tips & tricks/howtos/guides ===
 
=== tips & tricks/howtos/guides ===
* [[Arduino/Arduino2AVR|How to map source code between Arduino and avr-gcc]]
+
* [[Arduino/Arduino2AVR|How to map source code between Arduino and pure avr-gcc]]
 
* ICSP programming
 
* ICSP programming
 
* Code snippets for useful tasks?
 
* Code snippets for useful tasks?
Zeile 20: Zeile 19:
 
=== workshop resources (internal and external) ===
 
=== workshop resources (internal and external) ===
  
*[[Arduino_Workshop]]
+
*[[Arduino Workshop]]
  
 
=== AVR resources ===
 
=== AVR resources ===
Zeile 27: Zeile 26:
  
 
=== useful links ===
 
=== useful links ===
** Direct links to useful documents: atmega datasheet, arduino pinout + mini, usb adapter pinout, arduino schematics
+
* The Arduino boards use Atmel ATmega controllers such as the ATmega328P ([http://atmel.com/dyn/products/product_card_mcu.asp?PN=ATmega328P product page], [http://atmel.com/dyn/resources/prod_documents/8271S.pdf brochure], [http://atmel.com/dyn/resources/prod_documents/8271.pdf datasheet]).
 +
* The current primary Arduino board is the [http://arduino.cc/en/Main/ArduinoBoardDuemilanove Arduino Duemilanove] (Italian for <i>2009</i>). It can be purchased directly in the WhateverLab. [http://arduino.cc/en/uploads/Main/arduino-duemilanove-schematic.pdf schematic]
 +
** For applications with concerns for space, the [http://arduino.cc/en/Main/ArduinoBoardMini Arduino Mini] can prove useful. [http://arduino.cc/en/uploads/Main/arduino_mini04_pinout.png pinout], [http://arduino.cc/en/uploads/Main/arduino_mini_schematic04.pdf schematic]
 +
*** To communicate with an Arduino Mini, you will need to establish an RS232 connection. The official [http://arduino.cc/en/Main/MiniUSB Mini USB Adapter], based on FTDI's FT232RL USB-to-RS232 converter, greatly simplifies the process. [http://arduino.cc/en/uploads/Main/mini_usb_pinout_new.png pinout], [http://arduino.cc/en/uploads/Main/mini_usb_schematic.pdf schematic]
  
 
[[Kategorie:Projekte]]
 
[[Kategorie:Projekte]]
 
[[Kategorie:WhateverLab]]
 
[[Kategorie:WhateverLab]]
 
[[Kategorie:Arduino]]
 
[[Kategorie:Arduino]]

Version vom 14. Februar 2010, 22:43 Uhr

Metalab Arduino Resources

The hardware hackers at the Metalab have embraced the Arduino platform and Atmel's AVR microcontrollers. This is an attempt to put some of our related collective knowledge in one place.

Things which should go here:

Our Arduino libraries

Every once in a while, we package a useful piece of firmware as an Arduino library. Since we believe in Free Software, these libraries are available directly from our SVN server; https://whateverlab.metalab.at/projects/Arduino/libraries.

Arduino-related projects

tips & tricks/howtos/guides

workshop resources (internal and external)

AVR resources

AVRProgrammers available in Metalab.

useful links