發表文章

目前顯示的是有「超音波測距&網路伺服器」標籤的文章

超音波測距(HC-SR04)&網頁顯示(wifi_server)

圖片
超音波測距(HC-SR04)&網頁顯示(wifi_server)   超音波測距參考- https://esp32-blairan.blogspot.com/2021/07/blog-post.html 接線 程式碼 #include   <Arduino.h> #include   <WiFi.h> #include   <ESPAsyncWebServer.h> #include   <Ultrasonic.h> // ---------------------     ---------------------     ------------------- //  * | HC-SC04 | Arduino |     | PING))) | Arduino |     | Seeed | Arduino | //  * ---------------------     ---------------------     ------------------- //  * |   Vcc   |   5V    |     |   Vcc   |   5V    |     | ...