-
Notifications
You must be signed in to change notification settings - Fork 87
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
Working Access_control with , real time clock, LCD display and SD storage #12
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat work thank you. I think these changes should be on seperate branch or folder, if you want me to merge this on my repo.
Also I have been working on ESP8266 hardware. It can sync Time or Data from internet or from WLAN. Modules mostly have 4MB flash chip which is quite large, and also they are very cheap.
With smart coding ESP8266 would beat anything else in sense of performance/price.
Also I have a working scheme and partial implementation which is work in progress.
Would you consider to working on that?
Hey, Sorry for my previous message....I was on a hurry.
I agree about the separate folder, I will update with a Makefile-build version and repeat the pull request once is ready...so can merge the repo (off course if you agree)
Yeah I would like to give an eye on the ESP8266, I will try to get the Hardware and start playing with it... is your project already out in any repo? do you recommend any further info/intro about this device?
Cheers!
Juan.
On 27.04.2017 18:46, omersiar wrote:
@omersiar commented on this pull request.
Neat work thank you. I think these changes should be on seperate branch or folder, if you want me to merge this on my repo.
Also I have been working on ESP8266 hardware. It can sync Time or Data from internet or from WLAN. Modules mostly have 4MB flash chip which is quite large, and also they are very cheap.
With smart coding ESP8266 would beat anything else in sense of performance/price.
Also I have a working scheme and partial implementation which is work in progress.
Would you consider to working on that?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#12 (review)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AZorC3Nf1C126JR1apq1uDO-KKCj0UtNks5r0MZZgaJpZM4NKa5U>.
|
https://gist.github.com/omersiar/19a10f8a8b1761a8f0be28fb65a857eb This is the code for ESP8266 based on Arduino IDE ESP Core. I work with Arduino IDE because people are familiar with it. Code basicly do nothing but serving a http server and text editor and a json response for latest RFID Tag UID. Also there is NTP Client for time. Since I couldn't figure out RC522 Interrupt feature, it's based on pooling method. I am learning JavaScript in order to polish web page and parse JSON. I plan a web page where user or administrator of RFID System can log in and check timestaps and corresponding UID's. Administrator can review entries, disable or enable certain UIDs for access. Also I want to Implement accounting for extra authencity, and it can be expanded for other uses like limiting a user to access a certain times. It may mail its logs to administrator's e-mail if there is connection to Internet. I configure ESP hardware as both Access Point and as Wi-Fi Station. So if there is no internet connection it can serve on its own. You may use Sming Development Kit, which has more robust Libraries. |
Hi, I finally got time to fix this mess.. I think now the makefile build is ready and also a new structure in a separate folder has been created. If you want, check it out and if you agree merge the branch. Meanwhile I'll put an eye on the ESP project. |
https://github.com/omersiar/esp-rfid ESP Project is here, thank you. |
-Each module has been packaged into a class for maintainability and possible further implementation of different Hardware using virtual classes (Polymorphism).
Digital Output only (led). Final user should implement servos or magnetic lock, etc. Acc. to specific needs.
External Libraries have been packaged as git submodules.