27 open-source projects similar to bucknalla/micropython-3-axis-accelerometer, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
This project is a ROS2 depth camera driver that streams synchronized RGB, depth, infrared, and IMU data from Intel RealSense sensors as ROS2 topics. It functions as a managed camera interface using lifecycle nodes with explicit state transitions to ensure deterministic startup and shutdown within robotic systems. The driver includes an RGBD perception pipeline that aligns depth to color and generates 3D point clouds for spatial analysis. It features a depth camera calibration tool that provides ROS2 services for reading and writing on-device calibration and safety configuration parameters. T
This is a work in progress BMP423 accelerometer driver written in MicroPython. The aim of this project is to explore the capabilities of the device, including what is normally not available in simpler drivers: the feature engine especially for step detection.
Air Quality monitor using PMS5003 sensor and WiPy development board implemented in MicroPython
MicroPython library for reading ZhianTec finger print sensors.
https://www.adafruit.com/product/2651 - https://www.bosch-sensortec.com/products/environmental-sensors/pressure-sensors/pressure-sensors-bmp280-1.html - https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp280-ds001.pdf
This is a fork from https://bitbucket.org/oscarBravo/wipy_bme280 which ports the library to the new machine module.
MicroPython driver for LoPy This driver is from https://gist.github.com/jiemde/481161c426c90c73e52aa51acfd94c2b jiemde was kind enough to share it. Just adding some tweeks, working with the CCS811 from Adafruit http://adafru.it/3566 MicroPython driver, NOT CurcitPython, significant…
Driver for pms5003 air quality sensor for micropython
A port of the SparkFun driver for Maxim MAX30102 sensor to MicroPython.
The BME280 is a sensor from Bosch Sensortec for high precision measurements of Temperature, Pressure and Humidity https://www.mouser.com/datasheet/2/783/BST-BME280DS001-11-844833.pdf or file 'BST-BME280DS001-11-844833.pdf'
Модуль MicroPython для управления датчиком давления и температуры окружающего воздуха, bmp581.
This is a MicroPython adaptation inspired by this Raspberry implementation: https://www.raspberrypi.org/forums/viewtopic.php?p=1244895&sid=5f9dab0e19a7086f9b900b51316ff349#p1244895
This is a driver for the Bosch BME280 temperature/pressure/humidity sensor, for use with MicroPython boards. It is also compatible with the BMP280 which provides the same interface but temperature pressure only.
A simple micropython library for LC709293F Fuel Gauge
MicroPython library for accessing the STMicroelectronics LIS2HH12 3-axis accelerometer over I2C. The LIS2HH12 is an ultra-low-power high-performance three-axis linear accelerometer belonging to the “pico” family. It has full scales of ±2g/±4g/±8g and is capable of measuring accelerations with…
Homebrew micropython driver for msa301 3-axis accelerometer. Tested on Raspberry Pico. All functionality described in the msa301 datasheet is implemented (https://download.kamami.pl/p585252-MSA301.pdf)