technologiescollege / Blockly-at-rduino

Blockly@rduino : Blockly remix for Arduino. Totally new version, enhanced one !
https://technologiescollege.github.io/Blockly-at-rduino/
GNU General Public License v2.0
128 stars 103 forks source link

Problem with RFID module #146

Closed thierry7100 closed 5 years ago

thierry7100 commented 5 years ago

Hi,

I have some problem with the RFID module. This module use a very old RFID library which in my case doesn't work very well with all modules. I have used this library with 5 boards from arduino kits and the code worked only with two boards. I have replaced the RFID library with the newer MFRC522 library and the code worked fine with the 5 boards. I have added a new MFRC522 module to my copy of blockly@duino and if interested I would like to share my code. In this case, how am I able to do it ?

Thanks in advance

SebCanet commented 5 years ago

Well I don't know... If you think RFID.h is deprecated and we should change to new MFRC522, no problem. You can commit your work via Git, or just use the lastest Blockly@rduino to put in your modification and send it.

SebCanet commented 5 years ago

It's updated.