profile picture

Posts tagged "beaglebone":

Erlang clustering on the Raspberry Pi and BeagleBone with Elixir

11 Dec 2015

I have been looking at Elixir/Erlang clustering with credit card sized computers and using the Phoenix web framework to communicate from the cluster to an Android tablet in realtime.

Read more →
Tags: erlang elixir raspberry-pi beaglebone

Elixir on the BeagleBone Black - Blinking an LED

09 Dec 2015

In this post we will see how to run the "Hello, World" of embedded devices, blinking an LED on a breadboard. We will be using the Elixir programming language and a BeagleBone Black.

Read more →
Tags: erlang elixir beaglebone

Clojure on the BeagleBone part 4 - Digital Input with ClojureScript

23 Oct 2014

The BeagleBone is a 1GHz ARM board with 512Mb of RAM capable of running Linux. The Debian image ships with node.js and a javascript library in [Bonescript][bonescript] for interacting with the hardware. Clojurescript provides a compiler for Clojure that targets Javascript, here we will use it to and two methods of reading digital input and light an LED on a breadboard using the BeagleBone GPIO.

Read more →
Tags: clojure beaglebone

Clojure on the BeagleBone part 3 - Blinking an LED with ClojureScript

14 Jul 2014

The BeagleBone is a 1GHz ARM board with 512Mb of RAM capable of running Linux. The Debian image ships with node.js and a javascript library in BoneScript for interacting with the hardware. Clojurescript provides a compiler for Clojure that targets Javascript, here we will use it to blink an LED on a breadboard using the BeagleBone GPIO.

Read more →
Tags: clojure beaglebone

Clojure on the BeagleBone part 2 - Blinking an LED with Clojure

25 May 2014

This is inspired by an example from the excellent book Getting Started With BeagleBone by Matt Richardson.

Read more →
Tags: clojure beaglebone

Clojure on the BeagleBone part 1 - Installing Java, Leiningen, and Emacs 24

24 May 2014

The BeagleBone is a small and low cost ($55) 1Ghz ARM board with 512Mb of RAM capable of running Linux.

Read more →
Tags: clojure beaglebone
Other posts