Skip to content

udem-dlteam/calib-oups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calib-oups

Calibration app and recording app for the OUPS! connected object. To access the apps, go to the following link:

Development

The app is already available online through github pages (on push to main). The following instructions describe development steps to modify the app.

How to deploy locally

To deploy the application, simply host the index.html with the associated files on a web server. To ease development, you can use a "live server" to change the webpage in real time. See live server for more information.

You can also use python with python -m http.server or any other web server of your choice.

Changelogs

  • v1.0.2(2024-10-25):
    • Added temperature and battery information to the calibration app.
    • Added temperature information to recordings.
  • v1.0.1(2024-08-16):
    • Added battery information to recordings
    • Added bias and slope information to calibration app.
    • Reduced CSV size by stripping values to 4 decimals when recoding.
  • v1.0.0(2024-07-31): Initial release