How would you turn those numbers in the 02 line as alphabet letters when you scan that card - like it would show what 74 means when translated into an alphabet?
@MikaelAbehsera11 ай бұрын
its been a bit since this video but if I remember correctly its hex code, so the program just converts our indivitual characters into hex code and inputs that into the card storage (if its not hex its some other method but same idea)
@RezaRahimy-47Ай бұрын
Hello, how to run power down mode in both Arduino and RC522? By bringing the card close to the RC522 module and using the interrupt mode in both modules, the system is started and after running, it goes into power down mode twice to extend the battery life. If this is not the case, the battery will run out in two weeks. set_sleep_mode(SLEEP_MODE_PWR_DOWN); in arduino and mfrc522.PCD_WriteRegister(MFRC522::CommandReg, 0x10); in rc522
@makafuisesi641826 күн бұрын
My RFID isn't compactible with the arduino uno. It always gives communication error. what might be the cause?
@rlclips94976 ай бұрын
@MikaelAbehsera is there a way to write info on the 15th row block. If this is possible it would make the scanning process so mich faster
@MikaelAbehsera6 ай бұрын
Not sure actually, never tried
@medmnoomane91269 ай бұрын
if possible code source thanks
@MikaelAbehseraАй бұрын
in video
@DWM8643 ай бұрын
where's the esp32 part?? the pins are different
@MikaelAbehsera3 ай бұрын
just check a pinout for esp, but most of the time its the same except for 1-2 pins
@donotprikel9 ай бұрын
No ive tried LOTS of cards and even the ones that come with arduino and they dont write but only read
@icrosstheline69039 ай бұрын
Me too. I have wayyy too many tags and cards that were advertised as writable which are readonly
@MikaelAbehsera8 ай бұрын
hmmm, seems weird, check your wiring on the write cables, could be an issue there
@khalidmehmood65457 ай бұрын
How to encode picture in contactless chip?
@MikaelAbehsera7 ай бұрын
Well it had to be max 1000 bits
@khalidmehmood65457 ай бұрын
@@MikaelAbehsera i have 4Kbytes contactless chip.
@vijayprasad985011 ай бұрын
Can i read and write with my iPhone
@MikaelAbehsera10 ай бұрын
Maybe? If you can edit code on it
@jashwanthreddy1234 Жыл бұрын
Please make a video on how the security and the authentication works on NXP - Mifare DESFire EV1
@MikaelAbehsera Жыл бұрын
I’ll take a look and see if it’s something we can cover
@WD40651 Жыл бұрын
What’s the point of this video? You’re just showing default examples