Giter Club home page Giter Club logo

beagleboneblue-control's Introduction

beagleboneblue-control

Hardware control using beaglebone blue

Installation

Download the latest console image from https://rcn-ee.net/rootfs/bb.org/testing/

The name should contain bone...debian...console-armhf...

Flash image onto SD card.

Boot BBBlue from SD card.

Connect to BBBlue via the COM port (115200 baudrate) or ssh to USB network (192.168.7.2)

Grow partition to fill all available space:

sudo /opt/scripts/tools/grow_partition.sh

Reboot

Connect to the internet

# connmanctl
# connmanctl> scan wifi
# connmanctl> services
# connmanctl> agent on
# connmanctl> connect wifi_****
Enter passphrase
# connmanctl> quit

I am using Adafruit BBIO python library and librobotcontrol

The configuration that I found working with this stuff is ti-rt kernel 4.19 (default kernel from the image)

You can update your kernel:

sudo /opt/scripts/tools/update_kernel.sh --ti-rt-kernel --lts-4_19

Adafruit BBIO install:

https://learn.adafruit.com/setting-up-io-python-library-on-beaglebone-black/installation-on-ubuntu

librobotcontrol installation:

sudo apt install librobotcontrol

https://github.com/beagleboard/librobotcontrol

I didn't succeed to run motors 1 and 2 by Adafruit because of some GPIO conflicts, I need to figure it out. Meanwhile I am running motors 3 and 4.

librobotcontrol runs everything just fine

Tests

BBIO:

sudo python Adafruit_bbio/test.py

Librobotcontrol:

sudo rc_test_motors -m 3 -d 0.5
sudo rc_test_servos -c 1 -s 1.4 0.0

beagleboneblue-control's People

Contributors

victor999 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.