SensorCape

Add powerful sensors to your next project! What will you make next? The SensorCape adds a crazy amount of sensors to your BeagleBone or BeagleBone Black. Combine the versatility of these sensors with the power of the BeagleBone to make something innovative.

SensorCape

Posted by Angel on 2013-07-01T04:21:09-04:00

The SensorCape is a BeagleBone Black add-on cape that provides extensive sensing capability to the already very capable BeagleBone Black platform. The SensorCape was developed for the Texas Instruments Intern Design Competition (2013). I wanted to design an add-on that was as versatile and capable as the BeagleBone itself. Accomplishing this meant adding general functionality not included with the BeagleBone that would be useful in a wide variety of contexts. The simplest way to add functionality is to increase the possibilities for interacting with the BeagleBone. For me, this meant adding various sensors to enable the BeagleBone to know more about the world around it.

SensorCape Hardware

Some broad requirements set for the SensorCape were:

  • Wide range of sensing capability
  • Relatively low power draw as compared to similar sensing products
  • Fast enough sensing to be useful in a broad range of applications
  • Minimal use of the BeagleBone GPIO pins

Starting off, I knew that I wanted to add some type of motion sensing as well as a temperature sensor. After browsing around Mouser and DigiKey I decided on a set of sensors that give the SensorCape the following capability:

  • 3-axis gyroscope
  • 3-axis accelerometer
  • 3-axis compass
  • Ambient light sensor
  • Ambient temperature sensor
  • Non-contact temperature sensor
  • Humidity sensor
  • Pressure sensor (Can detect changes in altitude)
  • 38 kHz IR sensor (Interfaces with common consumer electronics)
  • 4 push-buttons

In addition to these sensors, the SensorCape has also been designed with four user configurable LED’s and a production ready cape EEPROM which conforms to the requirements set in the BeagleBone Black System Reference Manual. For more details on the sensors included on the SensorCape and how to use them you are referred to the SensorCape reference manual.

SensorCape Software Library

In addition to designing the hardware, I wanted to provide a software library that would allow users of the SensorCape to easily interact with the various sensors on the board. I believe that one of the greatest assets of the Arduino environment is the incredible amount of libraries the community has provided, I hope that the BeagleBone community can meet that demand in the same way. The software project is underway and is hosted at this repository on GitHub. The SensorCape library will eventually support both C and Python, with initial development focused on C. The intent is to finish developing the C library and to add a Python wrapper afterwards.

Comments are not currently available for this post.