GithubHelp home page GithubHelp logo

ekmallon / uno-breadboard-datalogger Goto Github PK

View Code? Open in Web Editor NEW
18.0 18.0 9.0 76 KB

Code for the basic UNO & Breadboard data logger described on the project blog

Home Page: https://edwardmallon.wordpress.com/2015/12/22/arduino-uno-based-data-logger-with-no-soldering/

C++ 100.00%

uno-breadboard-datalogger's People

Contributors

ekmallon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

uno-breadboard-datalogger's Issues

unused RTC_INTERRUPT_PIN

Thanks for your excellent work on open source data loggers. It jump started my very similar project.

However, when I uploaded this code on my Arduino Nano, with a near identical setup to this tutorial:
https://thekurks.net/blog/2018/2/5/wakeup-rtc-datalogger#anchor-link-5
the board didn't spend any significant time sleeping. I guess it just woke up immediately after going to sleep or something. I commented out all the parts related to analog signals and LEDs.

Once I added this line
pinMode(RTC_INTERRUPT_PIN,INPUT_PULLUP);
to the setup, it started working the way I would have expected. Also, the RTC_INTERRUPT_PIN variable is not used anywhere in the code. Did you just forget it?

-Antti

software-only ADC noise generator

I found your blog post about ADC resolution while attempting to reduce the ADC noise I'm seeing on one my projects.
https://thecavepearlproject.org/2017/02/27/enhancing-arduinos-adc-resolution-by-dithering-oversampling/

One thing that helped reduce the noise was adding some settling time after changing the ADC Mux. Where you want to add noise, you can probably do that without any external components by switching the Mux input just before taking your intended reading.

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.