-
Notifications
You must be signed in to change notification settings - Fork 108
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
Brownout detector was triggered TTGO Lora32 T3_1.6.1 #118
Comments
So it looks like building the code from scratch is broken. Can anyone assist. Thanks |
Tried building the code again and flashing the TTGO. Monitor displays: `rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
|
Been a long time since I've thought about this project. I'm assuming you've seen this ticket already? #110 Unless you have a specific need for Disaster Radio I'd suggest checking out Meshtastic or Reticulum |
Although I just spotted @Juul made an update a few months ago: e8cfe8a Perhaps you could try using one of the releases: https://github.com/sudomesh/disaster-radio/releases perhaps that recent update broke stuff? |
Right I've managed to compile the release candidate v1.0.0-rc.1 seems to work but there are a few errors. Any ideas? I cant see any initial problems but might affect something somewhere? `MACPRO:new home$ pio run -t upload
|
I think all the errors loook related to OLED stuff? So if that works you should be OK? Can you send messages? |
Yep, screen displays everything fine. So looks good. Thanks The only other issue is the SD card. Its a 32GB FAT32 formatted. SD card works and formats fine in other systems.
|
Hi guys,
Trying to compile code and upload to my TTGO Lora32 T3_1.6.1. I can compile the source (firmware) without problems and it uploads to my device but when I run the pio monitor command I see I get the error:
`rst:0xc (SW_CPU_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:2
load:0x3fff0030,len:1184
load:0x40078000,len:13132
load:0x40080400,len:3036
entry 0x400805e4
[ 227][E][Preferences.cpp:483] getString(): nvs_get_str len fail: un NOT_FOUND
No name saved
Got username
Got IF setting WiFi
Got txPwr setting 17
Got loraFrq setting 915
Got sf setting 9
[ 238][E][Preferences.cpp:503] getBytesLength(): nvs_get_blob len fail: duty NOT_FOUND
Got duty setting 0.100000
Got interval setting 10000
Got gps setting 0
--> Started WiFi AP "disaster.radio 6d088e2c", IP address: 0.0.0.0
--> Advertising http://disaster.local
--> Serving web application from SPIFFS
--> Storing (limited) history in memory
ets Jun 8 2016 00:22:57
rst:0x8 (TG1WDT_SYS_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:2
load:0x3fff0030,len:1184
load:0x40078000,len:13132
load:0x40080400,len:3036
entry 0x400805e4
[ 227][E][Preferences.cpp:483] getString(): nvs_get_str len fail: un NOT_FOUND
No name saved
Got username
Got IF setting WiFi
Got txPwr setting 17
Got loraFrq setting 915
Got sf setting 9
[ 238][E][Preferences.cpp:503] getBytesLength(): nvs_get_blob len fail: duty NOT_FOUND
Got duty setting 0.100000
Got interval setting 10000
Got gps setting 0
Brownout detector was triggered
ets Jun 8 2016 00:22:57
`
The text was updated successfully, but these errors were encountered: