{"id":18556204,"url":"https://github.com/rsilveira65/rfid-tag-reader","last_synced_at":"2026-05-15T12:02:37.017Z","repository":{"id":90349482,"uuid":"141832971","full_name":"rsilveira65/rfid-tag-reader","owner":"rsilveira65","description":"Generic RFID tag reader using Raspberry Pi and MFRC522 - UNDER DEVELOPMENT","archived":false,"fork":false,"pushed_at":"2018-10-01T18:13:32.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-15T13:11:27.443Z","etag":null,"topics":["raspberry-pi","rfid","rfid-reader","sketch"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rsilveira65.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-21T17:28:34.000Z","updated_at":"2018-10-04T01:56:11.000Z","dependencies_parsed_at":"2024-01-09T06:15:07.490Z","dependency_job_id":null,"html_url":"https://github.com/rsilveira65/rfid-tag-reader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rsilveira65/rfid-tag-reader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsilveira65%2Frfid-tag-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsilveira65%2Frfid-tag-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsilveira65%2Frfid-tag-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsilveira65%2Frfid-tag-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsilveira65","download_url":"https://codeload.github.com/rsilveira65/rfid-tag-reader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsilveira65%2Frfid-tag-reader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267468557,"owners_count":24092334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["raspberry-pi","rfid","rfid-reader","sketch"],"created_at":"2024-11-06T21:29:24.299Z","updated_at":"2026-05-15T12:02:36.927Z","avatar_url":"https://github.com/rsilveira65.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rfid-tag-reader\n\n## Raspberry Config\n\nUse the interactive menu to enable the SPI Interface. See more:  [here](https://www.raspberrypi-spy.co.uk/2014/08/enabling-the-spi-interface-on-the-raspberry-pi/)\n\nReboot your PI using:\n```\n$ sudo reboot\n```\nWhen you login again check to see that the SPI Interface is enabled\n```\n$ sudo nano /boot/config.txt\n```\nTry to find a line that says:\n```\ndtparam=spi=on\n```\nIf you see the above line then SPI is enabled\n\nSave \u0026 Reboot your PI using:\n```\n$ sudo reboot\n```\nWhen you login again check to see that the spi_bcm2835 module is loaded\n```\n$ lsmod | grep spi\n```\nInstall python2.7-dev:\n```\n$ sudo apt-get install python2.7-dev\n```\nDownload and Install SPI-Py executing the following commands:\n```\n$ git clone https://github.com/lthiery/SPI-Py.git\n```\n```\n$ cd SPI-Py\n```\n```\n$ sudo python setup.py install\n```\n\n\n## Project Setup\n```bash\n$ npm install\n```\n\n## Hardware Setup (PIN/GPIO)\n```\nSDA --\u003e 24 - YELLOW\n\nSCK --\u003e 23 - BLUE\n\nMOSI --\u003e 19 - GREEN\n\nMISO --\u003e 21 - ORANGE\n\nGND --\u003e 6 - BLACK\n\nRST --\u003e 22 - BROWN\n\n3.3V --\u003e 1 - RED\n\nLED --\u003e 7 - WHITE\n\nLOCK --\u003e 8\n\nBUZZER --\u003e 9\n```\n\n\n![alt tag](http://osoyoo.com/wp-content/uploads/2017/06/raspberry-pi-zero.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsilveira65%2Frfid-tag-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsilveira65%2Frfid-tag-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsilveira65%2Frfid-tag-reader/lists"}