SimonKufeld / ads111x

ESP-IDF compatible library to drive an external ADC (ADS111X)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library to control an external ADC breakout board i.e. Adafruit through the ESP-IDF build pipeline

This library is based on the work of Vedat Ozan Oner in his book Internet-of-Things-with-ESP32. It represents a specific restructure of the base repository that is solely aimed to be working with my specific configuration, to be used in one of my larger ESP-32 projects (link will follow).

Successfully tested with the az-delivery-devkit-v4 board, pio link

Example platformio.ini

[env:az-delivery-devkit-v4]
platform = espressif32
board = az-delivery-devkit-v4
framework = espidf
monitor_speed = 115200
upload_speed = 115200
upload_port = /dev/ttyUSB0
monitor_port = /dev/ttyUSB0
lib_deps = git@github.com:SimonKufeld/ads111x.git

About

ESP-IDF compatible library to drive an external ADC (ADS111X)

License:MIT License


Languages

Language:C 100.0%