GithubHelp home page GithubHelp logo

talamantez / bfrmr1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bigface83/bfrmr1

0.0 2.0 0.0 400 KB

Software for BFRMR1 mobile robot

Home Page: http://www.bigfacerobotics.com

Python 78.37% Arduino 21.63%

bfrmr1's Introduction

|B|I|G| |F|A|C|E| |R|O|B|O|T|I|C|S|

Author : Peter Neal

BFRMR1

Software for BFRMR1 mobile robot.

Contains arduino code and python scripts to run on the onboard Raspberry pi.

BFRMR1_arduino.ino

Arduino code. Will wait until a packet of data is received and act depending on the instruction sent. Functions include control loops for the two head servos and the two continuous rotation servos used for the drive wheels. Encoders on the wheels provide feedback for the control loop. Will also read all of the sensors and return a packet of data when a command has completed or a data request is received.

BFRMR1Main.py

Main script for control of the robot. Writes to the tft screen, uses interrupts to take input from the push buttons and executes a particular behaviour based on user selection.

BFRMR1serialport.py

Opens a serial connection to the Arduino and contains a function to read a packet of data from the Arduino and return as an array, and a function to send data. Uses pyserial

BFRMR1tft.py

Driver script for the Adafruit 2.2" tft display. Writes data to the screen using the spi interface. Includes functions to write text to the screen. Text lookup table contained in font5x7.py and font8x12.py.

BFRMR1OpenCV.py

Contains functions related to vision using OpenCV. Requires OpenCV on the Raspberry pi.

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.