LoRa OLED code reboots again and again
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.
Power supply problem, make sure the power supply ≥5V, 1A
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 only OLED relative code can't run?
@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.
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 .
Try to add under Heltec.begin( .....
Heltec.display->init();
Heltec.display->flipScreenVertically();
Heltec.display->setFont(ArialMT_Plain_10);
I send a merge request today.