02-06-2024, 12:05 AM
(02-03-2024, 11:19 PM)admin Wrote: download CH341 USB-Serial Driver for Windows OS or MAC OS. you can search by Google: CH341 USB driver.
Thanks
have managed to get the board up and running and connected to home assistant
I would like to connect a Wiegand keypad/read to IO pins 1&2 and pass the info direct onto home assistant
is the text correct?
# Example configuration entry
wiegand:
- id: mykeypad
d0: GPIO1
d1: GPIO2
on_key:
- lambda: ESP_LOGI("KEY", "received key %d", x);
on_tag:
- lambda: ESP_LOGI("TAG", "received tag %s", x.c_str());
on_raw:
- lambda: ESP_LOGI("RAW", "received raw %d bits, value %llx", bits, value);
Have highlighted the pins on PDF
GPIO.pdf (Size: 6.09 MB / Downloads: 99)