Giter VIP home page Giter VIP logo

firmwareflashingtool's Introduction

Firmware Flashing Tool

This is a streamlined Tauri app using Vite and SolidJS.

A firmware flashing tool for the Open Source EyeTrackVR hardware project.

This repo includes:

Usage

Warning

This project uses pnpm by default, and utilizes pnpm workspaces. If you do not have pnpm installed, you can install it with npm install -g pnpm.

You can use yarn or npm, however, you will need to modify the project to remove the pnpm specific commands and workspace.

Setup

This project uses custom Tauri Plugins to communicate with the hardware. These plugins are located in the src-tauri/src/lib folder.

Warning

You must run the following command to install the project deps and build the plugins before running the app:

pnpm setup

Available Scripts

See the package.json for all available scripts.

pnpm tauri dev

Runs the app in the development mode.

An app should launch on your desktop.

The page will reload if you make edits.

pnpm docs

Uses JSDoc to build a documentation website based on the projects documentation.

pnpm lint

Runs eslint on all of the included files.

pnpm format

Uses Prettier and the above pnpm lint command to lint and then format all included file types.

Deployment

To build the app, run the following:

pnpm tauri build

Builds the app for production to the src-tauri/target folder.
This will correctly bundle Solid in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

firmwareflashingtool's People

Contributors

zanzythebar avatar semantic-release-bot avatar luckmer avatar

Stargazers

rypl avatar Pho Hale avatar Yoong Hor Meng avatar  avatar Frosty avatar  avatar Prohurtz avatar

Watchers

Zdzislaw Goik avatar Prohurtz avatar

firmwareflashingtool's Issues

wifi settings could not be saved

after entering SSID & pasword and pressing "save", there is no confirmation that these dates were saved.
they probably are not as the logs say...

guess: the save button is not implemented correctly

[ 1485][E][Preferences.cpp:483] getString(): nvs_get_str len fail: OTALogin NOT_FOUND
[ 1493][E][Preferences.cpp:483] getString(): nvs_get_str len fail: OTAPassword NOT_FOUND
[ 1501][E][Preferences.cpp:483] getString(): nvs_get_str len fail: hostname NOT_FOUND
[ 1508][E][Preferences.cpp:483] getString(): nvs_get_str len fail: service NOT_FOUND
[ 1516][E][Preferences.cpp:483] getString(): nvs_get_str len fail: apSSID NOT_FOUND
[ 1523][E][Preferences.cpp:483] getString(): nvs_get_str len fail: apPass NOT_FOUND

[...]

[ 1937][I][wifihandler.cpp:42] begin(): No networks found in config, trying the default one

[ 1946][I][wifihandler.cpp:135] iniSTA(): Trying to connect to:

[ 1952][D][wifihandler.cpp:138] iniSTA(): Setting hostname

[ 1965][D][WiFiGeneric.cpp:1035] _eventCallback(): Arduino Event: 0 - WIFI_READY
[ 2054][D][WiFiGeneric.cpp:1035] _eventCallback(): Arduino Event: 2 - STA_START
[ 2057][E][WiFiSTA.cpp:232] begin(): SSID too long or missing!

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.