{"id":19502038,"url":"https://github.com/atomvm/atomvm_lib","last_synced_at":"2025-10-05T22:05:36.648Z","repository":{"id":45905246,"uuid":"264778807","full_name":"atomvm/atomvm_lib","owner":"atomvm","description":"A library of Erlang modules for developing applications targeted for the AtomVM platform.","archived":false,"fork":false,"pushed_at":"2024-02-05T00:34:12.000Z","size":12711,"stargazers_count":16,"open_issues_count":1,"forks_count":6,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-04T05:11:21.565Z","etag":null,"topics":["atomvm","erlang"],"latest_commit_sha":null,"homepage":null,"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/atomvm.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}},"created_at":"2020-05-17T23:51:05.000Z","updated_at":"2024-08-21T14:31:33.000Z","dependencies_parsed_at":"2023-01-30T17:30:48.487Z","dependency_job_id":"7a2d81a1-35a5-4095-975e-1c3077dc756a","html_url":"https://github.com/atomvm/atomvm_lib","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomvm%2Fatomvm_lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomvm%2Fatomvm_lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomvm%2Fatomvm_lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomvm%2Fatomvm_lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atomvm","download_url":"https://codeload.github.com/atomvm/atomvm_lib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250912660,"owners_count":21506865,"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":["atomvm","erlang"],"created_at":"2024-11-10T22:14:54.842Z","updated_at":"2025-10-05T22:05:31.591Z","avatar_url":"https://github.com/atomvm.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `atomvm_lib`\n\nThis repository contains a collection of useful modules for developing programs for the AtomVM platform.\n\nMany of these modules are \"optional\" and are therefore not a part of the AtomVM core libraries.\n\n# Getting Started\n\nThe best way to use this library is to include it in your rebar3 project's `rebar.config` as a dependency:\n\n    {deps, [\n        {atomvm_lib, {git, \"https://github.com/atomvm/atomvm_lib.git\", {branch, \"master\"}}}\n    ]}.\n\nMake sure to also include the `atomvm_rebar3_plugin`, so that you can generate AtomVM packbeam files and flash them to your ESP32 device.\n\n    {plugins, [\n        atomvm_rebar3_plugin\n    ]}.\n\nYou can then use the `packbeam` and `esp32_flash` targets to upload your application to a device.\n\nSome of the modules in this library make use of AtomVM components, which are native-C extensions to the AtomVM virtual machine.  For more information about these components and how to build them into the AtomVM virtual machines, see:\n\n* [`atomvm_lib` Components](markdown/components.md)\n\n# `atomvm_lib` modules\n\nThe `atomvm_lib` library includes the following features:\n\n* [BME280](markdown/bme280.md) (Temperature, humidity, and pressure sensor)\n* [SHT3X](markdown/sht3x.md) (Temperature and humidity sensor)\n* [BH1750](markdown/bh1750.md) (Luminosity sensor)\n* [LEDC PWM](markdown/ledc_pwm.md)\n* [LoRa](markdown/lora.md) (SX127X transceiver)\n* [HTTPd](markdown/httpd.md) (HTTP daemon)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomvm%2Fatomvm_lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatomvm%2Fatomvm_lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomvm%2Fatomvm_lib/lists"}