Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 server

Run the development server:

```bash
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.