BeagleBone

by BeagleBoard

Image of Board

BeagleBone is an $89 MSRP, credit-card-sized Linux computer that connects to the Internet and runs software such as Android 4.0 and Ubuntu. With plenty of I/O and processing power for real-time analysis provided by an AM335x 720MHz ARMĀ® processor, BeagleBone can be complemented with cape plug-in boards to augment functionality.

  • 256MB DDR2 RAM
  • 3D graphics accelerator
  • ARM Cortex-M3 for power management
  • 2x PRU 32-bit RISC CPUs
  • USB client: power, debug and device
  • USB host
  • Ethernet
  • 2x 46 pin headers

Contribute

Have some info to add for this board? Edit the source for this page here.

Adafruit Blinka Installation

We use a special library called adafruit_blinka (named after Blinka, the CircuitPython mascot) to provide the layer that translates the CircuitPython hardware API to whatever library the Linux board provides.

For example, on Raspberry Pi we use the python RPi.GPIO library. For any I2C interfacing we'll use ioctl messages to the /dev/i2c device. For SPI we'll use the spidev python library, etc. These details don't matter so much because they all happen underneath the adafruit_blinka layer.