[Announcement] hArduino: Control your Arduino board from Haskell
I'm happy to announce hArduino: a library that allows Arduino boards to be controlled directly from Haskell. hArduino uses the Firmata protocol ( http://firmata.org), to communicate with and control Arduino boards, making it possible to implement many controller projects directly in Haskell. Home page: http://leventerkok.github.com/hArduino/ Hackage: http://hackage.haskell.org/package/hArduino Some example programs: Blink the led: http://hackage.haskell.org/packages/archive/hArduino/latest/doc/html/System-... Digital counter: http://hackage.haskell.org/packages/archive/hArduino/latest/doc/html/System-... Control an LCD: http://hackage.haskell.org/packages/archive/hArduino/latest/doc/html/System-... Short (4.5 mins) youtube video of the blink example: http://www.youtube.com/watch?v=PPa3im44t2g hArduino is work-in-progress: Patches, bug-reports, and feedback is most welcome. -Levent.
Sounds cool!
Thanks for your effort! :)
A.
On 10 February 2013 22:54, Levent Erkok 
I'm happy to announce hArduino: a library that allows Arduino boards to be controlled directly from Haskell. hArduino uses the Firmata protocol ( http://firmata.org), to communicate with and control Arduino boards, making it possible to implement many controller projects directly in Haskell.
Home page: http://leventerkok.github.com/hArduino/ Hackage: http://hackage.haskell.org/package/hArduino
Some example programs:
Blink the led: http://hackage.haskell.org/packages/archive/hArduino/latest/doc/html/System-... Digital counter: http://hackage.haskell.org/packages/archive/hArduino/latest/doc/html/System-... Control an LCD: http://hackage.haskell.org/packages/archive/hArduino/latest/doc/html/System-...
Short (4.5 mins) youtube video of the blink example: http://www.youtube.com/watch?v=PPa3im44t2g
hArduino is work-in-progress: Patches, bug-reports, and feedback is most welcome.
-Levent.
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
I, too, am very happy to see this implemented. I'll give it a try and
tell you how it goes. (not inmediately, sadly, I don't have my arduino
with me.)
Thanks a lot!
On 11 February 2013 08:04, Alfredo Di Napoli 
Sounds cool! Thanks for your effort! :) A.
On 10 February 2013 22:54, Levent Erkok
wrote: I'm happy to announce hArduino: a library that allows Arduino boards to be controlled directly from Haskell. hArduino uses the Firmata protocol (http://firmata.org), to communicate with and control Arduino boards, making it possible to implement many controller projects directly in Haskell.
Home page: http://leventerkok.github.com/hArduino/ Hackage: http://hackage.haskell.org/package/hArduino
Some example programs:
Blink the led: http://hackage.haskell.org/packages/archive/hArduino/latest/doc/html/System-... Digital counter: http://hackage.haskell.org/packages/archive/hArduino/latest/doc/html/System-... Control an LCD: http://hackage.haskell.org/packages/archive/hArduino/latest/doc/html/System-...
Short (4.5 mins) youtube video of the blink example: http://www.youtube.com/watch?v=PPa3im44t2g
hArduino is work-in-progress: Patches, bug-reports, and feedback is most welcome.
-Levent.
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (3)
- 
                
Alfredo Di Napoli - 
                
Ivan Perez - 
                
Levent Erkok