Skip to content
Snippets Groups Projects
Select Git revision
  • 70057d15404d26f3e677ea4c3b5525f2db06aa87
  • master default protected
  • at_palomagr
3 results

client

  • Clone with SSH
  • Clone with HTTPS
  • Input Devices Recitation

    This recitation aims to introduce the basics of working with inputs on Arduino embeded devices. Slides are hosted here.

    Example Code

    1. inputDevices_1_basic.ino is a simple sketch introducing analogRead().

    2. inputDevices_2_gauss.ino adds a tare, ADC resolution, and conversion to Gauss.

    3. inputDevices_3_filters.ino shows various filtering approaches, including batch averaging, moving averaging, and low pass filters.

    4. inputDevices_4_linearization.ino shows a simple lookup table implementation with linearization.