Difference between revisions of "Arduino"

From HaskellWiki
Jump to navigation Jump to search
(Initial page)
 
(Added section "Software" with a link to the hArduino package)
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
== Introduction ==
 
== Introduction ==
   
[http://arduino.cc/ Arduino] is a popular open-source single-board microcontroller, with an Atmel AVR processor and on-board input/output support. For more details, see [http://en.wikipedia.org/wiki/Arduino the Wikipedia article]
+
[http://arduino.cc/ Arduino] is a popular open-source single-board microcontroller, with an [http://en.wikipedia.org/wiki/Atmel_AVR Atmel AVR processor] and on-board input/output support. For more details, see [http://en.wikipedia.org/wiki/Arduino the Wikipedia article about Arduino]
  +
  +
[[Image:Arduino_led-4.jpg|right]]
  +
  +
  +
== Software ==
  +
  +
* [http://hackage.haskell.org/package/hArduino The hArduino package]; this allows you to remote control an Arduino board. See the [http://www.haskell.org/pipermail/haskell-cafe/2013-February/106305.html announcement].
   
   
Line 14: Line 21:
 
* [http://devrand.org/view/haskellTidbits Haskell Tidbits]
 
* [http://devrand.org/view/haskellTidbits Haskell Tidbits]
   
* [http://blog.sw17ch.com/wordpress/?p=84 Atom & Arduino :: Some Hacking (pt. 1)]
+
* [http://jvanenk.wordpress.com/2009/05/01/atom-arduino-some-hacking-pt-1/ Atom & Arduino :: Some Hacking (pt. 1)] [http://jvanenk.wordpress.com/2009/05/04/atom-arduino-first-program-pt-2/ (pt. 2)]
   
 
* [http://corp.galois.com/blog/2010/12/20/copilot-and-the-arduino.html Copilot and the Arduino]
 
* [http://corp.galois.com/blog/2010/12/20/copilot-and-the-arduino.html Copilot and the Arduino]
  +
  +
* [http://users.skynet.be/jputcu/projects/haskell-serialport/usage.html haskell-serialport] documentation, with an example that resets an Arduino
   
   

Revision as of 22:21, 11 February 2013

This article is a stub. You can help by expanding it.

Introduction

Arduino is a popular open-source single-board microcontroller, with an Atmel AVR processor and on-board input/output support. For more details, see the Wikipedia article about Arduino

Arduino led-4.jpg


Software


Blog articles


See also