Powering Bela with an external power source - BelaPlatform/Bela GitHub Wiki

This material has been superseded. Visit learn.bela.io for the maintained version.

Powering Bela with an external power supply.

You can power Bela from an external 5V DC power supply either with a micro USB cable or a barrel cable (5.5mm x 2.1mm), with the negative voltage outside and the positive voltage inside ("tip positive").

Note, that the internal power amplifier which drives the speaker outputs (on the Bela cape only) is powered only when the barrel cable is in use.

On the Bela cape, connector J1 (not populated by default) can be used as an alternate means of supplying power to the speaker amplifiers. Pin 1 of J1 is connected to the same pins on the BeagleBone Black as the barrel connector (P9, pins 5 and 6).

J1 provides a way to power the speaker amplifiers on the BeagleBone Green, which does not have a barrel connector. Alternatively, by desoldering ferrite bead FB4 from the Bela cape (located right next to J1), the speaker amplifiers can be powered from a separate supply to the rest of the BeagleBone.

Important: only 5V power supplies of the correct polarity should be used with the barrel connector or J1. Connecting more than 5V to the barrel connector, or connecting the supply backwards, may destroy the BeagleBone Black and the Bela cape.

Powering Bela Mini with an external power supply.

You can connect an external 5V power supply between one of the GND pins and P1.01. See here for more details.

Using LiPo batteries with Bela Mini

NOTE: powering BelaMini from a battery with less than 4.5V will cause the analog inputs to stop working.

The PocketBeagle comes with support for LiPo batteries. On P2 header Pin 14 (labelled BAT+ at the back of the PocketBeagle) is the positive input for a single cell lithium (lion/lipo) battery. P2 Pin 15 (labelled GND) is the battery ground.

In order to switch on Bela it is necessary to connect P2 Pin 12 (labelled PB) to GND and then to disconnect it, like a switch. This is acting as the main button on the PocketBeagle and is a good place to attach a master power switch if you are embedding your project.

The data sheet lists a supply voltage for the battery input as between 2.75V and 5.5V. We have tested some common 3.7V LiPo batteries like these and they work great.

Bela

Re-charging

If you want the LiPo battery to recharge while the board is powered over USB, you additionally have to connect a 10k resistor between P2.15 and P2.16. To check the battery is charging:

More details here.

Powering off

The 4.4 Linux kernel that comes with Bela image < v0.3.8 does not fully power off the board when shutting it down and may need a physical switch to turn off the battery, or briefly disconnect it upon power down. Newer images with 4.14 kernel or above work properly.