Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
karawin committed Oct 7, 2017
1 parent 4c96943 commit 623aa1d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
KaraDio32 in dev state: use at your own risk<br/>

Work with i2s or a vs1053<br/>

```
To flash all build output, run 'make flash' or:<br/>
python /home/jp/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 --port com5 --baud 460800 --before default_reset --after hard_reset write_flash -u --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 /home/jp/esp/Ka-Radio32/build/bootloader/bootloader.bin 0x10000 /home/jp/esp/Ka-Radio32/build/KaRadio32.bin 0x8000 /home/jp/esp/Ka-Radio32/build/partitions.bin<br/>

```

For the VS1053 version:<br/>
```
// spi pins<br/>
#define PIN_NUM_XCS 18<br/>
#define PIN_NUM_RST 21<br/>
Expand All @@ -17,7 +18,7 @@ For the VS1053 version:<br/>
#define PIN_NUM_MISO 19<br/>
#define PIN_NUM_MOSI 23<br/>
#define PIN_NUM_CLK 5<br/>

```

#### First use
- If the acces point of your router is not known, the webradio inits itself as an AP. Connect the wifi of your computer to the ssid "WifiKaRadio",
Expand Down

0 comments on commit 623aa1d

Please sign in to comment.