当前位置:网站首页>ESP8266
ESP8266
2022-06-27 02:49:00 【one billion six hundred and fifteen million five hundred and fo】
Additional development board management website is what to use ?
![]()
This website can let arduino Get the library function of the main chip of the development board . Let's write code that can directly call library functions .
How to test the quality of the development board ?
Use blink example Have a try , have a look led Flashing no ?
Implementation process of web server interaction
8266 The running code sets the path and message type sent by the web page as matching parameters , To call different functions .
esp8266_server.on("/", HTTP_GET, handleRoot);
esp8266_server.on("/LED", HTTP_POST, handleLED);
esp8266_server.onNotFound(handleNotFound); Whenever a client sends to the server HTTP When asked , We can use on Function to set HTTP Request callback function .
adopt HTTP Request callback function , We can get ESP8266 The server generates a response message and sends it to HTTP Requesting client .
server.on(uri, uri_handler);
server.on(uri, method, uri_handler);
– uri: HTTP Request the requested by the client uri( Parameter type :const String*)
– uri_handler: HTTP Request callback function ( Parameter type :THandlerFunction)
– method: This parameter is used to set the... Used when sending response information to the client HTTP Method . The following are the response method keywords to choose from .
HTTP_ANY
HTTP_GET
HTTP_POST
HTTP_PUT
HTTP_PATCH
HTTP_DELETE
HTTP_OPTIONS
Reference resources :
ESP8266 – ESP8266WebServer library – on – Taiji maker
ESP8266 Be able to act as softAP( route AP)/station( Terminal equipment ).ESP8266 It can transparently transmit serial port data . The maximum rate is 4Mbps.
You can use the official AT The firmware , You can also use it yourself SDK Developing firmware (non-OS SDK and RTOS SDK). I can't SDK Development , So use it directly AT Firmware to transparently transmit data .
https://zhuanlan.zhihu.com/p/166536234
边栏推荐
- 谷歌开始卷自己,AI架构Pathways加持,推出200亿生成模型
- Look! In June, 2022, the programming language ranking list was released! The first place is awesome
- 参数估计——《概率论及其数理统计》第七章学习报告(点估计)
- Google began to roll itself, AI architecture pathways was blessed, and 20billion generation models were launched
- Test the respective roles of nohup and &
- C # check whether the date is in the correct format
- Parameter estimation -- Chapter 7 study report of probability theory and mathematical statistics (point estimation)
- bluecms代码审计入门
- 【数组】剑指 Offer II 012. 左右两边子数组的和相等 | 剑指 Offer II 013. 二维子矩阵的和
- "All majors are persuading them to quit." is it actually the most friendly to college students?
猜你喜欢

pytorch_ grad_ Cam -- visual Library of class activation mapping (CAM) under pytorch

Yuantou firm offer weekly record 20220627

pytorch_grad_cam——pytorch下的模型特征(Class Activation Mapping, CAM)可视化库

TechSmith Camtasia latest 2022 detailed function explanation Download

Constraintlayout Development Guide

记录unity 自带读取excel的方法和遇到的一些坑的解决办法

学习太极创客 — MQTT 第二章(二)ESP8266 QoS 应用

Learn Tai Chi Maker - mqtt (VIII) esp8266 subscribe to mqtt topic

Brief introduction of 228 dropout methods of pytorch and fast implementation of dropblock with 4 lines of code based on dropout
![[array] sword finger offer II 012 The sum of left and right subarrays is equal | sword finger offer II 013 Sum of two dimensional submatrix](/img/e4/7bae2a109dcf5e2a8f032e73b89479.png)
[array] sword finger offer II 012 The sum of left and right subarrays is equal | sword finger offer II 013 Sum of two dimensional submatrix
随机推荐
three. JS domino JS special effect
Fork (), exec (), waitpid (), $? > > in Perl 8 combination
Paddlepaddle 19 dynamically modify the last layer of the model
Oracle/PLSQL: Substr Function
使用命令行安装达梦数据库
对数器
How do I simplify the development of interfaces in open source systems?
Sample development of WiFi IOT Hongmeng development kit
Web development framework - Express (installation and use, static hosting, routing processing, use of Middleware)
Memcached basics 11
学习太极创客 — MQTT 第二章(三)保留消息
Brief introduction of 228 dropout methods of pytorch and fast implementation of dropblock with 4 lines of code based on dropout
Yalm 100b: 100billion parameter open source large model from yandex, Russia, allowing commercial use
C# Tcp服务器如何限制同一个IP的连接数量?
Flink学习2:应用场景
Hot discussion: what are you doing for a meaningless job with a monthly salary of 18000?
docker部署redis集群
学习太极创客 — MQTT(七)MQTT 主题进阶
Learn Tai Chi maker mqtt (IX) esp8266 subscribe to and publish mqtt messages at the same time
Cvpr2022 | pointdistiller: structured knowledge distillation for efficient and compact 3D detection