Skip to content
Keenan Nicholson edited this page Feb 22, 2018 · 23 revisions

Welcome to the stratux_ahrs wiki!

Here, the correct operation of the app will be explained, as well as details on how to contribute end customize the app for specific uses.

Simulation at Home

To make the display think there is stuff going on, the configuration file must be changed: configuration.js:

  • Set system.simulate to true. Note that this is the last variable in the "simulate" section. If working on a local machine (not the Raspberry pi), set up a local webserver to test the result:
python -m SimpleHTTPServer 8000

Now visit the page in the browser via localhost:8000

Clone this wiki locally