Update README.md
moved instructions to wiki
This commit is contained in:
@@ -8,53 +8,10 @@ Based on Catena / NXP semiconductors API
|
|||||||
|
|
||||||
More information: https://www.pe5pvb.nl/tef6686/
|
More information: https://www.pe5pvb.nl/tef6686/
|
||||||
|
|
||||||
## Setup
|
## Wiki
|
||||||
During boot hold:
|
- [About the software & features](https://github.com/PE5PVB/TEF6686_ESP32/wiki)
|
||||||
- **BW** button to change rotary encoder direction
|
- [Getting started](https://github.com/PE5PVB/TEF6686_ESP32/wiki#getting-started)
|
||||||
- **Mode** button the flip screen
|
- [How to install the software](https://github.com/PE5PVB/TEF6686_ESP32/wiki/Installing-the-software)
|
||||||
- **Band** button to calibrate analogue S-meter
|
|
||||||
- **Rotary** button to switch between normal and optical rotary encoder
|
|
||||||
|
|
||||||
## Manual
|
|
||||||
#### Screensaver triggered
|
|
||||||
- **BAND SHORT** PRESS: Wakeup Screen
|
|
||||||
- **BAND LONG** PRESS: Wakeup Screen
|
|
||||||
- **ROTARY** CHANGE: Wakeup Screen
|
|
||||||
|
|
||||||
#### Screensaver disabled
|
|
||||||
|
|
||||||
- **BAND SHORT** PRESS: Switch band
|
|
||||||
- **BAND LONG** PRESS: Open advanced RDS viewer
|
|
||||||
- **ROTARY SHORT** PRESS: Set stepsize or navigate
|
|
||||||
- **ROTARY LONG** PRESS: Toggle iMS & EQ
|
|
||||||
- **MODE SHORT** PRESS: Switch between auto/manual or exit menu
|
|
||||||
- **MODE LONG** PRESS: Open menu
|
|
||||||
- **BW SHORT** PRESS: Switch bandwidth setting
|
|
||||||
- **BW LONG** PRESS: Switch mono, or auto stereo
|
|
||||||
|
|
||||||
## Instalation
|
|
||||||
**Recommended method:** You can download already compiled software and upload it using prepared script from [release page](https://github.com/PE5PVB/TEF6686_ESP32/releases).
|
|
||||||
|
|
||||||
**Alternative method:** You can download source code from [release page](https://github.com/PE5PVB/TEF6686_ESP32/releases) or using git.\
|
|
||||||
`git clone https://github.com/PE5PVB/TEF6686_ESP32`
|
|
||||||
|
|
||||||
Then compile and upload it using for example Arduino IDE (remember to select ESP's serial port).\
|
|
||||||
**Important** you need to fill your User_Setup.h file (located in Arduino/libraries/TFT_eSPI folder) with these values:
|
|
||||||
```
|
|
||||||
#define ILI9341_DRIVER
|
|
||||||
#define TFT_CS 5
|
|
||||||
#define TFT_DC 17
|
|
||||||
#define TFT_RST 16
|
|
||||||
#define SPI_FREQUENCY 10000000
|
|
||||||
|
|
||||||
#define LOAD_FONT7
|
|
||||||
#define LOAD_GFXFF
|
|
||||||
#define SMOOTH_FONT
|
|
||||||
```
|
|
||||||
**ALL OTHER SETTINGS SHOULD BE REMARKED!**
|
|
||||||
|
|
||||||
From v1.16 you **need to** update your ESP32 boards in board manager to v2.x
|
|
||||||
In case you experience QRM from the screen on 90MHz, try to lower the SPI_FREQUENCY parameter.
|
|
||||||
|
|
||||||
### Connecting analog signal meter
|
### Connecting analog signal meter
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user