У нас вы можете посмотреть бесплатно 🔴 ESP32-CAM Webserver, einfach erklärt! | или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In diesem zweiten Video der kleinen Serie über das ESP32-CAM Modul, machen wir das ESP32-CAM Webserver Beispiel Projekt. Wir man eine statische IP-Adresse festlegt und welche Einstellmöglichkeiten wir in der CAM-Web Oberfläche haben könnt ihr auch hier in diesem Video lernen. Nach diesem Video bin ich sicher, .......JEDER KANN DAS!!! ★☆★ 🛒 On-line shop bei Edi's Techlab 📒 ★☆★ ► Edi’s Techlab e-book Shop: https://edistechlab.com/product-categ... ► Edi’s Techlab Webseite: https://edistechlab.com/ ★☆★ 💶 Wenn ihr den Kanal unterstützen wollt oder mir ein Bier ausgeben wollt: ★☆★ https://www.paypal.me/edistechlab Die Links und Videos zu der Beschreibung vom Projekt: ► ESP32-CAM - Webserver: https://edistechlab.com/die-esp32-cam... ► ESP32-CAM - Pinout: https://edistechlab.com/esp32-cam-pin... ► ESP32-CAM - Pinout Video: • Das ESP32-CAM Pin-out - einfach erklärt! |... Json Link für ESP32 und ESP8266 https://dl.espressif.com/dl/package_e..., http://arduino.esp8266.com/stable/pac... Source-Code für die Statische IP-Adresse const char* ssid = "*********"; //--Wi-Fi SSID eingeben const char* password = "*********"; //--Wi-Fi Passwort eingeben // Hier definieren wir die IP-Adresse, Gateway und das Subnet IPAddress local_IP(192, 168, 0, 150); IPAddress gateway(192, 168, 0, 1) IPAddress subnet(255, 255, 255, 0); if(!WiFi.config(local_IP, gateway, subnet)) {Serial.println("Fehler beim IP-Adresse zuweisen!");} WiFi.begin(ssid, password); ★☆★ Material ★☆★ ► ESP32-CAM: * https://amzn.to/34Oq5cT - ESP32-CAM - Kamera Modul * https://amzn.to/30VPkZE - ESP32-CAM - OV2640 2MP Kamera + FT232RL Adapter und Kabel * https://amzn.to/36ZrPmp - 2x ESP32-CAM - Kamera Modul * https://amzn.to/3nH2Slg - 3x ESP32-CAM - Kamera Modul * https://amzn.to/34NGheb - ESP32-CAM - Kamera Modul - 8 dBi WiFi Antenne ►ESP32 und ESP32 Node-MCU Boards: * https://amzn.to/3erQVKq - ESP32 Node-MCU Board * https://amzn.to/2Om89OW - 3er Set ESP32 Node-MCU Board * https://amzn.to/3erIkaS - 5er Set ESP32 Node-MCU Board * https://amzn.to/2Ct9H7c - 4 Stück ESP32 Module ►Jumper Wire: https://amzn.to/2WxKwIl - Female to Female F2F 40 STK. je 20 cm https://amzn.to/2xeKb2V - Set 3 x 40 STK. je 20 cm M2M/ F2M / F2F ►Breadboard: https://amzn.to/2QQ7JSL - Breadboard Steckbrett mit 830 Kontakten ►USB Kabel: https://amzn.to/2y01THN - USB A auf Micro USB Kabel 0.5m https://amzn.to/2xkgqgQ - USB auf Mini USB Kabel 0.5m https://amzn.to/2QBxCp7 - USB A zu USB B Kabel 0.5m ►Raspberry Pi: https://amzn.to/2J3w8j4 - Raspberry Pi 3 Starterset https://amzn.to/2Uo9tDu - Raspberry Pi 3 https://amzn.to/3djpovz - Raspberry Pi 4 -1GB Kit https://amzn.to/2QDoiBc - Raspberry Pi 4 -1GB https://amzn.to/2WAgkMO - Raspberry Pi 4 -2GB Kit https://amzn.to/2Up5Ehj - Raspberry Pi 4 - 2GB https://amzn.to/2wr0rxD - Raspberry Pi 4 -4GB Kit https://amzn.to/2Uobpfe - Raspberry Pi 4 - 4GB ►Micro SD Speicherkarten: https://amzn.to/399tX8c - SanDisk Ultra 16GB https://amzn.to/2UrI5Ex - SanDisk Ultra 32GB https://amzn.to/3dmbo40 - SanDisk Ultra 64GB https://amzn.to/2J7rFfv - SanDisk Ultra 128GB https://amzn.to/2U68eKa - SanDisk Ultra 256GB https://amzn.to/2U68fxI - SanDisk Ultra 512GB ►Netzteile: https://amzn.to/3beWY3V - 2er-Pack USB Ladegerät 5V/2A https://amzn.to/398WzP9 - Raspberry Pi 4 Netzteil, USB-C, 5.1V, 3A https://amzn.to/2wsS8Bh - HomeSpot Netzteil 3A/5V inkl. 1,5M Micro USB Kabel ► Elektronik Bauteile: https://amzn.to/3fzAe0M - Widerstand Set https://amzn.to/2PuswtC - Drehpotentiometer https://amzn.to/2IGjcmY - Transistor Set 200 Teile https://amzn.to/2W2LlHW - Transistor Set 750 Teile ------------------------- Mehr von Edi's Techlab --------------------------- FACEBOOK: / edis.techlab.new INSTAGRAM: / edistechlab WEBSEITE: https://edistechlab.com TWITTER: / edistechlab PATREON: / edistechlab IMPRESSUM: https://edistechlab.com/impressum/ --------------------------------------------------------------------------------------------- Meine Videos enthalten bezahlte Produktplatzierungen. Alle Links mit "*" sind Amazon Affiliate Links. Edi’s TechLab ist Partner am Amazon Affiliate Partner Programm Alle Materialien und Geräte wurden selbst erworben.