What kind of processor does BeagleBone Black have?

BeagleBone Black is a low-cost, community-supported development platform for developers and hobbyists. Boot Linux in under 10 seconds and get started on development in less than 5 minutes with just a single USB cable. Processor: AM335x 1GHz ARMĀ® Cortex-A8 512MB DDR3 RAM

What can I do with the BeagleBone Black?

Quickly automate any door with facial recognition, motion detection, motor control & text to speech using BeagleBone Black Wireless. This is a small motor driver based around the L298 dual, H-bridge and the BeagleBone Black. It was typed up in Python.

What can I do with BeagleBone Blue Drone?

BeagleBone Green Wireless Irrigation Control using HTML5, WebSockets, and Ecmascript 6. A BeagleBone Blue powered drone that will follow you around on a leash. Want to learn how to trigger events when a known Bluetooth device is nearby using the BBGW?

What can I do with my BeagleBone treadmill?

Using a small Linux SBC to replace the dashboard of my Nordic Treadmill. It set’s goals and logs run and weight-loss history. BBBmini is a state of the art Linux autopilot / flightcontroller Cape for the BeagleBone. It can be used for Copter, Planes or Rovers.

Is the ID EEPROM compatible with the BeagleBone Cape?

Along with plated through-holes for external component soldering, there are a few on-board components, such as buttons, a multi-colored LED, and a basic LED to assist in the design process. The ID EEPROM is also capable of having the address be re-assigned to allow for a seamless integration into the BeagleBone cape schema.

How long does it take to boot BeagleBone Black?

BeagleBone Black is a low-cost, community-supported development platform for developers and hobbyists. Boot Linux in under 10 seconds and get started on development in less than 5 minutes with just a single USB cable.

How to set up GPIO on BeagleBone Black?

Below are a few examples of using the Adafruit_BBIO.GPIO module. It’s fairly simple to use. You may need to run this library with sudo, particularly on Ubuntu. To setup a digital pin as an output, set the output value HIGH, and then cleanup after you’re done: import Adafruit _BBIO. GPIO as GPIO GPIO. setup ( “P8_10”, GPIO.