Hi everyone, I’ve been doing some support via the comments section of the last Beaglebone Webserving guide (Pt 2). Apparently I had left a hole in the guide when it comes to python and cgi scripting. Python is very popular…
Hi everyone, I’ve been doing some support via the comments section of the last Beaglebone Webserving guide (Pt 2). Apparently I had left a hole in the guide when it comes to python and cgi scripting. Python is very popular…
Just a quick post about some beaglebone hardware issue I’ve been tracking down this afternoon. I plugged in the bone to a 5v source, the power light came on, but none of the user LED’s – it was frozen. I’ve…
So in a previous post I stated that I’m starting to lean towards the use of perl rather than bonescript for the development platform on the beaglebone. Don’t get me wrong bonescript is still a good thing – that I’m…
[updated 2-8-2012] In this guide I’m going to show a really simple way of setting a static IP address for the eth0 interface. I’ll be using the default Connman daemon that comes standard on the BeagleBone as well as…
Perl if a very solid programming language that’s been around for a long time. Highly flexible, very easy to find documentation and examples and it’s free! Beaglebone ships with a version that just doesn’t quite cut it out of the…
So in the last preview I explained mostly about what the controller is going to be, this is an example of how the software is going to work. Please bare in mind this is a crude preliminary preview only. Check…
So this is a preview of one of our projects, a open source control platform aimed at Air Conditioning Controls for large commercial applications. These controllers will be able to communicate to each other to form a complete building management…
In a previous post I claimed that perl was much faster than python and bonescript at the classic led hello world blink test. I made this claim based on how fast the LED looked like it was blinking, but I…