Skip to content

Commit 244de8d

Browse files
committed
Add support for classic Adalight
1 parent 9fd6eca commit 244de8d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# HyperSerialPico
2-
HyperHDR's highspeed adalight serial port LED driver implementation for Raspberry Pi Pico RP2040.
2+
Adalight serial port LED driver implementation for Raspberry Pi Pico RP2040.
33

44
# Example of supported boards using Rp2040
55
<p align="center"><img src="https://user-images.githubusercontent.com/69086569/236885968-baab51ba-a54b-4072-9a2a-cf867f2edb4b.png"/><img src="https://user-images.githubusercontent.com/69086569/236885360-dce9cfd7-92a8-43c6-911f-649325ee8a96.png"/></p>
@@ -16,11 +16,16 @@ HyperHDR's highspeed adalight serial port LED driver implementation for Raspberr
1616

1717
# How to flash it?
1818
It's very easy and you don't need any special flasher.
19-
Download the firmware from the [Release folder](https://github.com/awawa-dev/HyperSerialPico/releases).
19+
20+
First download the firmware directly from the [Release folder](https://github.com/awawa-dev/HyperSerialPico/releases).
21+
22+
For HyperHDR choose `HyperSerialPico_<type>.uf2` firmware where *type* is one of supported LEDs: sk6812 cold/neutral white, variants of ws2812 and apa102. If you are using an application other than HyperHDR, select the `classic_adalight.zip` archive, unzip it and select *classic_adalight_HyperSerialPico_<type>.uf2* firmware (note: do not use firmwares from this archive for HyperHDR, they do not support my AWA protocol extension, missing many options and are simply only backwards compatible with other applications).
23+
24+
Next put your Pico board into DFU mode:
2025
* If your Pico board has only one button (`boot`) then press & hold it and connect the board to the USB port. Then you can release the button.
2126
* If your Pico board has two buttons, connect it to the USB port. Then press & hold `boot` and `reset` buttons, then release `reset` and next release `boot` button.
2227

23-
In the system file explorer you should find new drive (e.g. called `RPI-RP2` drive) exposed by the Pico board. Drap & drop the selected fimrware.
28+
In the system file explorer you should find new drive (e.g. called `RPI-RP2` drive) exposed by the Pico board. Drag & drop (or copy) the selected firmware to this drive.
2429
The Pico will reset automaticly after the upload and after few seconds it will be ready to use by HyperHDR as a serial port device using Adalight driver.
2530

2631
# HyperHDR configuration

0 commit comments

Comments
 (0)