Skip to content

Commit

Permalink
Merge pull request #40 from eurofurence/fix/led_brightness
Browse files Browse the repository at this point in the history
Add manual and warning about LED brightness
  • Loading branch information
DunkelRatte authored Sep 24, 2024
2 parents d38a6b5 + 5cebe02 commit aec4f12
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,9 @@ You can find the full schematics and PCB files in the
![Technical drawing of the badge](docs/assets/techspecs.png)


# Usage
# Usage and features

TODO


## Default Firmware Features

TODO
See this page: [How to use your badge](https://www.eurofurence.org/EF28/badge/manual)


## Serial Output / Logging
Expand All @@ -61,6 +56,11 @@ You can also use your favorite serial monitor, for example [minicom](https://sal
`minicom -D /dev/ttyACM0 -b 115200`


## Note on LED brightness

You can configure the brightness of your badge, see the manual [How to use your badge](https://www.eurofurence.org/EF28/badge/manual). If you modify your firmware, do not push the LEDs too hard. We limited the brightness on purpose to around 45 of 255 since the 5V boot converter cannot handle more. If you use just one color channel, values up to 100/255 might work. But they are plenty bright at 45 of 255. Higher values cause the 5V rail to break down and the LEDs start flickering badly.


# Building Your Own Firmware

The badge firmware is built using [PlatformIO](https://platformio.org/), an
Expand Down

0 comments on commit aec4f12

Please sign in to comment.