Controlling servo in Elixir/Nerves

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pca9685.ex

    Discontinued Elixir library for the PCA9685 12-channel PWM driver.

  • I could not found any Elixir libraries for controlling a servo other than jimsynz/pca9685.ex, which was unfortunately outdated and unmaintained.

  • servo_kit

    Use PCA9685 PWM/Servo Controller in Elixir

  • So I decided to write one on my own, reading PCA9685 data sheet and adopting ideas from existing libraries written in various programming languages. My servo kit is working pretty well so far.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • circuits_i2c

    Communicate over I2C from Elixir

  • For communicating between Raspberry Pi and PCA9685, I use elixir-circuits/circuits_i2c library, which is a reliable and established I2C library in Elixir community.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • [Elixir/Nerves] Smoothly dimming LEDs using a servo driver

    2 projects | dev.to | 26 Jan 2021
  • Embedded Elixir

    1 project | news.ycombinator.com | 28 Jan 2024
  • Where Nerves-related Mix tasks are defined?

    2 projects | dev.to | 15 Jan 2024
  • what is the common usage of elixir

    1 project | /r/elixir | 19 Feb 2023
  • Functional programming language for embedded devices?

    6 projects | /r/functionalprogramming | 29 Nov 2022