Add Transceiver interface

This commit is contained in:
Atten 2022-01-24 02:38:20 +07:00
parent af10ce3427
commit eaefcd67d7
12 changed files with 10 additions and 6 deletions

View File

@ -84,6 +84,8 @@ The Howto DIY is [here](doc/ESP32DR_DIY-Thai.pdf)
Solder jumper is needed depending on a transceiver.
![ESP32DR_Pinout](image/RJ12Pinout.png)
|Manufacture|RJ11-1 (+VIN)|RJ11-2 (SPK)|RJ11-3 (PTT)|RJ11-4 (GND)|RJ11-5 (MIC)|RJ11-6 (SQL)|
|---|---|---|---|---|---|---|
|Alinco DR-135(DB9)|-|2|7|5|9|1|
@ -93,19 +95,21 @@ Solder jumper is needed depending on a transceiver.
for Alinco DR-135(DB9)
![Alinco](image/Alinco_Pinout.png)
![Alinco](image/ESP32DR_DR135.png)
for ICOM IC2200(RJ45)
![IC2200](image/IC2200_Pinout.png)
![IC2200](image/ESP32DR_IC2200.png)
for Yaesu FT-2800(RJ11)
![FT2800](image/FT2800_Pinout.png)
![FT2800](image/ESP32DR_FT2800.png)
for Handheld
![Handheld](image/HT_Pinout.png)
![Handheld](image/ESP32DR_HT.png)
![HT-RX](image/ESP32DR_RxOnly.png)
## Howto Devellop
-Pull and Compile by PlatformIO on the Visual Studio Code.

BIN
image/ESP32DR_DR135.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

BIN
image/ESP32DR_FT2800.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
image/ESP32DR_HT.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
image/ESP32DR_IC2200.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

BIN
image/ESP32DR_RxOnly.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

BIN
image/RJ12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
image/RJ12Pinout.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -154,7 +154,7 @@ void defaultConfig()
config.wifi_client = true;
config.synctime = true;
config.mqtt_port = 1883;
config.aprs_beacon = 30;
config.aprs_beacon = 600;
config.gps_lat = 13.7555;
config.gps_lon = 100.4930;
config.gps_alt = 3;
@ -455,7 +455,7 @@ void setup()
if (digitalRead(0) == LOW) {
defaultConfig();
Serial.println("Manual Default configure!");
delay(3000);
while(digitalRead(0) == LOW);
}
//ตรวจสอบคอนฟิกซ์ผิดพลาด