Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kmetz committed Jun 19, 2020
1 parent 2ad3dd0 commit c04da36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Notifiers (nearby devices with a warning app) are remembered for 20 minutes so i
## Build your own
### You need
1. Any ESP32 board (like a WEMOS D32 or TTGO ESP32, preferrably with a LiPo battery controller).
2. A 3V piezo buzzer (other buzzer types might also work).
2. A 3V piezo buzzer (a simple speaker or headphones will also work).
3. Optionally a LED.
4. Optionally a small 1-cell LiPo battery.
5. A nice case :)
Expand All @@ -20,7 +20,7 @@ Notifiers (nearby devices with a warning app) are remembered for 20 minutes so i
| 2 | Buzzer (+) |
| GND | LED (-), Buzzer (-) |

- Pins can easily be changed in code.
- Pins can easily be changed in code (`src/main.cpp`).

### Flashing the ESP32
- Easiest is to upload the [latest binary](https://github.com/kmetz/BLEExposureNotificationBeeper/releases), using [NodeMCU PyFlasher
Expand Down

0 comments on commit c04da36

Please sign in to comment.