2024年12月4日星期三 上午1:44:46

浴室镜 卫浴镜

1 个月 前
#47682 引用
Bathroom mirror touch sensor for  esp32

触摸功能触摸按键  - ESP32 Touch Pad
触摸传感器系统由保护覆盖层、触摸电极、绝缘基板和走线组成,保护覆盖层位于最上层,绝缘基板上设有电极及走线。触摸覆盖层将引起电容变化,根据电容变化,可以判断此次触摸是否为有效触摸行为。

触摸传感器可以以矩阵或滑条等方式组合使用,从而覆盖更大触感区域及更多触感点。触摸传感由软件或专用硬件计时器发起,由有限状态机 (FSM) 硬件控制。
ESP32 Touch Pad[/b]
https://esphome.io/components/binary_sensor/esp32_touch.html

工作电压:3.3-12VDC




Display + touch implementation

触摸开关
触摸开关需要激光把镜子背面开关位置弄成透明的才行
要求把镜子后面的水银镀膜用激光打出图案,触摸开关的背光穿过镜子在前面会有相对应的发光图案,整体的效果跟买的成品一样



search  WS08F3 LED灯光蓝牙除雾三路独立触摸开关 三键镜灯触摸感应开关
search 12v镜子灯触摸屏感应开关 esp32


https://item.taobao.com/item.htm?abbucket=14&id=722094967766&ns=1&pisk=gt7IHF4MUvDQSanFDzFwcP6SgtY5wTaqdbORi_3EweLpeG1cFpPuxeS6FOB6p2P3x3p5KeKlYLJeFU1lh5y4ur5htUYT3-z2eie5ZedpeQK8wddDG-zQ7lPdtUY8Ffu80r1hH35kvBdJ65OyaQddeHC96Bv9wDLRedK9MIkpyUB81hdk9QdpwBLTWBJtpQKJyPd9TIkKpQd811pMabJEGQZBK6NGjQEffVcfsdg-yNOTEefQXqdhJBaHh69_Ho7soH9A9dg7nENn7L9GkRr1stsdLCX7lRTAmO_WDUaInBsOGFpekoi6R1WhleQbd2RwSp-A2hNLJ1TBdhOFQXnWRgBhPHjIZSf9JOjDnHEgIC_Fu39DfAed_19pcg6UI4pFc1B60NkZuEIcCatvkglxuKMbr0G6m4O635Nsq0jOFoHnSLaNSHdMOhP_1vIkvCA635Nsq0xpsBO415Mdq&priceTId=2147814a17292518520036066e150f&skuId=5024448325923&spm=a21n57.1.item.4.784c523cyvmAgs&utparam=%7B%22aplus_abtest%22%3A%223075eeeaff49f6e4cb482b99ff9ad9f7%22%7D&xxc=taobaoSearch
0
1 个月 前
#47683 引用
Touch switch with background light

Sonoff touch TX touch backlight turn off
https://github.com/esphome/issues/issues/1310

ESP32-White-Display

Smart Bathroom Mirror

Nextion LCD Display
https://esphome.io/components/display/nextion

https://github.com/duderu-erik/esp32-nextion




Touch switch with background light

Trumsense WS08F3 Bathroom Mirror Led Light

search WS08F3 esp32
search  Mirror Touch switch


https://blog.matterxiaomi.com/blog/Bathroom-Mirror-part1/



https://www.aliexpress.us/item/2251832658406277.html?spm=a2g0o.home.01008.3.650c2c25oUCeAK&gatewayAdapt=glo2usa4itemAdapt

http://cncc.bingj.com/cache.aspx?q=WS08F3+esp32&d=4551020813242264&mkt=en-US&setlang=en-US&w=mPmnNWiqXRkVkK405MD0NIm-xaIfY_f7


Setup two binary sensors for the two areas for touch
0
1 个月 前
#47685 引用
Light Strip Controller

WS2812/WS2815灯带通过esphome接入HA
https://bbs.hassbian.com/thread-8963-1-1.html


For now I have used a gledopto zigbee CW/WW controller to control the warm white and cold white LED using the original 24v power supply./ That works great.
Gledopto Zigbee 3.0 Ultra Thin Mini RGBCCT WWCW LED Light Strip Controller
a
0
1 个月 前
#47687 引用
1
0
1 个月 前
#47688 引用
mirror heating

The mirror heating is now controlled by a zigbee OnOff switch:
https://s.click.aliexpress.com/e/_DmF0s4r 7

















https://www.homemade-circuits.com/ttp223-capacitive-touch-module-explained/
0
1 周 前
#51766 引用
ttp 223 + ESP32

taobao


These modules work using 2.5V to 5V. They are all pre-debounced, all you need is to provide the DC supply across the VC and GND terminals, and you get an output in the middle.

There are 10 capacitive touch inputs on the ESP32
GPIO4, GPIO0, GPIO2, GPIO15, GPIO13, GPIO12, GPIO14, GPIO27, GPIO33, GPIO32

detail:https://esphome.io/components/binary_sensor/esp32_touch.html#finding-thresholds


具体接线是:
1)VCC——ESP32——TTP223
2)GND——ESP32——TTP223
3)I/O(TTP223)——GPIO14(ESP32) - 把GPIO14作为TTP223的输出


https://blog.matterxiaomi.com/blog/bathroom-mirror-part4/
0
1 周 前
#51767 引用
用Tasmota刷的ESP01S + TTP223
只接VCC和GND,ESP01S可以正常启动连接WIFI。
但我需要接一个继电器和一个触摸开关TTP223。
接继电器就不说了,问题不大,接IO0可以正常使用。


具体接线是:
1)VCC——ESP01S——TTP223
2)GND——ESP01S——TTP223
3)I/O(TTP223)——IO2(ESP01S) - 把RX作为TTP223的输入可用
0