UberGuidoZ / Flipper

Playground (and dump) of stuff I make or modify for the Flipper Zero
MIT License
12.82k stars 3.06k forks source link

Add UHF RFID YRM100 module pinout to GPIO section #515

Closed RekordNadoev closed 5 months ago

RekordNadoev commented 8 months ago

There is YRM100 UHF RFID reader/writer pinout to add to GPIO section. (app - github.com/frux-c/uhf_rfid) If someone needs it.

yrm100_uhf_rfid_pinout yrm100_uhf_rfid_pinout2 flipper_uhf_rfid_1 flipper_uhf_rfid_2

And servo pinout for "servotester" app. servo-pinout

RocketGod-git commented 8 months ago

This is great info!

I think you should PR an addition to the GPIO wiring diagrams here: https://github.com/UberGuidoZ/Flipper/tree/main/GPIO

Currently you've added it to "issues" which is for reporting problems.

RekordNadoev commented 8 months ago

I don't know how to do PR. ;-)

UberGuidoZ commented 7 months ago

Thanks for the info. I'll see if I can get it moved over as time allows. Doing a PR isn't much different than a comment though! Plenty of info online. Basically, you create a copy of the repo under your own account, make the changes in the ReadMe/files, then submit them to the original repo.

UberGuidoZ commented 5 months ago

Finally got this added to the GPIO page. Thank you!