Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tamkhoam wrote:.It works and indicates a display with SPI interface.
khoam wrote:domus12 wrote:.the diode at 5V is there, won't that burn up the esp32?
With series resistors on the order of 100Ω this is quite likely. I don't understand why these diodes are powered from 5V, with such a high current.
inot wrote:domus12 wrote:this is what the wise designed (the contractor).
And who is the principal ?
This is probably not a complete scheme.
inot wrote:5V is not the problem, just the resistors incorrectly sized.
khoam wrote:inot wrote:.5V is not the problem,
I would not make this type of statement. The pins on the ESP32 are not 5V tolerant contrary to the rumours spread by various jutubers.
khoam wrote:.I would not make such statements. The pins on the ESP32 are not 5V
inot wrote:.5V is even advisable, because the blue and green LEDs would not light up.
inot wrote:khoam wrote:.I would not make such statements. The pins on the ESP32 are not 5V
5V is not even advisable, because the blue and green LEDs would not light up.
5V is not an issue (unless you short-circuit the diodes), as the voltage drop on the red one is 2.2V, on the green and blue 3.2V.
I have not found specific data for this diode, but it is probably a 20 mA LED and therefore these resistors do not fit (23-28 mA current).
Tft reset -> Pin 17 as on the schematic.
Battery -> gpio 32 as on the schematic GPIO 21
Used for voltage measurement, but GPIO21 does not work as ADC.
X -> gpio 25 in the schematic of gpio 32
X- -> gpio 26
Y -> gpio 27 on gpio 33 schematic
Y- -> gpio 33 in gpio 27 schematic
In the full schematic, the display backlight will not work either (Cathode and anode connected to each other):
khoam wrote:RGB diodes of slightly higher power are not controlled directly from the ESP outputs. MOSFET transistors are used for this. Admittedly, the maximum load capacity of a single GPIO in the ESP32 is 40 mA, but that's no reason to make a heater out of the ESP.