Skip to content

lcarnevale/upy-series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

MicroPython Libraries and Drivers Series

The upy-series (read it as micropy series) is a collection of libraries and drivers built for MicroPython-based boards (i.e., ESP32, RP2040, etc.) by lcarnevale <lcarnevale@unime.it>. It includes, i.e., drivers for YL-69 or HL-69 resistive soil moisture sensor.

Why MicroPython?

MicroPython is a lean implementation of Python 3 optimised to run on microcontrollers and in constrained environments. It includes a small subset of the Python standard library, maintaining a minimum compatibility as long as common libraries are used. Relying on Python programming language, it is easy to learn and use, supported by a large community, and suitable for industries and academies.

Drivers

Relay (single and multi channels) - The relay sets up values high (1) or low (0) [ repository ].
HL-69 - The resistive soil moisture sensor (YL-69 or HL-69) measures the volumetric water content in soil, providing in output the voltage value [ repository ].
YL-69 - The resistive soil moisture sensor (YL-69 or HL-69) measures the volumetric water content in soil, providing in output the voltage value [ repository ].

About

Collection of MicroPython Libraries and drivers built by lcarnevale.

Topics

Resources

Stars

Watchers

Forks