richonguzman / LoRa_APRS_iGate

LoRa APRS iGATE for ESP32 Based Board with Rx + Tx capabilities
MIT License
151 stars 49 forks source link

Display always on #84

Closed IZ1HMT closed 1 week ago

IZ1HMT commented 2 months ago

With the Heltec V3 card the display always remains on, even if the correct option and seconds are selected in the menu. This happens if the card does not connect to a wi-fi network or if it connects as an AP. However, if it is connected to an access point, it turns off correctly based on the seconds and the option selected in the menu.

richonguzman commented 2 months ago

so you want to turn off when AP also?

IZ1HMT commented 2 months ago

As I read in another thread it would be useful to have 3 options: -Always on -On only when receiving/transmitting or exchanging data -Always off

richonguzman commented 2 months ago

right now there are 3 modes available: -always on, -few seconds on (time > 0) -always off (time=0)

please check if time = 0 works for you (just tested here and screen does not turn on)

IZ1HMT commented 2 months ago

Ok, but it only works when Wi-Fi is connected. If not connected in AP or Wi-Fi mode, the display always remains on regardless of the option I select.

richonguzman commented 2 months ago

can you explain me the use-case of not connected to AP or WIFI mode?

do you mean in digi mode it does not turn off??

IZ1HMT commented 1 month ago

Summary: Heltec V3 or TTGo 1.6: Settings: Display always on (off) Display timeout (2 seconds or other number) -Wi-Fi connected to my home router, the display turns off correctly. -No Wi-Fi network connected the display is always on. -AP connected, display always on.

HJ5JMS commented 1 month ago

Hi, I have the same issue on TTGO 1.6, the display stays on even when there is no active connection to the AP.