Search this site
Embedded Files
Skip to main content
Skip to navigation
Technik & Software erklärt
Startseite
Impressum
HomeAssistant
Sonoff Basic R2
Sonoff Basic R2 Relais
Sonoff Basic R2 Neopixel
DHT11 und Relais
ESP32 Cam
C# Visual Studio
Checkboxen und Button
CheckedListBox und Listen
DataGridView
DateTime
Dateien und Ordner
DropdownMenü ComboBox
Mini Webradio
RichTextBox und Dialoge
Timer & Radiobuttons
Serielle Kommunikation
Weblinks
Projekte
Holzbasteleien
Kleiner Küchentisch
Rollbare Truhe
Werkbank
Wohnzimmerregal
Heimsteuerung
Eigenbau Lampe
Shelly
Modellbahn
Quellcodes Signalsteuerung
Schaltpläne
Projektideen
Versuche/Tests
Gleisbesetztmeldung
Arduino
Uno
Bluetooth Modul HC-05
RGB Controller
PCF8574 Portexpander
Serielle Kommunikation
PCA9685 16 Kanal PWM
IR Funktionen
IR Scanner
IR Control
Mega
Bluetooth Modul HC-05
Wemos D1 Mini
Bluetooth Modul HC-05
PCF8574 Portexpander 8 Fach
Neopixel RGB
Wifi Kommunikation
PCF8591 Portexpander
PCF8575 Portexpander
Alexa und Sinric pro
DimSwitch
Dimmschalter und Temperatursensor
Fensterkontakt
Beetle MCU
Input/Output
PWM/Dimmen
Raspberry Pi
GPIO
Kleine Helfer
GUI
Listen, Schleifen
Textdatei
I2C
Portexpander
LCD
Node Red
Ultraschall
Nützliche Links
MQTT
Shelly MQTT
DHT11 Temperaturfühler
CPU Last/Temperatur
Radioliste
Beispiele
Node Red und PCF8591
Node Red und PCF8575
Mikrofonsensor
Sonstiges
Wago SPS
EnOcean
LibreOffice Makros
Kontakt
Technik & Software erklärt
Startseite
Impressum
HomeAssistant
Sonoff Basic R2
Sonoff Basic R2 Relais
Sonoff Basic R2 Neopixel
DHT11 und Relais
ESP32 Cam
C# Visual Studio
Checkboxen und Button
CheckedListBox und Listen
DataGridView
DateTime
Dateien und Ordner
DropdownMenü ComboBox
Mini Webradio
RichTextBox und Dialoge
Timer & Radiobuttons
Serielle Kommunikation
Weblinks
Projekte
Holzbasteleien
Kleiner Küchentisch
Rollbare Truhe
Werkbank
Wohnzimmerregal
Heimsteuerung
Eigenbau Lampe
Shelly
Modellbahn
Quellcodes Signalsteuerung
Schaltpläne
Projektideen
Versuche/Tests
Gleisbesetztmeldung
Arduino
Uno
Bluetooth Modul HC-05
RGB Controller
PCF8574 Portexpander
Serielle Kommunikation
PCA9685 16 Kanal PWM
IR Funktionen
IR Scanner
IR Control
Mega
Bluetooth Modul HC-05
Wemos D1 Mini
Bluetooth Modul HC-05
PCF8574 Portexpander 8 Fach
Neopixel RGB
Wifi Kommunikation
PCF8591 Portexpander
PCF8575 Portexpander
Alexa und Sinric pro
DimSwitch
Dimmschalter und Temperatursensor
Fensterkontakt
Beetle MCU
Input/Output
PWM/Dimmen
Raspberry Pi
GPIO
Kleine Helfer
GUI
Listen, Schleifen
Textdatei
I2C
Portexpander
LCD
Node Red
Ultraschall
Nützliche Links
MQTT
Shelly MQTT
DHT11 Temperaturfühler
CPU Last/Temperatur
Radioliste
Beispiele
Node Red und PCF8591
Node Red und PCF8575
Mikrofonsensor
Sonstiges
Wago SPS
EnOcean
LibreOffice Makros
Kontakt
More
Startseite
Impressum
HomeAssistant
Sonoff Basic R2
Sonoff Basic R2 Relais
Sonoff Basic R2 Neopixel
DHT11 und Relais
ESP32 Cam
C# Visual Studio
Checkboxen und Button
CheckedListBox und Listen
DataGridView
DateTime
Dateien und Ordner
DropdownMenü ComboBox
Mini Webradio
RichTextBox und Dialoge
Timer & Radiobuttons
Serielle Kommunikation
Weblinks
Projekte
Holzbasteleien
Kleiner Küchentisch
Rollbare Truhe
Werkbank
Wohnzimmerregal
Heimsteuerung
Eigenbau Lampe
Shelly
Modellbahn
Quellcodes Signalsteuerung
Schaltpläne
Projektideen
Versuche/Tests
Gleisbesetztmeldung
Arduino
Uno
Bluetooth Modul HC-05
RGB Controller
PCF8574 Portexpander
Serielle Kommunikation
PCA9685 16 Kanal PWM
IR Funktionen
IR Scanner
IR Control
Mega
Bluetooth Modul HC-05
Wemos D1 Mini
Bluetooth Modul HC-05
PCF8574 Portexpander 8 Fach
Neopixel RGB
Wifi Kommunikation
PCF8591 Portexpander
PCF8575 Portexpander
Alexa und Sinric pro
DimSwitch
Dimmschalter und Temperatursensor
Fensterkontakt
Beetle MCU
Input/Output
PWM/Dimmen
Raspberry Pi
GPIO
Kleine Helfer
GUI
Listen, Schleifen
Textdatei
I2C
Portexpander
LCD
Node Red
Ultraschall
Nützliche Links
MQTT
Shelly MQTT
DHT11 Temperaturfühler
CPU Last/Temperatur
Radioliste
Beispiele
Node Red und PCF8591
Node Red und PCF8575
Mikrofonsensor
Sonstiges
Wago SPS
EnOcean
LibreOffice Makros
Kontakt
ESP32 Cam
Erster Inbetriebnahme mit zusätzlichem Relais - Quellcode (YAML)
Ein passendes Video findet ihr
hier
.
esphome:
name: test-cam
platform: ESP32
board: esp32dev
# Enable logging
logger:
# Enable Home Assistant API
api:
ota:
password: !secret ota_pw_testcam
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Test-Cam Fallback Hotspot"
password: wifi_password_fallback
captive_portal:
esp32_camera:
name: esp32_cam
external_clock:
pin: GPIO0
frequency: 20MHz
i2c_pins:
sda: GPIO26
scl: GPIO27
data_pins: [GPIO5, GPIO18, GPIO19, GPIO21, GPIO36, GPIO39, GPIO34, GPIO35]
vsync_pin: GPIO25
href_pin: GPIO23
pixel_clock_pin: GPIO22
power_down_pin: GPIO32
resolution: 800x600
output:
- platform: gpio
pin: GPIO4
id: gpio_4
- platform: gpio
pin: GPIO33
id: gpio_33
binary_sensor:
- platform: status
name: "ESP32Cam Test status"
sensor:
- platform: wifi_signal
name: "ESP32Cam Test WiFi Signal"
update_interval: 60s
light:
- platform: binary
output: gpio_4
name: "ESP32Cam light"
- platform: binary
output: gpio_33
name: "ESP32Cam LEDBuiltIn"
switch:
- platform: gpio
pin: GPIO2
name: "ESP32Cam Relais"
Google Sites
Report abuse
Google Sites
Report abuse