Code Monkey home page Code Monkey logo

servo-stabilizer's Introduction

--- Servo heading stabilization system; for use in RC cars, or other such systems with PWM servo steering. ---

        *Targeted for Pic18F4550 with MPU6050.  
        
        *Servo control is accomplished via PWM at <=50Hz.  
        
        *Uses UART (HC-05 Bluetooth) for system adjustment.

This program uses a modified version of Jeff Rowberg's I2Cdev library to obtain heading information from the MPU6050's DMP. The I2Cdev library only supports raw data reads from the MPU6050 on PIC18f devices, so I have ported the code from Arduino which makes use of the MPU6050's DMP to process accelerometer/gyro readouts, and provide euler angles to the PIC18f. The purpose of this device is to interpret steering info from the receiver and act as a man-in-the-middle between the receiver and steering servo, allowing the user to gain heading stability control without replacement of the receiver and/or radio systems in the vehicle.

To Summarize:
-If drift is detected, or, if change in heading angle is detected without a corresponding steering in put from the
receiver, the device will take over control of the servo steering system, and attempt to correct the drift.
-If manual steering input is received from the receiver, the device will pass through the PWM signal to the steering
servo, unchanged.
-Correction strength can be adjusted through Bluetooth-UART devices such as HC-05, or via direct UART connection.

Further information on adjustent and tuning will be added as the project matures.

servo-stabilizer's People

Contributors

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