Replies: 17 comments 61 replies
-
Current status: Tasmota 'standard' downloadable binaries running smoothly. No issues observed |
Beta Was this translation helpful? Give feedback.
-
With (a lot of) help from 'puppet master' 😆 @fvanroie, I managed to get the pcb traces sorted correctly and the T3E device running the Arduino GFX library graphics test 🎉 Below the working pin configuration:
|
Beta Was this translation helpful? Give feedback.
-
Does this mean there's an empty location on the board to solder on an ESP32 module perhaps? |
Beta Was this translation helpful? Give feedback.
-
T3E fitted with low profile female flash pin headers, Ipex connector and a flexible antenna. |
Beta Was this translation helpful? Give feedback.
-
Making progress with this device: I've got an openHASP display driver prototype working for this board. |
Beta Was this translation helpful? Give feedback.
-
How does the ESP32-S3 in this device compare to good old ESP32? Does it have enough PSRAM? Will we be able to display complex pages, with animated objects like we can on Lanbon L8 for example? Or will TTF fonts work? |
Beta Was this translation helpful? Give feedback.
-
Don't see on Aliexpress... Where advised to buy? |
Beta Was this translation helpful? Give feedback.
-
First 'useful' plate to utilize the T3E's 4" 480x480 res. almost ready designed. Took like forever... Tweaked HA's Energy component design to fit the LVGL possibilities in openHASP. |
Beta Was this translation helpful? Give feedback.
-
Sonos media plate, utilizing the large 480x480 res. display, also mostly redesigned and done. |
Beta Was this translation helpful? Give feedback.
-
HI All , First of all I would thank you all for all these efforts. |
Beta Was this translation helpful? Give feedback.
-
All needed files for my openHASP multiple plate - Sonos group media player config have now been revised and uploaded here Documentation still needs to be revised somewhat from my old config setup. I'll get a decent documentation done ASAP 😅 |
Beta Was this translation helpful? Give feedback.
-
I have a version 2.3 board, flash has worked fine, configured the WiFi but have no display, I can access the web gui just fine. |
Beta Was this translation helpful? Give feedback.
-
To add, it was purchased from golden security and is listed as a GS-T3E |
Beta Was this translation helpful? Give feedback.
-
Well, this is crazy as both me and fvanroie has been banging this vendor (Global Security) about the T3E Wifi version availability and now it seems to have been available for months as the pcb clearly has been redesigned 🙄 I really don't care whether or not the pcb is still populated with a Tuya chip or not. But new pinmapping apparently is needed if display is not working with the new pcb v2.3 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Well, seems like the display/touch part is unrevised 😅😅 Seems that you'll need to check the traces to the display as @fvanroie wrote earlier. Start with all other traces than the actual color bits (DB0 to DB17). If backlight and touch is working these pins below are the most interesting ones |
Beta Was this translation helpful? Give feedback.
-
Noticed that your WiFi signal strength was quite terrible at -82dBm ? |
Beta Was this translation helpful? Give feedback.
-
DISCONTINUED DEVICE - NEW T3E v2 SKU AVAILABLE
CHECK THIS DISCUSSION THREAD
This thread is made to gather all possible info on the GS-T3E device with the goal to get openHASP implemented.
Alibaba Link
Link to various pictures of the device.
This device is in exterior completely identical to the WT86-32 device, as the outer casing and dimensions are 100% identical.
Device is marketed as an in wall multi-function scene panel and a 3(or 4) gang relay switch. The T3E is one of three devices in a series. Both the T6E & T8E devices have Tuya zigbee gateway capabilities, where the T3E can only act as a 'slave' device and smart scene panel display. These devices can only be used with the 'Smart Life' / 'Tuya Smart' apps. No local control - only cloud based control through these apps.
EU backplate version:
T3E compared to WT86-32:
PROS:
CONS:
U13
EU backplate connector (marked withyellow
in picture below):Numbered from right (marked with a white dot) to left
RX
TX
(Not connected in the EU 3 gang relay switch version. L4 & L3 are low voltage outputs in the dimmer version)
J1
ESP32 flash header (marked withred
in picture below):'Standard' flash header available on the pcb for easy flashing. The actual header pins are not populated, so you have to solder these on yourself.
NB ! The white pcb cover plate actually has holes that match the header pins, but only short profile female header pins will fit under the cover plate. Standard Dupont male pins won't fit into these female headers. But the commonly used breadboard pins do fit. If you solder in 'regular' male header pins, the backplate can't be fitted, unless you modify the pins in height.
I flashed my device using a USB serial adapter CH340G and flash download tool v3.9.3.
Note that RX & TX are NOT cross wired !
GND
<-->GND
5V
<-->5V
RX
<-->RX
TX
<-->TX
IO0
pulled low (to GND) during power on to enter boot mode.K1
button (marked withorange
in picture below):Connected to
EN
on the ESP32-S3 and acts as aRESET
buttonANT1
IPEX antenna connector (marked withpurple
in picture below):The ANT1 is unfortunately not populated from supplier. Without adding an external antenna, the wifi quality is not sufficient, unless device is within a few meters from the AP. It's difficult, but not impossible, to solder in an smd ipex connector on the pcb pads. As an alternative, an antenna can just be soldered directly on the pcb instead. That is a much simpler solder task.
With the connector and a 'standard' AliExpress 5Dbi gain flexible antenna you'll get decent signal strength, but still with room for approvement. Signal strength is adequate to keep device connected without dropout issues at the furthest distance in my house from the AP.
Note: C16 & C17 decoupling capacitors are also not populated. This has also been noticed as well on other similar pcb designs where ESP antenna actually is part of the design. So perhaps not that important after all. I haven't experienced any wifi dropouts or quality issue with my external antenna, even though C16 & C17 are left unpopulated.
U2
connector/pads (marked withindigo
in picture below):VCC: +3.3V
GND: GND
RXD: GPIO48
TXD: GPIO47
NRST: NC (no connection)
P1
USB Micro-B connector (marked withrosa
in picture below):Other useful pin connections identified:
GPIO38
= Display backlight (LCD_BL
)Beta Was this translation helpful? Give feedback.
All reactions