Statistics: Posted by ESP_Sprite — Mon Jun 26, 2023 5:09 pm
Code:
void setup() {
pinMode(GPIO, OUTPUT);
digitalWrite(GPIO, LOW);
Serial.begin(115200);
Statistics: Posted by nopnop2002 — Wed Feb 22, 2023 6:39 pm
Statistics: Posted by jkoperwas — Fri Feb 17, 2023 11:54 pm
Statistics: Posted by Rob — Thu Feb 09, 2023 3:15 pm
Statistics: Posted by Tom83 — Thu Feb 02, 2023 12:45 am
Statistics: Posted by Amorphous — Wed Feb 01, 2023 8:03 pm
Statistics: Posted by michelepa — Tue Jan 31, 2023 9:36 pm
Statistics: Posted by Tom83 — Thu Jan 19, 2023 10:39 pm
Statistics: Posted by Tom83 — Fri Jan 13, 2023 1:13 am
Statistics: Posted by s56ffb — Sun Jan 01, 2023 11:07 pm
Statistics: Posted by Green BMS — Thu Dec 29, 2022 9:30 pm
qz]Install ESP8266 gcc. See
https://docs.espressif.com/projects/esp ... setup.html
Fetch ESP8266_NONOS_SDK from https://github.com/espressif/ESP8266_NONOS_SDK
Point environment variable ESP_SDK to the SDK directory.
Install esptool.
Statistics: Posted by s56ffb — Wed Dec 21, 2022 3:51 pm
Install ESP8266 gcc. See https://docs.espressif.com/projects/esp ... setup.html
Fetch ESP8266_NONOS_SDK from https://github.com/espressif/ESP8266_NONOS_SDK
Point environment variable ESP_SDK to the SDK directory.
Install esptool.
Statistics: Posted by s56ffb — Sun Dec 18, 2022 7:10 pm
qz]Install ESP8266 gcc. See https://docs.espressif.com/projects/esp ... setup.html
Fetch ESP8266_NONOS_SDK from https://github.com/espressif/ESP8266_NONOS_SDK
Point environment variable ESP_SDK to the SDK directory.
Install esptool.
Statistics: Posted by s56ffb — Sun Dec 18, 2022 5:58 pm
Statistics: Posted by mhh.2000 — Sat Dec 17, 2022 10:18 am
Statistics: Posted by DonP — Fri Dec 02, 2022 3:06 pm
Statistics: Posted by xjxlui — Wed Nov 30, 2022 11:29 am
Statistics: Posted by Breixo — Tue Nov 15, 2022 9:10 pm
Statistics: Posted by Ronak Jain — Mon Nov 14, 2022 6:08 pm
Statistics: Posted by MehdiSoheili — Sun Nov 13, 2022 8:19 am
Statistics: Posted by hiddenotebook — Mon Nov 07, 2022 12:36 am
Statistics: Posted by AgentSmithers — Thu Nov 03, 2022 3:47 am
Statistics: Posted by johnxue — Wed Oct 19, 2022 12:54 am
Statistics: Posted by rayleong — Mon Oct 17, 2022 5:38 pm
Statistics: Posted by rayleong — Mon Oct 17, 2022 5:20 pm
Statistics: Posted by xytsrm — Thu Oct 13, 2022 12:45 am
Statistics: Posted by peter.hanak — Tue Oct 11, 2022 7:50 pm
FrenkR wrote:Issue resolved. If you have partition of size 1MB or 2MB, then "irom0_0_seg" address-es are the same for both partitions (looks like 0x1000 or 0x101000 are the same?). If you have 512KB partitions, then you must create LD script with different ROM addresses same way as is in LD files for 1024KB OTA partition segmentation(e.g.eagle.app.v6.new.1024.app1.ld, eagle.app.v6.new.1024.app2.ld).
If you don't do that, then uprading from app1 to app2 with the same bin will work, but if you will empty segment1, bin2 will stop working (which makes sense).
I hope that I saved 3 days of hard work "hunting" all those zillion of exceptions.
Rgds,
Frenk
Statistics: Posted by backupluis — Sat Oct 08, 2022 7:10 pm
Statistics: Posted by backupluis — Sat Oct 08, 2022 6:43 pm
Statistics: Posted by FrenkR — Fri Oct 07, 2022 2:06 am
Code:
#define SYSTEM_PARTITION_OTA_SIZE 0x6A000
#define SYSTEM_PARTITION_OTA_2_ADDR 0x81000
#define SYSTEM_PARTITION_RF_CAL_ADDR 0x1fb000
#define SYSTEM_PARTITION_PHY_DATA_ADDR 0x1fc000
#define SYSTEM_PARTITION_SYSTEM_PARAMETER_ADDR 0x1fd000
#define SYSTEM_PARTITION_CUSTOMER_PRIV_PARAM_ADDR 0x7c000
Code:
Fatal exception (0):
epc1=0x40213e48, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
Fatal exception (0):
epc1=0x40213e48, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
Fatal exception (0):
epc1=0x40213e48, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
Code:
40213e48 <init_bss_data>:
40213e48: fffe61 l32r a6, 40213e40 <print_system_param_sectors+0x18>
40213e4b: fffe41 l32r a4, 40213e44 <print_system_param_sectors+0x1c>
40213e4e: 050c movi.n a5, 0
40213e50: 07b467 bgeu a4, a6, 40213e5b <init_bss_data+0x13>
40213e53: 004452 s8i a5, a4, 0
40213e56: 441b addi.n a4, a4, 1
40213e58: f79467 bne a4, a6, 40213e53 <init_bss_data+0xb>
40213e5b: f00d ret.n
40213e5d: 00 .byte 00
40213e5e: 00 .byte 00
40213e5f: 00 .byte 00
40213e60: 08 90 fe 3f
40213e64: 10 90 fe 3f
40213e68: cc 24 00 40
Statistics: Posted by FrenkR — Wed Oct 05, 2022 9:30 am
Statistics: Posted by xytsrm — Tue Sep 20, 2022 10:48 pm
Statistics: Posted by Just — Fri Sep 16, 2022 9:20 am
Statistics: Posted by andrea05256 — Thu Jul 07, 2022 12:52 pm
Statistics: Posted by 315002181huang — Fri Jul 01, 2022 3:36 pm
Statistics: Posted by 315002181huang — Fri Jul 01, 2022 3:31 pm
Statistics: Posted by 315002181huang — Fri Jul 01, 2022 3:16 pm
Statistics: Posted by gailu — Fri May 27, 2022 12:13 pm
Code:
AT+CIPSTART=0,"TCP","192.168.1.103",80\r\n
AT+CIPSEND=0,132\r\n
POST /insert.php, HTTP/1.1\r\n
Host: 192.168.1.103\r\n
User-Agent: Mozilla\r\n
Content-Type: application/x-www-form-urlencoded\r\n\r\n"]
\r\n\r\n
Content-Length: 20\r\n
\r\n\r\n
Col_1=,Dec Value1,&Col_2=,Dec Value2,\r\n\r\n
\r\n\r\n
The response from ESP8266:-
AT+CIPSTART=0,"TCP","192.168.1.103",80
0,CONNECT
OK
AT+CIPSEND=0,132
OK
>
Recv 132 bytes
SEND OK
+IPD,0,488:HTTP/1.1 302 Found
Date: Wed, 18 May 2022 17:00:17 GMT
Server: Apache/2.4.53 (Win64) OpenSSL/1.1.1n PHP/8.1.5
X-Powered-By: PHP/8.1.5
Location: http://192.168.1.103/
Content-Length: 254
Content-Type: text/html; charset=UTF-8
<br />
<b>Warning</b>: Undefined array key "Col_1" in <b>
C:\xampp\htdocs\insert.php</b> on line <b>17</b><br />
<br />
<b>Warning</b>: Undefined array key "Col_2" in <b>
C:\xampp\htdocs\insert.php</b> on line <b>18</b><br />
record created successfully
0,CLOSED
Statistics: Posted by David-OLW — Sun May 22, 2022 11:02 pm
Statistics: Posted by ESP_Frank — Fri May 20, 2022 6:03 pm
Code:
AT+CIPSTART=0,"TCP","192.168.1.103",80\r\n
AT+CIPSEND=0,132\r\n
POST /insert.php, HTTP/1.1\r\n
Host: 192.168.1.103\r\n
User-Agent: Mozilla\r\n
Content-Type: application/x-www-form-urlencoded\r\n\r\n"]
\r\n\r\n
Content-Length: 20\r\n
\r\n\r\n
Col_1=,Dec Value1,&Col_2=,Dec Value2,\r\n\r\n
\r\n\r\n
The response from ESP8266:-
AT+CIPSTART=0,"TCP","192.168.1.103",80
0,CONNECT
OK
AT+CIPSEND=0,132
OK
>
Recv 132 bytes
SEND OK
+IPD,0,488:HTTP/1.1 302 Found
Date: Wed, 18 May 2022 17:00:17 GMT
Server: Apache/2.4.53 (Win64) OpenSSL/1.1.1n PHP/8.1.5
X-Powered-By: PHP/8.1.5
Location: http://192.168.1.103/
Content-Length: 254
Content-Type: text/html; charset=UTF-8
<br />
<b>Warning</b>: Undefined array key "Col_1" in <b>
C:\xampp\htdocs\insert.php</b> on line <b>17</b><br />
<br />
<b>Warning</b>: Undefined array key "Col_2" in <b>
C:\xampp\htdocs\insert.php</b> on line <b>18</b><br />
record created successfully
0,CLOSED
Statistics: Posted by David-OLW — Thu May 19, 2022 2:56 am
Statistics: Posted by ESP_Frank — Wed May 18, 2022 4:47 pm
Statistics: Posted by ankitsingh0012 — Wed May 04, 2022 7:18 pm
Statistics: Posted by David-OLW — Fri Apr 29, 2022 10:48 pm