User Tools

Site Tools


esp32-cam-ch340

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
esp32-cam-ch340 [2024/10/27 19:29] – [ESP32-CAM-CH340] brunoesp32-cam-ch340 [2024/10/28 21:42] (current) bruno
Line 1: Line 1:
- 
- 
 ==== ESP32-CAM-CH340 ==== ==== ESP32-CAM-CH340 ====
  
Line 11: Line 9:
   * ''const char *ssid = "Your SSID";''   * ''const char *ssid = "Your SSID";''
   * ''const char *password = "P4ssw0rd";''   * ''const char *password = "P4ssw0rd";''
-  * Menu Tools -> Board -> esp32 -> ESP32 Wrover Module+  * Menu Tools -> Board -> esp32 -> ESP32 Wrover Module <del>(ou AI Thinker ESP32-CAM)</del>
   * Menu Tools -> Partition Scheme ->"Huge APP (3MB No OTA/190K SPIFFS)"   * Menu Tools -> Partition Scheme ->"Huge APP (3MB No OTA/190K SPIFFS)"
   * Push FLASH, push RST, let RST, let FLASH   * Push FLASH, push RST, let RST, let FLASH
   * Menu Sketch -> Upload   * Menu Sketch -> Upload
   * Push RST   * Push RST
 +
 +  * Photo -> ''<nowiki>http://{IP}/capture</nowiki>''
 +  * Stream -> ''<nowiki>http:'//{IP}:81/stream</nowiki>''
 +  * Variables -> ''<nowiki>http://{IP}/status</nowiki>''
 +  * Réglages -> ''<nowiki>http://{IP}/control?var={var}&val={val}</nowiki>''
 +    * Framesize -> ''/control?framesize={n}'' avec n = 0 (96x96) -> 13 UXGA(1600x1200)
 +  * Sauf XCLK -> ''<nowiki>http:'//{IP}/xclk?xclk={xclk}</nowiki>''
 +
 +[[https://randomnerdtutorials.com/esp32-cam-take-photo-display-web-server/]]
 +
 +  * Download [[https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip]]
 +  * Install: Menu Sketch -> Include Library -> Add .ZIP Library...
 +  * idem pour [[https://github.com/me-no-dev/AsyncTCP/archive/master.zip]]
 +  * Code: [[https://github.com/RuiSantosdotme/ESP32-CAM-Arduino-IDE/blob/master/ESP32-CAM-Take-Photo-and-Display-Web-Server/ESP32-CAM-Take-Photo-and-Display-Web-Server.ino]]
 +
 +-> Fonctionne pas :!:
  
 [[https://microcontrollerslab.com/esp32-cam-take-photo-display-web-server/]] [[https://microcontrollerslab.com/esp32-cam-take-photo-display-web-server/]]
esp32-cam-ch340.1730057368.txt.gz · Last modified: 2024/10/27 19:29 by bruno