In-class hands-on data collection and display facilitated by open-source hardware and software tools. Presented at AAPT Winter Meeting 2020.
Slides from that talk are available in the PDF file AAPTWM2020.pdf.
Hardware used for this work is the Adafruit Circuit Playground Express.
Installation is easiest using the Anaconda Distribution. Once that distribution is installed, use conda to create a virtual environment that includes the necessary requirements:
conda create -f environment.yml
conda activate phyboard
To roll your own installation, clone this repository and install the following required packages:
- python 3 (It's 2020 folks, time to use 3)
- bokeh
- plotly
- dash
- pyserial