https://github.com/alchemist-aloha/micropython_gy906_mlx90614
MicroPython code for GY906 IR temperature sensor (MLX90614)
https://github.com/alchemist-aloha/micropython_gy906_mlx90614
gy906 micropython mlx90614 temperature-sensor
Last synced: about 1 month ago
JSON representation
MicroPython code for GY906 IR temperature sensor (MLX90614)
- Host: GitHub
- URL: https://github.com/alchemist-aloha/micropython_gy906_mlx90614
- Owner: Alchemist-Aloha
- License: mit
- Created: 2024-09-25T15:58:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T03:11:20.000Z (about 1 year ago)
- Last Synced: 2025-10-11T10:39:19.996Z (8 months ago)
- Topics: gy906, micropython, mlx90614, temperature-sensor
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MicroPython code for GY906 IR temperature sensor (MLX90614). Tested with Raspberry Pi Pico.
Pi Pico | GY906
GP27 -> SCL
GP26 -> SDA
3V3 -> VCC
GND -> GND
Modified from Adafruit Industry MLX90614 Circuit Python code. https://github.com/adafruit/Adafruit_CircuitPython_MLX90614