{"id":20563386,"url":"https://github.com/pilotak/stm32-uid","last_synced_at":"2025-10-11T22:05:37.694Z","repository":{"id":91903482,"uuid":"129914143","full_name":"pilotak/stm32-uid","owner":"pilotak","description":"Mbed helper to get UID as base64","archived":false,"fork":false,"pushed_at":"2018-07-24T10:49:11.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-02T01:24:34.289Z","etag":null,"topics":["mbed","mbed-os","stm32","uid"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/pilotak.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-04-17T14:06:49.000Z","updated_at":"2022-04-03T18:20:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"2cdb2b91-a295-4106-81d1-beb2f40669a2","html_url":"https://github.com/pilotak/stm32-uid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pilotak/stm32-uid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotak%2Fstm32-uid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotak%2Fstm32-uid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotak%2Fstm32-uid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotak%2Fstm32-uid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pilotak","download_url":"https://codeload.github.com/pilotak/stm32-uid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotak%2Fstm32-uid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009035,"owners_count":26084547,"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-10-11T02:00:06.511Z","response_time":55,"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":["mbed","mbed-os","stm32","uid"],"created_at":"2024-11-16T04:17:59.857Z","updated_at":"2025-10-11T22:05:37.663Z","avatar_url":"https://github.com/pilotak.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stm32-uid\nMbed helper to get UID as base64\n\n# Example\n```cpp\n#include \"mbed.h\"\n#include \"stm32-uid.h\"\n\nSTM32uid uid;\n\nint main() {\n\n    char id[12], base[16];\n    uid.get(id);\n    uid.get_base64(base);\n\n    printf(\"uid: \");\n\n    for (int i = 0; i \u003c 12; ++i) {\n        printf(\"%02X\", id[i]);\n    }\n\n    printf(\"\\n base64: \");\n\n    for (int i = 0; i \u003c 16; ++i) {\n        printf(\"%c\", base[i]);\n    }\n\n    printf(\"\\n\");\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpilotak%2Fstm32-uid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpilotak%2Fstm32-uid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpilotak%2Fstm32-uid/lists"}