-
Notifications
You must be signed in to change notification settings - Fork 19
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
missing renderer.h in universal branch #2
Comments
for my first version, i made a mistake: i corrected this, and found the xsns93_pn532. (the renderer.h is still missing in your universal branch on my arduino-install. may you still have a hint for me..) |
now i flashed the wemos-mini-d1 succesfull, what are my next steps to get the pn532 reader active? thanks for helping me out.. |
i would recommend to use the pn532 branch. it is the newest tasmota release and an updated driver from andrethomas . the pn532_89 ist no longer supported. |
just by the way: |
just a an observation: back in the old-days of espeasy in 2016 the developer martinus build a tag-robot in his lab (as he posted in the forum), to have automatic testing for the need of the reset line.
just as an idea for learning-tags: |
espeasy only displays the first 4 hex bytes as decimal value, while tasmota displays all 7 hex bytes.
i really forgot that we had this mastertag thing already 20 years ago! thanks for remembering.
i implemented it in the source, you may add your master tags into a list there, (as many as you like)
console entry is not a problem however.
you enter the code in console where ever you want, the reader waits for the next tag that is applied and learns it.
… Am 05.01.2019 um 11:51 schrieb ozett ***@***.*** ***@***.***>>:
this one for completness of report:
on the espeasy the same TAG-ID is somehow different diplayed. (no problem for me)
but maybe worth a look?
<https://user-images.githubusercontent.com/5937811/50723604-4225c100-10e0-11e9-9fb9-991fa682b9ce.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#2 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ALG4Yx2-euzjdNWgbeJbqh1xHTuYJwiNks5vAIPJgaJpZM4Ztdrw>.
|
just for my handling i would have to walk 2 min. up to the door. if i would have master-tag, i could stand directly in front of the reader, |
ok, then try it, its already implemented
you simply have to enter a master UID in the source code
currently 2 are foreseen one for adding und one for deleting
but you can add as many masters as you want.
… Am 05.01.2019 um 19:56 schrieb ozett ***@***.***>:
console entry is not a problem however. you enter the code in console where ever you want, the reader waits for the next tag that is applied and learns it.
just for my handling i would have to walk 2 min. up to the door.
if anybody in the meantime (>2min 😄 ) holds a tag in front of the reader,
he was faster than me.
if i would have master-tag, i could stand directly in front of the reader,
present the master tag to start teach-in, than the new tag.
if i wirte a rule, i could light up green,orange or red-lights on a ws2812 to visualize the process.
without any console-access (or device for console) at all. 🎺
what do you think?
this method is the normal process on all my fingerprint (and face! )-reader. yep.
i mean: could it be an option?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#2 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ALG4YzxukwXWlhtnO2LNfL-WolfEpKX9ks5vAPV2gaJpZM4Ztdrw>.
|
new version of cmds a relay mode time => wait for tag to learn |
just for the records: it is worth to be mentionend in the wiki, (or for debugging on the pn532-i2c) https://github.com/arendst/Sonoff-Tasmota/search?q=I2CSCAN&unscoped_q=I2CSCAN |
now you can read and write all sectors of the tag // current commandsa relay mode time => wait for tag to learn // for these commands the tag must be placed onto the reader // write a block to Mifare card in stead of the internal simulated EEPROM you can now use an i2c eeprom of type AT24C256 |
RDM6300 driver added |
Final fixes, cleanup, and optimizations
Pull request to catch up to arendst/Tasmota development branch.
hi,
i came over from the tasmota-thread to try the rfid-pn532 driver.
as you mentioned to copy only the pn532.ino and the lib over,
i did this but i got errors. i had arduino-ide1.611 comipling my tasmota 6.x fine,
but only copying lib and your .ino showed errors.
i took your complete universal-branch,
made a new arduino-ide v1.88, made the portable-dir and put all your source and libs in (as i alyway normally do), but got a different error.
may you have a hint for me?
The text was updated successfully, but these errors were encountered: