Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stylesuxx/arduino-c2-flasher
Flash SiLabs EFM8 BB MCUs via Browser and an Arduino Uno or Nano.
https://github.com/stylesuxx/arduino-c2-flasher
Last synced: about 1 month ago
JSON representation
Flash SiLabs EFM8 BB MCUs via Browser and an Arduino Uno or Nano.
- Host: GitHub
- URL: https://github.com/stylesuxx/arduino-c2-flasher
- Owner: stylesuxx
- Created: 2023-08-15T13:38:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T18:12:32.000Z (8 months ago)
- Last Synced: 2024-03-04T22:40:39.868Z (8 months ago)
- Language: JavaScript
- Homepage: https://stylesuxx.github.io/arduino-c2-flasher/
- Size: 1.18 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web based Arduino C2 interface
> Allows to flash SiLabs EFM8 BB based MCU via Brwoser and an Arduino UNO or Nano.
Check it out here: https://stylesuxx.github.io/arduino-c2-flasher/
## Arduino Code
The Arduino code can be found [here](https://github.com/bird-sanctuary/arduino-c2-interface). It comes with a python client in case you prefer to use a stand alone approach instead of the web UI.
## Contributing
Contributions are very welcome. Clone the repostiory, install dependencies and run the dev sserver to get started. Please direct your PRs against the latest develop branch.
### Dependencies
Install dependencies:
```bash
yarn install
```
### Run the dev serverRun the development server:
```bash
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.