Accelerometer Logger Server

This notebook allows you to interactively run collect accelerometer data. Run the notebook cell below to start the server on your default network interface and begin trying to connect to accelerometers.


In [ ]:
%matplotlib inline
import logger
logger.start()