mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-24 21:24:44 -08:00
Docs>Hardware>Devices: add T-Deck Plus (#1630)
* Docs>Hardware>Devices: add T-Deck Plus * additional infos about t-deck * remove details t-deck * Docs>Hardware>Devices: T-deck - typo Co-authored-by: Tommy Ekstrand <tekstrand@users.noreply.github.com> * Docs>Hardware>Devices: T-deck - text layout tekstrand suggestion Co-authored-by: Tommy Ekstrand <tekstrand@users.noreply.github.com> --------- Co-authored-by: Tommy Ekstrand <tekstrand@users.noreply.github.com>
This commit is contained in:
parent
3c2733cc52
commit
05305318a1
|
@ -40,11 +40,12 @@ Inexpensive basic ESP32-based boards.
|
|||
|
||||
## [T-Deck](./tdeck/)
|
||||
|
||||
Standalone device with screen and keyboard
|
||||
Standalone device with screen and keyboard.
|
||||
|
||||
| Name | MCU | Radio | WiFi | BT | GPS |
|
||||
| :----------------- | :---------- | :----- | :--: | :-: | :-: |
|
||||
| [T-Deck](./tdeck/) | ESP32-S3FN8 | SX1262 | YES | 5.0 | NO |
|
||||
| [T-Deck Plus](./tdeck/) | ESP32-S3FN8 | SX1262 | YES | 5.0 | YES |
|
||||
|
||||
## [T-Watch S3](./twatch/)
|
||||
|
||||
|
|
|
@ -5,12 +5,16 @@ sidebar_label: T-Deck
|
|||
sidebar_position: 4
|
||||
---
|
||||
|
||||
The T-Deck is a compact device featuring a 2.8-inch IPS LCD touch screen with a resolution of 320x240 pixels, integrated with a small keyboard, trackball, microphone and speaker running on an ESP32-S3 dual-core processor.
|
||||
The T-Deck is a compact device featuring a 2.8-inch IPS LCD touch screen with a resolution of 320x240 pixels, integrated with a small keyboard, trackball, microphone and speaker running on an ESP32-S3 dual-core processor. A secondary ESP32-C3 MCU is used to manage the keyboard.
|
||||
|
||||
T-Deck Plus variant also comes with a GPS module and a 2000 mAh battery
|
||||
|
||||
|
||||
## Specifications
|
||||
|
||||
- **MCU**
|
||||
- ESP32-S3FN16R8 (WiFi & Bluetooth 5 LE)
|
||||
- ESP32-C3 (For keyboard only)
|
||||
- **LoRa Transceiver**
|
||||
- Semtech SX1262
|
||||
- **Frequency options**
|
||||
|
|
Loading…
Reference in a new issue