micropython-mpu6050-mqtt-streamer
MPU streamer
A system that collects data from an MPU6050 sensor and streams it to an MQTT server using Micropython on an ESP8266 microcontroller.
Micropython software for ESP8266 and MPU6050. Data is gathered from mpu and stream to mqtt server
10 stars
2 watching
1 forks
Language: JavaScript
last commit: about 5 years ago
Linked from 1 awesome list
esp8266micropythonmpumqttmqtt-serverstream
Related projects:
Repository | Description | Stars |
---|---|---|
jono-allen/mqtt-cam | An ESP32-based camera system that streams video and images to an MQTT server using AWS S3 for storage. | 9 |
miketeachman/micropython-adafruit-mqtt-esp8266 | An implementation of the MQTT protocol on ESP8266/ESP32 boards to publish and subscribe data using Adafruit IO | 55 |
tuanpmt/esp_mqtt | An MQTT client library for ESP8266 microcontrollers, providing a basic implementation of the MQTT protocol. | 1,146 |
adamjezek98/mpu6050-esp8266-micropython | A library that provides an interface to read data from a 3D accelerometer and gyroscope sensor connected to an ESP8266 microcontroller using Micropython. | 87 |
peterhinch/micropython-mqtt | A driver for asynchronous MQTT communication in MicroPython | 581 |
tuupola/micropython-mpu6886 | A MicroPython driver for interacting with the MPU6886 6-axis motion tracking device | 20 |
chrismoorhouse/micropython-mqtt | An MQTT client library with auto reconnect and asynchronous publish/subscribe functionality for MicroPython devices | 34 |
pikvm/ustreamer | A lightweight and fast MJPEG video streamer designed to work with various hardware devices, providing features like multithreading and hardware JPEG encoding. | 1,728 |
micropython-imu/micropython-mpu9x50 | Provides a micropython module and base classes for interacting with IMU sensors | 260 |
kriswiner/mpu6050 | A basic implementation of an MPU6050 sensor on various microcontrollers. | 723 |
belyalov/tinymqtt | An asynchronous MQTT client implementation for MicroPython. | 7 |
hobbyquaker/mqtt-admin | A web-based MQTT management interface | 127 |
tuupola/micropython-mpu9250 | MicroPython I2C driver for MPU-9250 motion tracking device | 145 |
hobbyquaker/airtunes2mqtt | A daemon that streams audio from various sources to Airplay/Airtunes compatible receivers. | 52 |
larsks/py-mpu6050 | This project provides a Micropython interface for interacting with the MPU6050 6DOF IMU sensor. | 82 |