An open API service indexing awesome lists of open source software.

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

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/).