Statistics: Posted by ESP_Sprite — Mon Jun 26, 2023 5:09 pm — Replies 0 — Views 48450
Statistics: Posted by jkoperwas — Fri Feb 17, 2023 11:54 pm — Replies 0 — Views 62196
Statistics: Posted by Rob — Thu Feb 09, 2023 3:15 pm — Replies 0 — Views 56994
Statistics: Posted by Tom83 — Thu Feb 02, 2023 12:45 am — Replies 0 — Views 49500
Statistics: Posted by Amorphous — Wed Feb 01, 2023 8:03 pm — Replies 0 — Views 10434
Statistics: Posted by michelepa — Tue Jan 31, 2023 9:36 pm — Replies 0 — Views 53792
Statistics: Posted by Tom83 — Thu Jan 19, 2023 10:39 pm — Replies 0 — Views 9980
Statistics: Posted by s56ffb — Sun Jan 01, 2023 11:07 pm — Replies 0 — Views 12060
Statistics: Posted by Green BMS — Thu Dec 29, 2022 9:30 pm — Replies 0 — Views 52547
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 — Replies 0 — Views 12029
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 — Replies 0 — Views 12223
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 — Replies 0 — Views 12018
Statistics: Posted by mhh.2000 — Sat Dec 17, 2022 10:18 am — Replies 0 — Views 9698
Statistics: Posted by DonP — Fri Dec 02, 2022 3:06 pm — Replies 0 — Views 12193
Statistics: Posted by xjxlui — Wed Nov 30, 2022 11:29 am — Replies 0 — Views 9735
Statistics: Posted by Breixo — Tue Nov 15, 2022 9:10 pm — Replies 0 — Views 9897
Statistics: Posted by Ronak Jain — Mon Nov 14, 2022 6:08 pm — Replies 0 — Views 12275
Statistics: Posted by MehdiSoheili — Sun Nov 13, 2022 8:19 am — Replies 0 — Views 12125
Statistics: Posted by hiddenotebook — Mon Nov 07, 2022 12:36 am — Replies 0 — Views 9740
Statistics: Posted by johnxue — Wed Oct 19, 2022 12:54 am — Replies 0 — Views 12030
Statistics: Posted by rayleong — Mon Oct 17, 2022 5:20 pm — Replies 0 — Views 10225
Statistics: Posted by xytsrm — Thu Oct 13, 2022 12:45 am — Replies 0 — Views 10119
Statistics: Posted by peter.hanak — Tue Oct 11, 2022 7:50 pm — Replies 0 — Views 9703
Statistics: Posted by xytsrm — Tue Sep 20, 2022 10:48 pm — Replies 0 — Views 9970
Statistics: Posted by Just — Fri Sep 16, 2022 9:20 am — Replies 0 — Views 12382
Statistics: Posted by andrea05256 — Thu Jul 07, 2022 12:52 pm — Replies 0 — Views 46829
Statistics: Posted by 315002181huang — Fri Jul 01, 2022 3:36 pm — Replies 0 — Views 9835
Statistics: Posted by 315002181huang — Fri Jul 01, 2022 3:31 pm — Replies 0 — Views 9811
Statistics: Posted by 315002181huang — Fri Jul 01, 2022 3:16 pm — Replies 0 — Views 9760
Statistics: Posted by gailu — Fri May 27, 2022 12:13 pm — Replies 1 — Views 5623
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 — Replies 0 — Views 10473
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 — Replies 0 — Views 10177
Statistics: Posted by David-OLW — Fri Apr 29, 2022 10:48 pm — Replies 0 — Views 12240
Statistics: Posted by extro — Sat Apr 23, 2022 4:11 am — Replies 0 — Views 13704
Statistics: Posted by andrea05256 — Tue Mar 29, 2022 1:34 am — Replies 0 — Views 9530
Statistics: Posted by andrea05256 — Sat Mar 26, 2022 7:55 am — Replies 0 — Views 10106
Statistics: Posted by Inquisitor — Fri Mar 11, 2022 5:06 am — Replies 0 — Views 22105
Code:
-- start of relevant code
conn = nil
-- This code defines the variable "conn" as a command to create a client.
-- Documentation for net.createConnection can be found here. https://nodemcu.readthedocs.io/en/dev/en/modules/net/#netcreateconnection
-- The format of the variable & parameters are: net.createConnection(type, secure); i.e. Type = TCP
conn=net.createConnection(net.TCP, 0)
-- This code attempts to connect to the IFTTT Maker channel on port 80.
-- Documentation for the :dns function can be found here: https://nodemcu.readthedocs.io/en/dev/en/modules/net/#netsocketdns
-- If a connection can be made, then the connection function below will be executed, and the IP address printed.
conn:dns("maker.ifttt.com",function(conn,ip)
-- When connected to computer wifi, "ip" returns true and executes block. When connected to home wifi "ip" returns false and the block is not executed.
if (ip) then
print("We can connect to " .. ip)
conn:connect(80,ip)
else
dofile("3_delay.lua")
end
end)
-- end of relevant code
Statistics: Posted by carlojoe — Sat Mar 05, 2022 1:31 pm — Replies 1 — Views 14023
Code:
esp_now_add_peer(mac,role,channel,key,size)
Statistics: Posted by dvpe — Fri Mar 04, 2022 6:11 pm — Replies 0 — Views 12092
Code:
ets Jan 8 2013,rst cause:0, boot mode:(3,0)
unknown reset
ets_main.c
Code:
vTaskDelay(5000 / portTICK_PERIOD_MS);
esp_deep_sleep(30000000);
Code:
ets Jan 8 2013,rst cause:0, boot mode:(3,0)
unknown reset
ets_main.c
Statistics: Posted by cubic — Wed Feb 16, 2022 2:45 pm — Replies 0 — Views 11995
Statistics: Posted by yingzezigai — Tue Feb 15, 2022 4:43 pm — Replies 0 — Views 12232
Statistics: Posted by ChrisO — Tue Feb 01, 2022 3:25 am — Replies 0 — Views 9867
Statistics: Posted by banach87 — Sun Jan 16, 2022 1:18 am — Replies 0 — Views 12109
Statistics: Posted by ChrisO — Sat Jan 15, 2022 3:44 am — Replies 0 — Views 9704
Code:
brlrl
ready
Statistics: Posted by stark2k — Tue Jan 11, 2022 7:45 am — Replies 0 — Views 12112
Statistics: Posted by ChrisO — Tue Jan 11, 2022 6:15 am — Replies 0 — Views 9985
Statistics: Posted by ChrisO — Tue Jan 11, 2022 6:03 am — Replies 0 — Views 9784