Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karawin committed Apr 28, 2019
1 parent 7bc1fbb commit 6a2a264
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ Output mode set in Setting panel on web page of KaraDio32 :
## Configure the hardware and IR codes
If the default configuration doesn't fit your needs, you can externally configure the software to fit your hardware and peripherals to suit your needs.
The configuration file is to be flashed only one time. After, the standard delivery will become compatible with your hardware gpio use and peripherals configuration. A future standard OTA will automatically works for your configuration.
See : [Hardware configuration partition](HardwareConfig.md)
See : [Hardware configuration partition](HardwareConfig.md)
For a wrover cpu you need a csv file with psram in the name. Without it, the default configuration will fail.

## Build your own
To build your own release if you want to do some improvments, you must install the idf https://github.com/espressif/esp-idf and the toolchain.
Expand All @@ -81,7 +82,9 @@ python /home/yourhome/esp/esp-idf/components/esptool_py/esptool/esptool.py \
### GPIO Definition
The default configuration is given below. It includes an encoder, an IR remote and a LCD or OLED.
To add or edit GPIO definitions and add or remove some devices, you may need a hardware configuration file. Some examples are in the boards directory.
See the file main/include/gpio.h and main/include/addon.h
See the file main/include/gpio.h and main/include/addon.h
WARNING: this configuration will not work for a wrover processor.
You need an adapted csv configuration.

```
//--------------------------------------//
Expand Down Expand Up @@ -239,7 +242,8 @@ http://espressif.com/en/support/download/other-tools
(change the security of the installation directory to permit all)

See the image at :
http://karadio.karawin.fr/karawin32Flash.jpg
http://karadio.karawin.fr/karawin32Flash.jpg
WARNING: the standard_adb.bin must be changed for a wrover processor or another configuration.

![Screenshoot of download tool](https://raw.githubusercontent.com/karawin/Ka-Radio32/master/images/downloadtool32.jpg)

Expand Down

0 comments on commit 6a2a264

Please sign in to comment.