profile picture

2 pages tagged with "raspberry pi"

Erlang clustering on the Raspberry Pi and BeagleBone with Elixir

December 11, 2015 - 707 words - 4 mins
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. I am pleasantly surprised at how easy it has been and how little code I had to write for this demo. In the above vid… read more

Elixir on the Raspberry Pi - Blinking an LED

December 10, 2015 - 1244 words - 7 mins
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 Raspberry Pi. I have also written up similar instructions for the BeagleBone Black. The final result will look like this: Eli… read more