Skip to content
Snippets Groups Projects
Select Git revision
  • e18175768549d2fe77360f24ff31fcab835b0f44
  • master default protected
  • develop
  • pi
4 results

satori

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