{"id":23744902,"url":"https://github.com/stm32duino/x-nucleo-nfc01a1","last_synced_at":"2026-01-25T07:32:39.637Z","repository":{"id":86445923,"uuid":"110972064","full_name":"stm32duino/X-NUCLEO-NFC01A1","owner":"stm32duino","description":"Arduino library to support X-NUCLEO-NFC01A1 based on the dynamic NFC/RFID Tag IC dual interface M24SR64-Y","archived":false,"fork":false,"pushed_at":"2021-10-05T16:54:12.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-01T02:55:54.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stm32duino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2017-11-16T13:01:46.000Z","updated_at":"2024-02-12T07:40:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"604dada1-9dce-4700-ab27-755ad4a08238","html_url":"https://github.com/stm32duino/X-NUCLEO-NFC01A1","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/stm32duino/X-NUCLEO-NFC01A1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FX-NUCLEO-NFC01A1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FX-NUCLEO-NFC01A1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FX-NUCLEO-NFC01A1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FX-NUCLEO-NFC01A1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stm32duino","download_url":"https://codeload.github.com/stm32duino/X-NUCLEO-NFC01A1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FX-NUCLEO-NFC01A1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28747542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T05:12:38.112Z","status":"ssl_error","status_checked_at":"2026-01-25T05:04:50.338Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-12-31T12:50:54.855Z","updated_at":"2026-01-25T07:32:39.631Z","avatar_url":"https://github.com/stm32duino.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# X-NUCLEO-NFC01A1\n\nArduino library to support the X-NUCLEO-NFC01A1 expansion board. The X-NUCLEO-NFC01A1 is a Dynamic NFC tag evaluation board \nto allow expansion of the STM32 Nucleo boards. It is compatible with the Arduino UNO R3 connector layout and it is designed \naround the M24SR64-Y. The M24SR64-Y device is a dynamic NFC/RFID tag IC with a dual interface. It embeds a 64 Kbit EEPROM memory. \nIt can be operated from an I2C interface or by a 13.56 MHz RFID reader or a NFC phone.\n\n## Limitation\n\nFrom I2C interface, you can't write tag with a total size (protocol + payload)\ngreater than 246 bytes. This is the limitation of the Iblock command on M24SR device.\n\n## Examples\n\nThere are several examples with the X-NUCLEO-NFC01A1 library:\n* X_NUCLEO_NFC01A1_HelloWorld: This application writes a URI tag on the device. It records an URI.\n* X_NUCLEO_NFC01A1_WriteAAR: This application writes a AAR (Android Application Record) tag on the device. It opens an application on your smartphone.\n* X_NUCLEO_NFC01A1_WriteMime: This application writes a mime tag on the device. It records a define type of data.\n* X_NUCLEO_NFC01A1_WriteSMS: This application writes a SMS tag on the device. It records a SMS body and a recipient phone number.\n* X_NUCLEO_NFC01A1_WriteURIMail: This application writes a Mail tag on the device. It records a mail with the recipient, the subject and the body of the message.\n* X_NUCLEO_NFC01A1_WriteText: This application writes a Text tag on the device. It records a simple text message.\n\nWhen the NFC module is started and ready, the message \"Sytstem init done!\" is displayed on the monitor window.\nNext, the tag is written, we wait few seconds, we read the same tag and print it on the monitor window.\n\nYou can test this application by connecting it with your smartphone.\nOn Android, donwload a NFC Tools. Then start the app, check if NFC is activated\non your smartphone. Put your smartphone near the tag, you can read it. You can\nwrite a tag with this app.\n\n## Dependencies\n\nThe X-NUCLEO-NFC01A1 library requires the following STM32duino library:\n\n* STM32duino M24SR64-Y: https://github.com/stm32duino/M24SR64-Y\n\n## Documentation\n\nYou can find the source files at  \nhttps://github.com/stm32duino/X-NUCLEO-NFC01A1\n\nThe M24SR64-Y datasheet is available at  \nhttp://www.st.com/en/nfc/m24sr64-y.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstm32duino%2Fx-nucleo-nfc01a1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstm32duino%2Fx-nucleo-nfc01a1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstm32duino%2Fx-nucleo-nfc01a1/lists"}