Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp8266 KeybusReader error / BLYNK Zones 17-64 problem #33

Closed
l33d opened this issue Aug 19, 2018 · 1 comment
Closed

esp8266 KeybusReader error / BLYNK Zones 17-64 problem #33

l33d opened this issue Aug 19, 2018 · 1 comment

Comments

@l33d
Copy link

l33d commented Aug 19, 2018

Hi,

Serial output

DSC Keybus Interface is online.
3.00: [0x00] Unrecognized data[CRC OK]

all connect properly (i think) using bc547b (cross collector and emiter in ori schematic diagram) this same problem when use sketch VirtualBlynk. In serial see only DSC Keybus Interface is online or nothing. Connected with server, blynk aplication connected to server properly but nothing works when zone is open or using keyboard. Whats going on? I mistake something? I using esp 12E not nodemcu (waiting for delivery).

QR code with 64 zones didn`t working i send you PM about problem. Hope you understand.

P.S. I use PC5020 + extended zone module pc5108 ( 4 pcs conected at this moment, but have 7 or 8 pcs ) 2 x LCD keyboard and PGM 5208?

P.S 2 Today i did next module for esp8266 with bc547b all pinouts is ok, on diffrent keybus reader sketch from dj slow library in arduino works ok. I think the problem is on sketch or esp. Any ideas?

P.S. 3
No WAI! i read the sketch again and see the problem. Problem is pin configuration, i have naked esp8266 12e and change the pin configuration

#define dscClockPin 5 ( change from D1) // esp8266: D1, D2, D8 (GPIO 5, 4, 15)
#define dscReadPin 4 (change from D2) // esp8266: D1, D2, D8 (GPIO 5, 4, 15)
#define dscWritePin 15 (change from D8) // esp8266: D1, D2, D8 (GPIO 5, 4, 15)

Now it works with some problems, in 32 zones there is a little buggy for me (can`t report zone 17-32 and up like this issue #31) - only info on lcd "zones open" but no light buttons , 1-16 work ok, I need 64 zones for my alarm. Qr code in sketch for 64 zones is faulty. Please update link or clone and share good blynk with 64 zones. In blynk can i use 2 buttons next or prev?

@l33d l33d changed the title esp8266 KeybusReader esp8266 KeybusReader error Aug 19, 2018
@l33d l33d changed the title esp8266 KeybusReader error esp8266 KeybusReader error / Zones 17-64 problem Aug 21, 2018
@l33d l33d changed the title esp8266 KeybusReader error / Zones 17-64 problem esp8266 KeybusReader error / BLYNK Zones 17-64 problem Aug 22, 2018
@l33d
Copy link
Author

l33d commented Aug 22, 2018

Problem is resolve in #35

@l33d l33d closed this as completed Aug 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant