/elemental-scale

Code for an installation at the Science Museum London which used an Arduino to measure participants weights while interfacing with a thermal printer and screen

Primary LanguageJavaScript

The Elemental scale

Plug the printer into your computer;

Downloade this repo and install packages:

git clone https://github.com/Pingid/elemental-scale.git;
cd elemental-scale;
npm install;

Install TSP100 futurePRNT drivers from http://www.starmicronics.com/support/

Load the arduino

npm run dev