Configure a beaglebone board

Configure a beaglebone board to integrate BeagleBoard’s BeagleBone AI 64 into your robot:

Navigate to the Config tab of your robot’s page in the Viam app. Click on the Components subtab and navigate to the Create component menu. Enter a name for your board, select the type board, and select the beaglebone model.

Click Create component.

An example configuration for a beaglebone board in the Viam app Config Builder.

Edit and fill in the attributes as applicable.

{
  "components": [
    {
      "name": "<your-beaglebone-board>",
      "type": "board",
      "model": "beaglebone",
      "attributes": {},
      "depends_on": []
    }
  ]
}

The following attributes are available for beaglebone boards:

NameTypeInclusionDescription
analogsobjectOptionalAttributes of any pins that can be used as analog-to-digital converter (ADC) inputs. See configuration info here.
digital_interruptsobjectOptionalAny digital interrupts’s pin number and name. See configuration info here.
spisobjectOptionalAny serial peripheral interface (SPI) chip select bus pins’ index and name. See configuration info here.
i2csobjectOptionalAny inter-integrated circuit (I2C) bus pins’ index and name. See configuration info here.


Have questions, or want to meet other people working on robots? Join our Community Discord.