Skip to content

Commit

Permalink
Added brief build section to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Storm committed Apr 12, 2024
1 parent 458aeba commit cefdfca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ Library `DLUSB` for the HID USB communications are based on DigiUSB library, inc
`DigistumpArduino`. It has been modified to allow more than 1 byte communications and other things which
make whole thing easier.

## Building

```console
git checkout --recurse-submodules https://github.com/N-Storm/digiLivolo/
cd digiLivolo/firmware
pio run
```

Or open VSCode workspace after checkout, providing you have VSCode with PlatformIO plugin installed.

## Usage

Compile & upload firmware to Digispark. Connect DATA pin of 433 Mhz transmitter module (SYN115 based modules
Expand All @@ -43,6 +53,8 @@ Example usage:

```hidapitester.exe --vidpid 16c0:05df -l 8 --open --send-feature 76,1,77,33,16```

This should send Livolo command as remote ID 0x214d (77,33) and key ID 0x10 (16).

## Software used

* [PlatformIO](https://platformio.org/)
Expand Down

0 comments on commit cefdfca

Please sign in to comment.