Git Product home page Git Product logo

github4manu / ercaguy_analogreadxxbit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from electricrcaircraftguy/ercaguy_analogreadxxbit

0.0 2.0 0.0 800 KB

-A library which does oversampling to allow you to read with a resolution of 10-bit to 21-bit on the Arduino ADC (Analog to Digital Converter)!

Home Page: http://www.electricrcaircraftguy.com/2014/05/using-arduino-unos-built-in-16-bit-adc.html

C++ 100.00%

ercaguy_analogreadxxbit's Introduction

FOR THE LATEST CODE, CHANGE THE "branch" DROPDOWN MENU ABOVE TO "Version_2", AND DOWNLOAD MY Version_2 CODE INSTEAD! ~GS 19 Feb. 2015

##License: GPLv3 or later (ignore whatever the files say; it is GPLv3)
-I'll correct the license in the files later.

Readme last updated: 13 May 2014

eRCaGuy_analogReadXXbit Library webpage: http://electricrcaircraftguy.blogspot.com/2014/05/using-arduino-unos-built-in-16-bit-adc.html

Instructions Download the code by clicking "Download ZIP" to the right. Extract the files, and install the library to your Arduino IDE. Run the examples and view the output in your Arduino IDE's Serial Monitor. The examples read from analog pin A0, so I recommend putting a potentiometer wiper on that pin.

Description This library allows you to do oversampling in order to increase the Arduino ADC (Analog to Digital Converter) from only 10-bit, to up to 21-bit!!! The tradeoff is speed. Every additional bit, n, beyond 10-bits, requires 4^n 10-bit samples. This means that every time you add 1 more bit of resolution, your max sampling rate decreases by a factor of 4. However, this library still proves very useful to provide that extra resolution when needed!

For other interesting articles and info, visit my website here: (http://electricrcaircraftguy.blogspot.com/)

I hope you find this useful. ~Gabriel Staples http://electricrcaircraftguy.blogspot.com/

ercaguy_analogreadxxbit's People

Contributors

electricrcaircraftguy avatar

Watchers

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