完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我正在尝试将数据从 esp8266-arduino 发送到我的网站,但不幸的是我不能
这是我的代码 #include #include #include #include #include ESP8266WiFiMulti WiFiMulti; String myURL = "http://alfa8400.000webhostapp.com/index.php?"; // String first = "alfa"; String second = "vita"; void setup() { Serial.begin(115200); 序列号.println(); 序列号.println(); 序列号.println(); 对于 (uint8_t t = 4; t > 0; 序列号.flush(); 延迟(1000); } WiFi.mode(WIFI_STA); WiFiMulti.addAP("用户名", "密码"); } if ((WiFiMulti.run() == WL_CONNECTED)) { WiFiClient 客户端; HTTP客户端http; Serial.print("[HTTP] 开始...n"); 如果 (http.begin(client, myURL+"first="+first+"&second="+second)) Serial.print("[HTTP] GET...n"); // http.begin(myURL); // int httpCode = http.GET(); //如果 (httpCode > 0) { // Serial.printf("[HTTP] GET... code: %d", httpCode); // httpCode 在出错时将为负数 如果(httpCode == HTTP_CODE_OK || httpCode == HTTP_CODE_MOVED_PERMANENTLY){ String payload = http.getString(); Serial.println(有效载荷); } } else { Serial.printf("[HTTP] GET...失败,错误:%s", http.errorToString(httpCode).c_str()); } http.end(); } else { Serial.printf("[HTTP} 无法连接"); } } 延迟(10000); |
|
相关推荐
|
|
只有小组成员才能发言,加入小组>>
310 浏览 1 评论
551浏览 6评论
461浏览 5评论
有没有办法在不使用混杂模式的情况下实现Wifi驱动程序接收缓冲区访问中断呢?
443浏览 5评论
445浏览 4评论
415浏览 4评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-23 11:32 , Processed in 0.708352 second(s), Total 76, Slave 59 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号