Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

Hardware details and information to build an open firmware for Bluetooth LED badges, compatible with [Badge Magic app](https://github.com/fossasia/badgemagic-app)

## Installation
## Installation (Unix and Windows)

### Unix
Install [wchisp](https://github.com/ch32-rs/wchisp?tab=readme-ov-file#installing).

Download prebuilt binaries from [release](https://github.com/fossasia/badgemagic-firmware/releases) or [the latest development builds](https://github.com/fossasia/badgemagic-firmware/tree/bin).
Expand All @@ -15,15 +14,6 @@ USB port) while plugging in the USB to enter the bootloader. Then run:
```sh
wchisp flash badgemagic-ch582.bin
```

### Windows
Install and run [wchisp studio](https://www.wch-ic.com/downloads/WCHISPTool_Setup_exe.html)
Connect the badge via USB and enter bootloader mode.

The device will automatically appear in the UI.

Select the `badgemagic-ch582.bin` file and click 'Download'.

Where badgemagic-ch582.bin is the binary downloaded above, the .elf file also
works.

Expand Down
Loading