Arduino: Difference between revisions
(→Introduction: Added a link to a desciption of Atmel AVR processors) |
(→Software: Added haskino) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
[[Image:Arduino_led-4.jpg|right]] | [[Image:Arduino_led-4.jpg|right]] | ||
== Software == | |||
* [https://github.com/ku-fpg/haskino haskino]; ([https://github.com/ku-fpg/haskino/wiki wiki]) a Haskell development environment for programming the Arduino microcontroller boards; see also [https://www.haskell.org/communities/11-2015/html/report.html#sect6.1.8 the announcement in the Haskell Communities and Activities Report]. | |||
* [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]. | |||
* [http://hackage.haskell.org/package/frp-arduino The frp-arduino package]; Arduino programming without the hassle of C. | |||
== Blog articles == | == Blog articles == | ||
Line 15: | Line 24: | ||
* [http://devrand.org/view/haskellTidbits Haskell Tidbits] | * [http://devrand.org/view/haskellTidbits Haskell Tidbits] | ||
* [http:// | * [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 | |||
Latest revision as of 11:28, 25 November 2015
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

Software
- haskino; (wiki) a Haskell development environment for programming the Arduino microcontroller boards; see also the announcement in the Haskell Communities and Activities Report.
- The hArduino package; this allows you to remote control an Arduino board. See the announcement.
- The frp-arduino package; Arduino programming without the hassle of C.
Blog articles
- haskell-serialport documentation, with an example that resets an Arduino