-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heltec Lora 32 V2 LCD not working #195
Comments
hi @mprilepok , does all else work with you? there are at least 2 versions which are common and one more not that not so common of this HELTEC v2 board. Heltec can have many versions of the same board. can you double check which version of the Heltec V2 do you have? maybe it needs a pin correction and that's all |
here are different versions of the same board: https://resource.heltec.cn/download/WiFi_LoRa_32 which one is the one of yours? |
this should be the board https://resource.heltec.cn/download/WiFi_LoRa_32/V2/WiFi_LoRa_32_V2(433%2C470-510).PDF |
can you flash it with github repository? go into /src/display.cpp and change line 24 to look like this: #if defined(HELTEC_V3) || defined(HELTEC_WS) || defined(HELTEC_V2) and then just flash the firmware (with the arrow on platformio+vscode) to test? |
It did not helped. I tried other firmware for lora igate, which I used previously and it usus these settings for platformio.
|
those are the same setting im using on this. this is strange as others have confirmed it worked for them this way too. you say oled and lora dont work? can you show the messages it sends over Serial.output when booting after flashing firmware? |
Starting Station: OM1PU-12 Version: 2024.11.16 Connecting to WiFi 'RadioLAN_32B3' ... |
now firmware is build with profile ttgo-lora32-v21 |
I am using this settings, parsswords and ssid is removed |
so it is working with firmware and lora and wifi... only the oled is the problem? |
Yes, the oled is not working and i do not see igated trafic. this id igate https://aprs.fi/info/OM1PU-12 both devices are in rage. |
OM1PU-11 is tracker what station is your heltec-v2 ? |
OM1PU-12 is igate is running on heltec-v2 |
pass_code = 22783 ? all the messages you got from serial output are only available because it got connected to aprs-is. servers so now this is more strange |
yes, in the passcode there was an invisible char, now wifi and lora is working. Trafic is gated from rf to inet and visevera. the one thing is broken, OLED is not working. |
good news, so now we know that only this is missing... lets continue:
|
Yes, previously i used FW from OE5BPA https://github.com/lora-aprs/LoRa_APRS_iGate |
I know this firmware, but tlora-v1 is another board than yours... so now I'm more confused |
i looked at the board under microscope, it looks like Heltec WiFi LoRa 32 V2 board https://docs.heltec.org/en/node/esp32/wifi_lora_32/hardware_update_log.html |
i validated all the pins and all I could: they are in the right position. I've added a minor update to the main code: can you upload the latest from github (not from webflasher) just the firmware? |
oled is still not working |
added one more thing to main repository: I thing I got it this time: adding "|| defined(HELTEC_V2)" to /src/power_utils.cpp in line 208 please download the lates main from github and upload just firmware to validate |
Great news!!!! Finally |
Hi,
I installed version 2024.11.16 on a board Heltec Lora 32 V2 and the LCD is not working although it is configured.
"display": { "alwaysOn": true, "timeout": 5, "turn180": false },
The text was updated successfully, but these errors were encountered: