EasyManua.ls Logo

DFRobot FireBeetle ESP32-E - Page 62

DFRobot FireBeetle ESP32-E
92 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
p
HTTPClient
begin()
Description: Analyze the incoming URL parameter information
GET()
Description: Send get request to server
end() Description: end this connection
DynamicJsonDocument
deserializeJson()
Description: analyze Json
as()
Description: Get the top node and convert it to T-type
9.4 Blutooth
This demo creates a BLE_Server that can provide data and send notification for the client. When the server receives the data from the client, it
will send the received data to the client in the form of notification. That is, the notification service provided by BLE server in this demo only
serves to return the received client data.