https://github.com/diananerd/esp32-setup
Install and Setup ESP32 Firmware
https://github.com/diananerd/esp32-setup
boards electron esp-idf esp32 firmware idf installer setup setuptools tools uploader usb
Last synced: 8 months ago
JSON representation
Install and Setup ESP32 Firmware
- Host: GitHub
- URL: https://github.com/diananerd/esp32-setup
- Owner: diananerd
- License: mit
- Created: 2023-04-01T04:03:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T21:00:09.000Z (over 1 year ago)
- Last Synced: 2024-07-06T02:04:58.001Z (over 1 year ago)
- Topics: boards, electron, esp-idf, esp32, firmware, idf, installer, setup, setuptools, tools, uploader, usb
- Language: JavaScript
- Homepage: https://platzi.com/space/descargas
- Size: 299 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ground Station Firmware Uploader
This is the firmware uploader for the PlatziSat-1 Ground Station.
It is built using Vue + Vite + Electron.See the oficial build at [Platzi Space Program Site](https://platzi.com/space/). It is necessary to have a platzi account to access the full version of the site and the control panel.
## Install dependencies
```sh
npm install
```> [!IMPORTANT]
> For security reasons, electron not allowed to use serial communication in development mode, so you need to run a production build to test the app. If you run this project in developer mode, simply fails.### Compile and run a production build
```sh
npm run build
npm run electron:start
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```## Credits
Software and Tools by [Diana Nerd](https://github.com/diananerd).
Built for the Platzi Space Program by [Platzi](https://platzi.com/).