Statistics: Posted by jkoperwas — Fri Feb 17, 2023 11:54 pm
Statistics: Posted by kaevee — Sun Apr 04, 2021 2:08 pm
Statistics: Posted by fredlynx — Sat Feb 27, 2021 3:56 pm
Statistics: Posted by Her Mary — Fri Feb 28, 2020 11:53 am
Statistics: Posted by Guest — Sun Feb 09, 2020 11:54 pm
Statistics: Posted by cnlohr — Tue Sep 24, 2019 5:03 am
Statistics: Posted by simonliu — Sun Sep 16, 2018 11:37 am
Statistics: Posted by jessicatian123 — Thu Aug 30, 2018 5:07 pm
Statistics: Posted by qinyan — Wed Aug 15, 2018 5:20 pm
Statistics: Posted by jessicatian123 — Thu Aug 02, 2018 4:42 pm
Statistics: Posted by inlogic — Mon Jul 09, 2018 8:52 pm
Code:
Product Name: ESP-WROOM-02
Manufacturer PN: 04.09.0000740
Supplier PN: M021X0132R0E
LOT No.: 201812-066
Manufacture Date: 2018-03-21
Statistics: Posted by mikeatom — Wed Jun 27, 2018 4:47 pm
Statistics: Posted by fastlink30 — Thu Jun 21, 2018 8:59 pm
Statistics: Posted by andreysnug — Wed Jun 20, 2018 5:41 am
Statistics: Posted by andreysnug — Thu Jun 07, 2018 2:25 pm
Statistics: Posted by sebastian.heyn — Sat Jun 02, 2018 6:13 pm
Statistics: Posted by andreysnug — Wed May 30, 2018 6:28 am
Statistics: Posted by iot_develpment — Sun May 06, 2018 9:01 pm
Statistics: Posted by Guest — Fri Apr 27, 2018 10:40 am
Statistics: Posted by kris_gor — Mon Apr 09, 2018 8:18 pm
Statistics: Posted by abhinavg — Tue Mar 27, 2018 3:24 pm
Statistics: Posted by jassi007 — Mon Mar 26, 2018 10:39 am
Statistics: Posted by jassi007 — Mon Mar 26, 2018 10:33 am
Code:
sudo esptool.py read_mac
Code:
esptool.py write_flash
Code:
sudo esptool.py --port /dev/ttyUSB0 write_flash -fm qio -fs [size=150]2MB[/size] 0 ../bin/boot_v1.6.bin 0x1000 ../bin/upgrade/user1.4096.new.6.bin 0x1fb000 ../bin/blank.bin 0x1fc000 ../bin/esp_init_data_default.bin 0x1fe000 ../bin/blank.bin
Statistics: Posted by ansonc — Mon Feb 26, 2018 10:17 pm
Statistics: Posted by ansonc — Sat Feb 24, 2018 11:44 am
Statistics: Posted by DreeOlee — Mon Jan 22, 2018 4:50 pm
Statistics: Posted by DreeOlee — Tue Jan 16, 2018 5:57 am
Statistics: Posted by DreeOlee — Tue Jan 16, 2018 12:24 am
Statistics: Posted by blubb — Sat Jan 13, 2018 8:51 am
Statistics: Posted by blubb — Fri Jan 12, 2018 10:52 pm
Code:
ets Jan 8 2013,rst cause:2, boot mode:(3,0)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v00000000
~ld
rf cal sector: 508
freq trace enable 0
rf[112] : 00
rf[113] : 00
rf[114] : 00
SDK ver: 2.1.0(deb1901) compiled @ Oct 23 2017 17:58:03
phy ver: 1136_0, pp ver: 10.2
mode : null
Statistics: Posted by DreeOlee — Fri Jan 12, 2018 10:47 pm
Statistics: Posted by DreeOlee — Fri Jan 12, 2018 5:12 pm
Statistics: Posted by blubb — Fri Jan 12, 2018 7:13 am
Statistics: Posted by Her Mary — Thu Jan 11, 2018 6:02 pm
Statistics: Posted by DreeOlee — Wed Jan 10, 2018 9:31 pm
Statistics: Posted by KernelPanic — Mon Nov 27, 2017 6:52 pm
Code:
void ApplicationSettingsStorage::saveFunction(void *arguments)
{
Serial.println("Saving settings...");
const String json=getJson(false,
true); // Passwords are saved, timestamps are updated on every save.
Serial.println(json);
/*
* Excluded reasons for bug:
* - NON-NULL Terminated String: I've explicitliy added "\0" to json variable before saving it to file,
* same result, random reset
* - Memory corruption:
fileSetContent(APP_SETTINGS_FILE,
json); // BUG: Here occurs random reset !!!
} // saveFunction
Statistics: Posted by KernelPanic — Thu Nov 09, 2017 12:50 pm