Heltec_ESP32 icon indicating copy to clipboard operation
Heltec_ESP32 copied to clipboard

LoRa OLED code reboots again and again

Open madhujiot opened this issue 6 years ago • 6 comments

Trying to run on my ttgo esp32 Lora board, the OLED LoRa receiver code results in rebooting again and again, please provide a fix. thanks.

madhujiot avatar Mar 03 '19 14:03 madhujiot

Power supply problem, make sure the power supply ≥5V, 1A

Heltec-Aaron-Lee avatar Mar 04 '19 09:03 Heltec-Aaron-Lee

No Aaron, this specific code am having problem... Other similar code am able to run...

On Mon, Mar 4, 2019, 15:16 Aaron.Lee [email protected] wrote:

Power supply problem, make sure the power supply ≥5V, 1A

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HelTecAutomation/Heltec_ESP32/issues/4#issuecomment-469186799, or mute the thread https://github.com/notifications/unsubscribe-auth/AK7WPsdlEBDwe4yRZdcFUlBV8CyunGI7ks5vTOuDgaJpZM4bbBg9 .

madhujiot avatar Mar 07 '19 17:03 madhujiot

@madhujiot only OLED relative code can't run?

Heltec-Aaron-Lee avatar Mar 12 '19 07:03 Heltec-Aaron-Lee

@madhujiot , isn´t it because you are using TTGO board? I have the heltec v2 and it´s working here. I remember when I tried TTGO that there were some pins that must be changed.

Marcelovds avatar Mar 12 '19 12:03 Marcelovds

It worked eventually but not this code, will share you the one worked Thanks

On Tue, Mar 12, 2019, 17:58 Marcelo Vieira [email protected] wrote:

@madhujiot https://github.com/madhujiot , isn´t it because you are using TTGO board? I have the heltec v2 and it´s working here. I remember when I tried TTGO that there were some pins that must be changed.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/HelTecAutomation/Heltec_ESP32/issues/4#issuecomment-471979986, or mute the thread https://github.com/notifications/unsubscribe-auth/AK7WPm-uybjAdgrZHZ4undk5FSkOrk8Tks5vV52LgaJpZM4bbBg9 .

madhujiot avatar Mar 18 '19 16:03 madhujiot

Try to add under Heltec.begin( .....

  Heltec.display->init();
  Heltec.display->flipScreenVertically();  
  Heltec.display->setFont(ArialMT_Plain_10);

I send a merge request today.

stefkpl avatar Mar 27 '19 19:03 stefkpl