Skip to content

Commit a1fe2e4

Browse files
AndrejAndrej Antunovikj
authored andcommitted
Add further docs for C62. Fix typos
1 parent 88ffff4 commit a1fe2e4

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

dev_status.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ OpenRTX is currently in active development. There will be bugs as we prioritize
3737
| Lilygo T-TWR plus |||||||| [on GitHub](https://github.com/OpenRTX/OpenRTX/issues?q=is:open+label:T-TWR%20Plus,ALL)|
3838
| Radtel RT-890 || 🟡 ||| N/A || N/A | [on GitHub](https://github.com/OpenRTX/OpenRTX/issues?q=is:open+label:RT-890,ALL) |
3939
| Talkpod A36plus ||||| 🟡 || N/A | [on GitHub](https://github.com/OpenRTX/OpenRTX/issues?q=is:open+label:A36plus,ALL) |
40-
| Connect Systems CS7000-M17 ||||| N/A ||| [on GitHub](https://github.com/OpenRTX/OpenRTX/issues?q=is:open+label:ALL) |
40+
| Retevis C62 ||||||| N/A | [on GitHub](https://github.com/OpenRTX/OpenRTX/issues?q=is:open+label:retevis-c62,ALL) |
41+
| Connect Systems CS7000-M17 ||||| N/A ||| [on GitHub](https://github.com/OpenRTX/OpenRTX/issues?q=is:open+label:CS7000,ALL) |
4142
| Connect Systems CS7000-M17 Plus||||| N/A ||| [on GitHub](https://github.com/OpenRTX/OpenRTX/issues?q=is:open+label:CS7000-Plus,ALL)|
4243

4344
### Modes
@@ -53,9 +54,12 @@ OpenRTX is currently in active development. There will be bugs as we prioritize
5354
| Lilygo T-TWR plus ||||||| N/A | N/A | N/A |
5455
| Radtel RT-890 ||||||||||
5556
| Talkpod A36plus ||||||||||
57+
| Retevis C62 ||||||||||
5658
| Connect Systems CS7000-M17 ||||||||||
5759
| Connect Systems CS7000-M17 Plus||||||||||
5860

61+
62+
### Notes:
5963
* _Tytera MD-9600 support is not yet complete, and as a result pre-made builds are not available._
6064
* _Similarly, Radtel RT-890 support is not yet complete either, and same as above, pre-made builds are not available._
6165
* _Semi-regular pre-made builds for the Talkpod A36plus can be found [here.](https://github.com/VR2TE/Talkpod-A36plus-Firmware/tree/main/A36plus%20MAX/OpenRTX)_

hardware/c62.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Development Status
44

5+
There is a functional port for OpenRTX currently in development. Right now, the main functions (boot, display, keys) function as expected. However, there has been a significant challenge in getting the DSP coprocessor to cooperate to allow for audio in/out, including for analog FM. For now, There is a workaround for FM RX (and only RX) that involves an ET3157 analog switch that is present on the board; it allows for the BK4819's "earphone output" to be piped directly to the speaker.
6+
57
**⚠️ Important Note: The Retevis C62 is not yet ready to run M17 protocol. While the hardware is capable of supporting M17, firmware development is currently in progress.**
68

79
The C62 was identified as a candidate for M17 development after discovering an undocumented DMR-like digital mode in its factory firmware, which prompted investigation into its suitability for open-source protocol implementation.
@@ -13,8 +15,8 @@ The C62 was identified as a candidate for M17 development after discovering an u
1315

1416
### General Specifications
1517
* **Power Output**: 5W
16-
* **Frequency Bands**: Dual Band (UV - specific ranges TBD)
17-
* **Display**: TBD
18+
* **Frequency Bands**: Dual Band (136-174, 400-520MHz. Chip technically capable of 18-1300MHz; feasible range TBD)
19+
* **Display**: ST7735R display controller
1820
* **Battery**: TBD
1921
* **AI Noise Reduction**: Built-in AI noise reduction technology
2022

@@ -130,4 +132,4 @@ The C62 development effort welcomes community contributions, particularly in:
130132

131133
*Hardware analysis and development information from:*
132134
- *GitHub Repository: https://github.com/JKI757/C62_Teardown*
133-
- *Official Product Information: https://www.retevis.com/retevis-c62-5-w-long-range-uv-dual-band-ai-noise-reducation-business-radio-us*
135+
- *Official Product Information: https://www.retevis.com/retevis-c62-5-w-long-range-uv-dual-band-ai-noise-reducation-business-radio-us*

hardware/hardware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This table provides a glance on the underlying hardware of each of the supported
1616
| T-TWR Plus | ESP32-S3 | SA868S | AT1846S | SH1106 | optional microSD | L76K |
1717
| CS7000-M17 | STM32F405VG | HR-C6000 | SKY72310 | HX8302A | 25Q128FV SPI flash | MC-1010-2RE|
1818
| CS7000-M17 Plus| STM32H743VI | HR-C6000 | SKY72310 | HX8302A | 25Q128FV SPI flash | MC-1010-2RE|
19-
| C62 | CSK6011B | - | BK4819 | TBD | TBD | - |
19+
| C62 | CSK6011B | - | BK4819 | ST7735R | PY25Q40HB SPI flash | - |
2020

2121
### Device documentation
2222

0 commit comments

Comments
 (0)