Search found 16 matches
- 15 Nov 2022, 17:09
- Forum: ESP Easy: Software
- Topic: RFID Wiegand issue with newer Builds after 03_2018
- Replies: 15
- Views: 7129
- 15 Nov 2022, 09:38
- Forum: ESP Easy: Software
- Topic: RFID Wiegand issue with newer Builds after 03_2018
- Replies: 15
- Views: 7129
Re: RFID Wiegand issue with newer Builds after 03_2018
It is posible in plugin 8 (wiegand) to add some timeout for key reading ?
if key readet ok ignoge data from wiegand interface for 1 sec or more
if key readet ok ignoge data from wiegand interface for 1 sec or more
- 09 Nov 2022, 18:06
- Forum: ESP Easy: Hardware
- Topic: ESP32-DevKitCVIE
- Replies: 32
- Views: 6216
Re: ESP32-DevKitCVIE
Thanks
- 09 Nov 2022, 11:04
- Forum: ESP Easy: Hardware
- Topic: ESP32-DevKitCVIE
- Replies: 32
- Views: 6216
Re: ESP32-DevKitCVIE
How to enable notifier feature in custom_ESP32_4m316k? i cant find it in custom.h
- 08 Nov 2022, 11:44
- Forum: ESP Easy: Hardware
- Topic: ESP32-DevKitCVIE
- Replies: 32
- Views: 6216
Re: ESP32-DevKitCVIE
Big Thanks
Now its work normaly
Now its work normaly
- 08 Nov 2022, 11:25
- Forum: ESP Easy: Hardware
- Topic: ESP32-DevKitCVIE
- Replies: 32
- Views: 6216
Re: ESP32-DevKitCVIE
154835: ACT : Asyncevent,checkID=3797686,933,1035 154852: EVENT: checkID=3797686,933,1035 154858: ACT : Let,997,(933+1035)/2 154868: ACT : Let,998,933+1 154877: ACT : let,996,1035-933 154908: ACT : Let,998,934+1 154915: ACT : Asyncevent,checkID=3797686,935,1035 154941: EVENT: checkID=3797686,935,10...
- 08 Nov 2022, 10:13
- Forum: ESP Easy: Hardware
- Topic: ESP32-DevKitCVIE
- Replies: 32
- Views: 6216
Re: ESP32-DevKitCVIE
ESP32-D0WDQ5-V3 chip
- 08 Nov 2022, 09:42
- Forum: ESP Easy: Hardware
- Topic: ESP32-DevKitCVIE
- Replies: 32
- Views: 6216
Re: ESP32-DevKitCVIE
rules1.txt On checkID Do // %eventvalue1% = key // %eventvalue2% = lower limit index // %eventvalue3% = upper limit index Let,997,(%eventvalue2%+%eventvalue3%)/2 // Compute "middle" index Let,998,[int#997]+1 // [int#%v997%] is the key in the middle of our search range If %eventvalue1% = [i...
- 08 Nov 2022, 08:36
- Forum: ESP Easy: Hardware
- Topic: ESP32-DevKitCVIE
- Replies: 32
- Views: 6216
Re: ESP32-DevKitCVIE
found bug in https://espeasy.readthedocs.io/en/latest/Rules/Rules.html#validate-a-rfid-tag-against-a-sorted-list if Let,1018,3787096 Let,1019,3801121 and key not in key list (3797686) it go to loop 457464: EVENT: checkID=3797686,1018,1019 457470: ACT : Let,997,(1018+1019)/2 457476: ACT : Let,998,101...
- 25 Oct 2022, 14:02
- Forum: ESP Easy: Hardware
- Topic: ESP32-DevKitCVIE
- Replies: 32
- Views: 6216
Re: ESP32-DevKitCVIE
500msec
- 25 Oct 2022, 13:26
- Forum: ESP Easy: Hardware
- Topic: ESP32-DevKitCVIE
- Replies: 32
- Views: 6216
Re: ESP32-DevKitCVIE
Wow that work very fast/ SUPER
Big big Thanks
Big big Thanks
- 25 Oct 2022, 07:17
- Forum: ESP Easy: Hardware
- Topic: ESP32-DevKitCVIE
- Replies: 32
- Views: 6216
Re: ESP32-DevKitCVIE
There is no FOR loop in rules, but we can sort of simulate that using the LoopTimerSet/LoopTimerSet_ms commands. Some remarks: - Set serial logging to ERROR level, to avoid memory issues, as there will be a lot of logging in quick succession. Below script will log a few messages at ERROR level, tho...
- 24 Oct 2022, 17:52
- Forum: ESP Easy: Hardware
- Topic: ESP32-DevKitCVIE
- Replies: 32
- Views: 6216
Re: ESP32-DevKitCVIE
to store user keys i use system variables and then compare it with tag on Turnstile_out#Tag do Let,0,[Turnstile_out#Tag] event,readet endon on Turnstile_in#Tag do Let,0,[Turnstile_in#Tag] event,readet endon on readet do if %v0%=%v1% event,OkTag endif if %v0%=%v2% event,OkTag endif ............. if %...
- 24 Oct 2022, 16:28
- Forum: ESP Easy: Hardware
- Topic: ESP32-DevKitCVIE
- Replies: 32
- Views: 6216
Re: ESP32-DevKitCVIE
maybe i realy dont need it, but have to try it/
I want to create access system with local copy of user data base/ now i use remote user base and some times have problems with WIFI ( and cant open doors
) i need 150+ users
I want to create access system with local copy of user data base/ now i use remote user base and some times have problems with WIFI ( and cant open doors

- 24 Oct 2022, 16:00
- Forum: ESP Easy: Hardware
- Topic: ESP32-DevKitCVIE
- Replies: 32
- Views: 6216
Re: ESP32-DevKitCVIE
It can be created with Platformio custom buidl? I cant find where can change flash size
- 24 Oct 2022, 15:41
- Forum: ESP Easy: Hardware
- Topic: ESP32-DevKitCVIE
- Replies: 32
- Views: 6216
ESP32-DevKitCVIE
Hello
that firmware is best for this board ESP32-DevKitCVIE https://www.espressif.com/en/products/d ... 32-devkitc
it has ESP32-WROVER-IE and 8 MB Flash + 8 MB PSRAM
Thanks
that firmware is best for this board ESP32-DevKitCVIE https://www.espressif.com/en/products/d ... 32-devkitc
it has ESP32-WROVER-IE and 8 MB Flash + 8 MB PSRAM
Thanks