Posts: 7,303
Threads: 913
Joined: Oct 2020
Reputation:
182
02-11-2025, 12:30 PM
(This post was last modified: 02-11-2025, 12:30 PM by admin.)
the item wifi "ssid" and "passowrd" only use for STA mode, there are STA options, NOT for AP mode.
when use AP mode, AP name fixed by "KC868_A8-xxxxxxxxxxxxxxx", NO password needed, can't set the AP's password. it use for public.
Posts: 17
Threads: 2
Joined: Jan 2025
Reputation:
0
02-16-2025, 06:05 PM
(This post was last modified: 02-16-2025, 06:17 PM by kulibin.)
Can I connect two ultrasonic HC-SR04 sensors? If yes, which convectors ?
In my ESP-32 i connect to 32-33 and 25-25 terminals Thanks
Posts: 7,303
Threads: 913
Joined: Oct 2020
Reputation:
182
if the HC-SR04 output dry contact signal, you can connect with free gpio ports or digital input ports.
Posts: 7,303
Threads: 913
Joined: Oct 2020
Reputation:
182
i think you should ask the sensor seller or technical support. i have not used this sensor.
Posts: 17
Threads: 2
Joined: Jan 2025
Reputation:
0
Can I connect two ultrasonic sensors a02yyuw that operate on UART? It works on my ESP-32. Below is the code for Tx Rx. If so, what inputs should I connect to?
uart:
- id: uart_1
tx_pin: GPIO12 #blue
rx_pin: GPIO13 # green
baud_rate: 9600
- id: uart_2
tx_pin: GPIO17 # blue
rx_pin: GPIO16 # green
baud_rate: 9600
Posts: 7,303
Threads: 913
Joined: Oct 2020
Reputation:
182
you can try to use S1,S2,S3,S4 ports, but i am not sure whether can work as serial port.
Posts: 7,303
Threads: 913
Joined: Oct 2020
Reputation:
182
KCS firmware not support customize device. every product have private protocol.