OSU-Geomatics / OregonState_DLM

DLM Accelerometers
GNU General Public License v3.0
2 stars 0 forks source link

Enable 2-way communication with Teensy #2

Open hokiespurs opened 8 years ago

hokiespurs commented 8 years ago

Currently, the Teensy performs the following bootup:

  1. initialize global variables
  2. attempt to sync time to other teensy
  3. apply constants to accelerometers for sample rate and max accelerations
  4. begin streaming data

While this works for now, a more robust code would enable 2 way communication to the computer so that the user could:

This will enable the building of a more responsive GUI, and allow the user to experiment with different accelerometer settings