{"id":18914686,"url":"https://github.com/helium/ecc508","last_synced_at":"2025-04-15T08:31:34.676Z","repository":{"id":37607923,"uuid":"195695912","full_name":"helium/ecc508","owner":"helium","description":"Library to communicate with the Microchip cryptoauthentication device","archived":false,"fork":false,"pushed_at":"2023-07-11T14:00:57.000Z","size":714,"stargazers_count":15,"open_issues_count":1,"forks_count":14,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-03-28T18:55:16.805Z","etag":null,"topics":["ecc608","erlang","erlang-library","i2c"],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/helium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2019-07-07T20:51:57.000Z","updated_at":"2025-03-13T04:37:25.000Z","dependencies_parsed_at":"2024-11-08T10:12:39.093Z","dependency_job_id":"276db8fc-59b6-4a6d-a84c-f5cc3854aba3","html_url":"https://github.com/helium/ecc508","commit_stats":null,"previous_names":[],"tags_count":139,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helium%2Fecc508","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helium%2Fecc508/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helium%2Fecc508/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helium%2Fecc508/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helium","download_url":"https://codeload.github.com/helium/ecc508/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249035573,"owners_count":21202114,"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":["ecc608","erlang","erlang-library","i2c"],"created_at":"2024-11-08T10:12:27.822Z","updated_at":"2025-04-15T08:31:34.403Z","avatar_url":"https://github.com/helium.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"ecc508\n=====\nNote: the ECC608A or ECC608B is compliant with HIP-19. \nThe other chips in this family: ATSHA204A · ATECC108A · ATECC508A are not compliant with HIP-19.\n\nAn OTP library for communicating with the [Microchip\nATECC608A](http://ww1.microchip.com/downloads/en/DeviceDoc/20005927A.pdf)\nfamily of crypto-authentication devices.\n\nBuild\n-----\n\n    $ make\n\nUse\n---\n\nYou will need an ECC608A attached to an I2C bus on a board that has\nI2C enabled, and can run Erlang.\n\nFor our most common use we wire up an ECC608A to a Raspberry Pi\nconfigured for development and enable I2C using `raspi-config`.\n\n\nAlso install the Erlang development tools:\n\n    $ sudo apt update\n    $ sudo apt install erlang-nox erlang-dev i2c-tools\n\nOnce you've set up your Raspberry Pi and wired up the ECC608A you\nshould be able to see it using `i2cdetect`\n\n    $ i2cdetect -y 1\n    0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f\n    00:          -- -- -- -- -- -- -- -- -- -- -- -- --\n    10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --\n    20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --\n    30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --\n    40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --\n    50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --\n    60: 60 -- -- -- -- -- -- -- -- -- -- -- -- -- -- --\n    70: -- -- -- -- -- -- -- --\n\nThis shows the ECC at address (hex) 60 on bus `i2c-1`.\n\nFor development purposes you can then clone this repository, and start\nan Erlang shell to communicate with the ecc:\n\n    $ git clone http://github.com/helium/ecc508\n    $ cd ecc508\n    $ ./rebar3 shell\n    $ {ok, Pid} = ecc508:start_link().\n\nThen check out the data-sheet linked above and the functions in the\neec508 module to see how to access the various functions of the\nECC608.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelium%2Fecc508","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelium%2Fecc508","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelium%2Fecc508/lists"}