Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- esphome:
- name: "esp32-cam-esphome"
- esp32:
- board: esp32dev
- framework:
- type: arduino
- logger:
- api:
- ota:
- password: "coloqueseucodigoOTAaqui"
- wifi:
- ssid: !secret "wifi_ssid"
- password: !secret "wifi_password"
- esp32_camera:
- external_clock:
- pin: GPIO0
- frequency: 10MHz
- 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
- name: "Camera da Entrada"
- jpeg_quality: 10
- max_framerate: 10 fps
- idle_framerate: 0.1 fps
- vertical_flip: false
- switch:
- - platform: gpio
- name: "Camera da Entrada LED"
- pin: 4
- - platform: restart
- name: "esp32-cam-esphome - Restart"
- id: restart_switch
- binary_sensor:
- - platform: gpio
- pin: GPIO12
- name: "Campainha ESP32"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement