{"id":15023403,"url":"https://github.com/adafruit/circuitpython_nau7802","last_synced_at":"2025-10-04T02:55:18.788Z","repository":{"id":49616665,"uuid":"484859014","full_name":"adafruit/CircuitPython_NAU7802","owner":"adafruit","description":"A CircuitPython driver class for the NAU7802 24-bit ADC","archived":false,"fork":false,"pushed_at":"2025-06-24T13:31:13.000Z","size":20038,"stargazers_count":13,"open_issues_count":6,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-02T06:41:10.938Z","etag":null,"topics":["circuitpython","circuitpython-community-bundle","loadcell","nau7802"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adafruit.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-04-23T21:20:57.000Z","updated_at":"2025-09-27T18:24:33.000Z","dependencies_parsed_at":"2024-01-08T23:30:41.479Z","dependency_job_id":"6f22ea3e-b9e6-4a7e-9c07-efe976bd9f9b","html_url":"https://github.com/adafruit/CircuitPython_NAU7802","commit_stats":{"total_commits":81,"total_committers":7,"mean_commits":"11.571428571428571","dds":"0.24691358024691357","last_synced_commit":"dbf17dd54f0eaf96bb323e7646d49367448921be"},"previous_names":["adafruit/circuitpython_nau7802","cedargrovestudios/circuitpython_nau7802"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/adafruit/CircuitPython_NAU7802","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adafruit%2FCircuitPython_NAU7802","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adafruit%2FCircuitPython_NAU7802/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adafruit%2FCircuitPython_NAU7802/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adafruit%2FCircuitPython_NAU7802/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adafruit","download_url":"https://codeload.github.com/adafruit/CircuitPython_NAU7802/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adafruit%2FCircuitPython_NAU7802/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278258416,"owners_count":25957281,"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-04T02:00:05.491Z","response_time":63,"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":["circuitpython","circuitpython-community-bundle","loadcell","nau7802"],"created_at":"2024-09-24T19:59:01.780Z","updated_at":"2025-10-04T02:55:18.757Z","avatar_url":"https://github.com/adafruit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n============\n\n.. image:: https://readthedocs.org/projects/circuitpython-nau7802/badge/?version=latest\n    :target: https://docs.circuitpython.org/projects/nau7802/en/latest/\n    :alt: Documentation Status\n\n\n.. image:: https://img.shields.io/discord/327254708534116352.svg\n    :target: https://adafru.it/discord\n    :alt: Discord\n\n\n.. image:: https://github.com/CedarGroveStudios/CircuitPython_NAU7802/workflows/Build%20CI/badge.svg\n    :target: https://github.com/CedarGroveStudios/CircuitPython_NAU7802/actions\n    :alt: Build Status\n\n\n.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\n    :target: https://github.com/astral-sh/ruff\n    :alt: Code Style: Ruff\n\nA CircuitPython driver class for the NAU7802 24-bit ADC.\n\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython \u003chttps://github.com/adafruit/circuitpython\u003e`_\n* `Bus Device \u003chttps://github.com/adafruit/Adafruit_CircuitPython_BusDevice\u003e`_\n* `Register \u003chttps://github.com/adafruit/Adafruit_CircuitPython_Register\u003e`_\n\nPlease ensure all dependencies are available on the CircuitPython filesystem.\nThis is easily achieved by downloading\n`the Adafruit library and driver bundle \u003chttps://circuitpython.org/libraries\u003e`_\nor individual libraries can be installed using\n`circup \u003chttps://github.com/adafruit/circup\u003e`_.\n\nInstalling to a Connected CircuitPython Device with Circup\n==========================================================\n\nMake sure that you have ``circup`` installed in your Python environment.\nInstall it with the following command if necessary:\n\n.. code-block:: shell\n\n    pip3 install circup\n\nWith ``circup`` installed and your CircuitPython device connected use the\nfollowing command to install:\n\n.. code-block:: shell\n\n    circup install cedargrove_nau7802\n\nOr the following command to update an existing version:\n\n.. code-block:: shell\n\n    circup update\n\nInstalling for Blinka with Pip\n==============================\n\n.. code-block:: shell\n\n    pip3 install cedargrove-nau7802\n\nUsage Example\n=============\n\n.. code-block:: py\n\n    import board\n    from cedargrove_nau7802 import NAU7802\n\n    # Instantiate NAU7802 ADC\n    nau7802 = NAU7802(board.I2C(), address=0x2A, active_channels=2)\n\n``nau7802_simpletest.py`` and other examples can be found in the ``examples`` folder.\n\n\nDocumentation\n=============\n`NAU7802 CircuitPython Driver API Class Description \u003chttps://github.com/CedarGroveStudios/CircuitPython_NAU7802/blob/main/media/pseudo_readthedocs_cedargrove_nau7802.pdf\u003e`_\n\n\n`Clue Coffee Scale (Adafruit Learning Guide) \u003chttps://learn.adafruit.com/clue-coffee-scale\u003e`_\n\n\n`CedarGrove NAU7802 FeatherWing OSH Park Project (16-SOIC version) \u003chttps://oshpark.com/shared_projects/qFvEU3Bn\u003e`_\n\n`CedarGrove NAU7802 FeatherWing OSH Park Project (16-DIP version) \u003chttps://oshpark.com/shared_projects/ZfryHYnc\u003e`_\n\n.. image:: https://github.com/CedarGroveStudios/CircuitPython_NAU7802/blob/main/media/glamor_shot.jpeg\n\n.. image:: https://github.com/CedarGroveStudios/CircuitPython_NAU7802/blob/main/media/Clue_scale_trim.png\n\nNeeding a calibration weight? The `U.S. Mint coin specifications \u003chttps://www.usmint.gov/learn/coin-and-medal-programs/coin-specifications\u003e`_ might have some information that could help -- if you have some spare change.\n\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n\u003chttps://github.com/CedarGroveStudios/Cedargrove_CircuitPython_NAU7802/blob/HEAD/CODE_OF_CONDUCT.md\u003e`_\nbefore contributing to help this project be welcoming to everyone.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadafruit%2Fcircuitpython_nau7802","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadafruit%2Fcircuitpython_nau7802","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadafruit%2Fcircuitpython_nau7802/lists"}