GithubHelp home page GithubHelp logo

hybricks / pid-for-microbit Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 17 KB

Using a PID controller on a BBC Microbit to synchronise 2 motors

Python 100.00%
pid microbit micropython pidcontroller

pid-for-microbit's Introduction

PID-for-microbit

This is an adjusted version of the Python PID controller by ivmech https://github.com/ivmech/ivPID/blob/master/README.md

It is adjusted to make it run on a BBC Microbit board written in MicroPython. Main changes are in the use of the 'time' functions.

IMG_2119

The great thing about this implementation is the use of a PID-object, in stead of doing the PID calculations in your Main-loop. This enables more PID controllers at the same time. Great stuff when trying to sync 4 motors in 1 vehicle ;)

You'll find:

  1. PIDClass.py The PID-object code
  2. MotorSync.py The main body syncing 2 motors using the accelerometer
  3. MotorSyncUX.py The main body including the UX for setting the PID parameters interactively

For further explanation please have a look at the YouTube video here: https://youtu.be/fMj4k6QnzZg

pid-for-microbit's People

Contributors

hybricks avatar

Stargazers

 avatar  avatar  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.