Heltec-Aaron-Lee / WiFi_Kit_series

Arduino source codes and toolchain for WiFi_Kit_series made by HelTecAutomation.
GNU Lesser General Public License v2.1
766 stars 308 forks source link

Wireless Stick Lite constantly resets even with simplest sketch #130

Open tolson2000 opened 4 years ago

tolson2000 commented 4 years ago

Loaded the factory test for this board. Keeps resetting. Looked at the code. The Heltec.begin has everything enabled. So set display to false since there isn't one on the lite. No difference. Finally just did simple...

include "heltec.h"

void setup() { //Enable the Display, Lora, Serial, Set Boost and Frequency(Band) Heltec.begin(false, true, true, true, 915E6); Serial.begin(115200); delay(1000); Serial.println(""); } void loop() { Serial.println("Test"); }

Regardles of program, we get constant resettings.. Does this error info useful?

rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 188777542, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0018,len:4 load:0x3fff001c,len:1216 ho 0 tail 12 room 4 load:0x40078000,len:9720 ho 0 tail 12 room 4 load:0x40080400,len:6352 entry 0x400806b8 ets Jun 8 2016 00:22:57