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

ESP32 and others #4

Open
analogic opened this issue Dec 5, 2022 · 1 comment
Open

ESP32 and others #4

analogic opened this issue Dec 5, 2022 · 1 comment

Comments

@analogic
Copy link

analogic commented Dec 5, 2022

Hello I am trying to port lib to ESP32 Arduino branch. I've simply add ARDUINO_ARCH_ESP32 and <HardwareSerial, HardwareSerial>, and raise size of com buffers at kct202.cpp (32bit thing?) and now I am communicating with module but with issues.

It seems that original arduino SoftwareSerial is blocked at getRegisterResponAndparse until it get result (at least I expect that from examples). If I do that on esp32 it will just result instantly, proceed to next code and register empty sensor as fingerprint. So I am missing something.

Is there any proper protocol documentation for module?
I've also got some "Please check the error code through datasheet!", so is there any datasheet? Google is not helping me

@analogic
Copy link
Author

analogic commented Dec 5, 2022

Do you have datasheet of KCT203 or firmware to understand how this thing work? @Hansen0314 @Pillar1989 @IsQianGe?

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