{"id":20285681,"url":"https://github.com/aep/pn532","last_synced_at":"2026-05-13T02:07:24.204Z","repository":{"id":140902117,"uuid":"205910141","full_name":"aep/pn532","owner":"aep","description":null,"archived":false,"fork":false,"pushed_at":"2019-10-05T13:14:01.000Z","size":2,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T14:54:34.400Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-09-02T17:59:48.000Z","updated_at":"2023-03-03T21:25:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"960247f4-0207-4ef3-871f-496221920a43","html_url":"https://github.com/aep/pn532","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aep%2Fpn532","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aep%2Fpn532/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aep%2Fpn532/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aep%2Fpn532/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aep","download_url":"https://codeload.github.com/aep/pn532/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241780512,"owners_count":20019061,"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","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":[],"created_at":"2024-11-14T14:28:27.249Z","updated_at":"2026-05-13T02:07:19.173Z","avatar_url":"https://github.com/aep.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"implementation of the PN532 I2C spec in rust\n\n\n\n\n\n\n\nuseage:\n\n```rust\nuse nfc::Pn532;\n\npub fn main() {\n    let mut nfc = Pn532::open(\"/dev/i2c-0\").unwrap();\n    let fwv = nfc.get_firmware_version().unwrap();\n    println!(\"nfc firmware version: {}.{}\", fwv.1, fwv.2);\n\n    nfc.setup().unwrap();\n    println!(\"{:x?}\", nfc.list(std::time::Duration::from_secs(1)).unwrap());\n    nfc.powerdown().unwrap();\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faep%2Fpn532","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faep%2Fpn532","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faep%2Fpn532/lists"}