Giter Club home page Giter Club logo

atomvm_lib's Introduction

atomvm_lib

This repository contains a collection of useful modules for developing programs for the AtomVM platform.

Many of these modules are "optional" and are therefore not a part of the AtomVM core libraries.

Getting Started

The best way to use this library is to include it in your rebar3 project's rebar.config as a dependency:

{deps, [
    {atomvm_lib, {git, "https://github.com/atomvm/atomvm_lib.git", {branch, "master"}}}
]}.

Make sure to also include the atomvm_rebar3_plugin, so that you can generate AtomVM packbeam files and flash them to your ESP32 device.

{plugins, [
    atomvm_rebar3_plugin
]}.

You can then use the packbeam and esp32_flash targets to upload your application to a device.

Some 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:

atomvm_lib modules

The atomvm_lib library includes the following features:

  • BME280 (Temperature, humidity, and pressure sensor)
  • SHT3X (Temperature and humidity sensor)
  • BH1750 (Luminosity sensor)
  • LEDC PWM
  • LoRa (SX127X transceiver)
  • HTTPd (HTTP daemon)

atomvm_lib's People

Contributors

fadushin avatar arpunk avatar pguyot avatar petermm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.