Table of ContentsSetupLED BlinkingMySQL InstallationTemperature SensorIntroductionMySQL is a very popular open source database. In this project, we will use it to store the measured temperature values, which can then be retrieved by a web page....
Table of ContentsSetupLED BlinkingMySQL InstallationTemperature SensorIntroductionIn this series, we are going to turn our BeagleBone into a web server. Then we are going to use that web server to monitor the temperature in a room. To do ...
IntroductionThis was a quick (and interesting) project, to get the BBB prepared for programming programmable logic. If you’re interested in implementing programmable logic, then this is a useful first step so that you have a tool for programming the ...
Note: There are many types of motors (and also sub-classes) – this post is about the most commonly encountered motor (as in electric toothbrushes, mobile phone vibrating motors), also known as a permanent magnet brushed or DC commutator motor – just ...
Hello! My name is Vlad Ungureanu and this summer I worked for BealgeBoard during Google Summer of Code and developed a way to flash the eMMC or the uSD of a BeagleBone Black using an Android device. All the sources for my project are located at...
After weeks of hacking and a couple of 'blown up' BeagleBones later, we're are pleased to announce the result of the Hackspace Challenge as voted for by the element14 community. So i'm sure you will join in offering your congratulations to Chic...
This was an interesting exercise to try to get simple camera capability for the BeagleBone Black directly (without USB) for some low-resolution imaging ideal for some machine vision use-cases, robotics and movement detection. The lower resolution mea...
Note April 2017: There are different revisions of the BeagleBone Black since this post was written in 2013, and without testing them all, it is the user's decision whether to try this solution or not. The revision changes are listed here and a possib...
Laser Goodies is Proud to announce our newest case for the BeagleBone Black.The case is crafted out of five wood layers with a transparent top and base. Each layer is laser cut from high quality *** plywood and once stacked they securely contain a ...
I'm co-founder of a non-profit named Project LEAD (Learn Everything Applying DIY), and last month I met the venerable Drew Fustini (AKA pdp7) when I spoke at an event held at Google's Chicago HQ. Since then I've gotten a ton of E14's leftovers from M...
IntroductionThis was a fun yet initially challenging experiment, to find a convenient way to read in data at a reasonably high speed on a BeagleBone Black. This photo shows the results from a mobile, showing a couple of sampled waveforms (100kHz and ...
Following my last update, we decided to use TinyG to do motion control for our Pick-n-Place machine. The BeagleBone Black needs to send the appropriate g-code over the serial port to tell the TinyG what movements to make. One of our team ...
Vote for us here! So we took this: And ended up with this: With Paul looking a bit perplexed at controlling the arms with the BeagleBone Black, the tracking actually works! https://vimeo.com/69387637 The above vid...
Before I write about the Pick-n-Place (PnP) project at The specified item was not found. (Chicago's hackerspace), I thought those of you that might be Dr. Who fans would appreciate what we put on the roof of our building):source: http://pumpingst...
Introduction - why would you want to extend I/O over USB?The Beaglebone Black's PRU allows very high speed I/O capabilities with guaranteed timing while Linux applications continue to run. As useful as this is, occasionally there may be a need to use...