Giter Site home page Giter Site logo

slimevr / slimevr-firmware-webbuilder Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 5.0 750 KB

Tool for building and flashing trackers firmware on a web page

Home Page: https://slimevr-firmware.bscotch.ca/

Shell 0.21% JavaScript 40.74% Dockerfile 0.36% TypeScript 57.41% HTML 1.26% CSS 0.01%

slimevr-firmware-webbuilder's People

Contributors

butterscotchv avatar loucass003 avatar unlogisch04 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

slimevr-firmware-webbuilder's Issues

Debugging Feature Request

Would it be possible to implement a togglable serial console that could be viewed during the flashing process? Since two things can't use the same serial port at the same time, there isn't any other way to monitor it.

IMU Rotation is 180° wrong compared to the one in the firmware

Input line https://github.com/SlimeVR/SlimeVR-Firmware-WebBuilder/blob/main/frontend/src/components/firmware-tool/ImuConfig.tsx#L67
Calculation: https://github.com/SlimeVR/SlimeVR-Firmware-WebBuilder/blob/main/backend/src/firmware/firmware.service.ts#L323
#define IMU_ROTATION ${firmware.buildConfig.imus[0].rotation} * PI / 180

in const.h in the firmware
#define DEG_0 0.f
#define DEG_90 -PI / 2
#define DEG_180 PI
#define DEG_270 PI / 2

that does not get the same result.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.