Coder Social home page Coder Social logo

ch32v307rct6_usb_digpid's Introduction

Description

This program was used to drive an ADC (ADS8863/ADS8883) and a DAC (MAX5717/MAX5719) to implement digital PID. For the hardware, see my related repos.

To drive the SPI transactions with accurate timing, I used various timer channels to initiate DMA transfer, instead of using the SPI TX DMA. It could achieve a sampling rate of 400kSPs on MAX5719/AD5542/ADS8863.

The transfer is currently designed as two 16-bit transfer. For 16 bit ADC/DAC combo, it can be made faster using a single 16bit transfer.

In the PID loop, I implemented a double-integrator control to account for piezo drift (seen in testing). The hardware floating point support also makes PID calculation reasonably fast, but there might be room for further improvement. The integrator and double integrator have both implemented anti-windup. Also I am not sure whether I should use zoh or bilinear when transferring continuous transfer function to discrete transfer function (which result in slightly different integrator form).

ch32v307rct6_usb_digpid's People

Contributors

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