A new display supported by the ESP32-S3

All that relates to the H/W
User avatar
PANNO
Posts: 135
Joined: Thu Feb 25, 2021 4:03 am
Has thanked: 179 times
Been thanked: 32 times

Re: A new display supported by the ESP32-S3

Post by PANNO »

Can anyone show me the right module link for the german user ? The first link isn’t working. Thx
User avatar
Khz
Posts: 23
Joined: Wed Jun 30, 2021 9:05 pm
Location: Bayern, Lauenstein
Has thanked: 2 times
Been thanked: 1 time

Re: A new display supported by the ESP32-S3

Post by Khz »

Hello,
I have connected the repeater nearby with WIFI.CONNECT. The RSSI power is now -48 dB. Previously the connection was established at -74 dB.

Greetings
Michel Alexander
Posts: 43
Joined: Sun Aug 15, 2021 5:23 pm
Has thanked: 43 times
Been thanked: 12 times

Re: A new display supported by the ESP32-S3

Post by Michel Alexander »

Hallo,
gibt es ein Dokumentation wie der pin.strenght Befehle angewendet wird.
Ich habe das selbe Problem.
Vielen Dank
User avatar
cicciocb
Site Admin
Posts: 3251
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 650 times
Been thanked: 2289 times
Contact:

Re: A new display supported by the ESP32-S3

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Thu Aug 29, 2024 8:24 am Hallo,
gibt es ein Dokumentation wie der pin.strenght Befehle angewendet wird.
Ich habe das selbe Problem.
Vielen Dank
Please write in English (for your convenience you can use any online translator before) at it will be easier to understand and make researches in the posts.
The command pin.strength has no relationship with the WIFI signal strength


The command PIN.STRENGTH can be used to define the drive capability of the output pins from a scale from 0 to 3.
For example, the following command set the pin 15 with a drive capability of 2.
PIN.STRENGTH 15, 2
The ESP32 provides four drive strength levels for its GPIO pins:
  • 0: Weakest drive strength, approximately 5 mA.
  • 1: Low drive strength, approximately 10 mA.
  • 2: Medium drive strength, approximately 20 mA.
  • 3: Maximum drive strength, approximately 40 mA.
Michel Alexander
Posts: 43
Joined: Sun Aug 15, 2021 5:23 pm
Has thanked: 43 times
Been thanked: 12 times

Re: A new display supported by the ESP32-S3

Post by Michel Alexander »

Hello, thanks for the quick reply.
I have inserted the command for all pins. However, I keep noticing that the display is not always properly initialized when restarting. The display remains dark. The program runs normally (Wlog output works.) Many thanks in advance
User avatar
cicciocb
Site Admin
Posts: 3251
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 650 times
Been thanked: 2289 times
Contact:

Re: A new display supported by the ESP32-S3

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Sun Sep 01, 2024 7:53 am Hello, thanks for the quick reply.
I have inserted the command for all pins. However, I keep noticing that the display is not always properly initialized when restarting. The display remains dark. The program runs normally (Wlog output works.) Many thanks in advance
Ok, I misunderstood as the previous post was talking about the WIFI signal.
So you mean that the display do not properly starts every time?
I never noticed this behavior, I should check again but I need to find where are my displays :-)
Michel Alexander
Posts: 43
Joined: Sun Aug 15, 2021 5:23 pm
Has thanked: 43 times
Been thanked: 12 times

Re: A new display supported by the ESP32-S3

Post by Michel Alexander »

Hello,
I have a problem with WiFi disconnections. I'm now observing this with the Pin.Strenght.
But I also have the problem that the display isn't always initialized correctly. It's a nice project and it's fun to try it out.
User avatar
cicciocb
Site Admin
Posts: 3251
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 650 times
Been thanked: 2289 times
Contact:

Re: A new display supported by the ESP32-S3

Post by cicciocb »

Check how many ram is available, but using wlog ramfree(1) because this gives the "real" internal RAM used by the OS.

Otherwise, check the power supply / antenna
Michel Alexander
Posts: 43
Joined: Sun Aug 15, 2021 5:23 pm
Has thanked: 43 times
Been thanked: 12 times

Re: A new display supported by the ESP32-S3

Post by Michel Alexander »

The module did not initialize correctly twice Wlog output: 147616 and 147456. On the 3rd restart the display worked Wlog output: 148548
Last edited by Michel Alexander on Sun Sep 01, 2024 3:20 pm, edited 2 times in total.
User avatar
cicciocb
Site Admin
Posts: 3251
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 650 times
Been thanked: 2289 times
Contact:

Re: A new display supported by the ESP32-S3

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Sun Sep 01, 2024 3:05 pm The module did not initialize correctly twice Wlog output: 147616 and 147456. On the 3rd restart the display worked Wlog output: 148548
So, is not a problem of RAM. Check the power supply
Post Reply