comparison espNode/cam/cam-ws-tt.yaml @ 1720:842b5487556c

new cam setups
author drewp@bigasterisk.com
date Wed, 01 Mar 2023 20:37:24 -0800
parents
children
comparison
equal deleted inserted replaced
1719:fb082013fa24 1720:842b5487556c
1 esphome:
2 name: "cam-ws-tt"
3 platform: ESP32
4 board: esp32cam
5
6 # mac 24:62:ab:f9:de:5c
7
8 wifi:
9 ssid: !secret wifi_ssid
10 password: !secret wifi_password
11
12 mqtt:
13 broker: '10.2.0.1'
14 port: 1883
15 username: ''
16 password: ''
17
18
19 logger:
20 baud_rate: 115200
21 level: INFO
22
23 ota:
24
25 sensor:
26 - platform: wifi_signal
27 name: "wifi_signal"
28 update_interval: 60s
29
30 binary_sensor:
31 - platform: gpio
32 pin: GPIO12
33 name: "motion"
34 device_class: motion
35
36 light:
37 - platform: monochromatic
38 name: "flash"
39 output: flash_out
40 default_transition_length: 0s
41
42 output:
43 - platform: ledc
44 id: flash_out
45 pin: GPIO4
46 frequency: 19531Hz
47 channel: 4
48
49 esp32_camera:
50 external_clock:
51 pin: GPIO0
52 frequency: 20MHz
53 i2c_pins:
54 sda: GPIO26
55 scl: GPIO27
56 data_pins: [GPIO5, GPIO18, GPIO19, GPIO21, GPIO36, GPIO39, GPIO34, GPIO35]
57 vsync_pin: GPIO25
58 href_pin: GPIO23
59 pixel_clock_pin: GPIO22
60 power_down_pin: GPIO32
61 name: "cam-ws-tt"
62 jpeg_quality: 10
63 vertical_flip: true
64 horizontal_mirror: true
65 # 320x240 640x480 800x600 1024x768 1280x1024 1600x1200
66 resolution: "1600x1200"
67
68 esp32_camera_web_server:
69 - port: 8080
70 mode: stream
71 - port: 8081
72 mode: snapshot