Skip to main content

CircuitPython helper library for interfacing with Roomba Open Interface devices.

Project description

Introduction

Coverage Report Documentation Status Build Status

CircuitRoomba is a CircuitPython library for interfacing with Roomba Open Interface devices.

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.

Installing from PyPI for blinka boards

pip install circuitroomba

To install in a virtual environment in your current project:

mkdir project-name && cd project-name
python3 -m venv .env
source .env/bin/activate
pip install circuitroomba

For CircuitPython boards that don’t support blinka copy /circuitroomba from /src to /lib on the CircuitPython board. make install has been setup as a helper, but you may need to update the /Volume path for your system and board name.

make install

Usage Example

import board
import digitalio
import time
from circuitroomba.series6 import roomba

__repo__ = "https://github.com/AlexanderHagerman/circuitroomba.git"

# initialize roomba
bot = roomba.Commands(board.TX, board.RX, digitalio.DigitalInOut(board.A1))

# wake roomba from sleep mode
bot.wake_up()

# CircuitPython loop
while True:
    # send commands
    bot.start()
    bot.safe()
    bot.clean()

    time.sleep(2)

    bot.power()
    bot.stop()

    break

More examples are available in /examples.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

Sphinx documentation

Sphinx is used to build the documentation based on rST files and comments in the code. First, install dependencies (feel free to reuse the virtual environment from above):

python3 -m venv .env
source .env/bin/activate
pip install Sphinx sphinx-rtd-theme

Now, once you have the virtual environment activated:

cd docs
sphinx-build -E -W -b html . _build/html

This will output the documentation to docs/_build/html. Open the index.html in your browser to view them. It will also (due to -W) error out on any warning like Travis will. This is a good way to locally verify it will pass.

Images

circuit roomba high level circuit roomba running video roomba open interface connections circuit playground connections circuit playground connected to roomba

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

circuitroomba-0.1.0.tar.gz (2.3 MB view details)

Uploaded Source

File details

Details for the file circuitroomba-0.1.0.tar.gz.

File metadata

  • Download URL: circuitroomba-0.1.0.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for circuitroomba-0.1.0.tar.gz
Algorithm Hash digest
SHA256 bd347a75730934ed5ad371c6836e6ef2786fce3707fd47af81f6941ea046e078
MD5 059e05c276855908cf588c13c06caa6c
BLAKE2b-256 623d0313d7e9f7e30d2b8b66f138caad2c37f80e1f7b3cf31f9261608f062997

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page