MicroPython module for working with the LPS3x ambient air pressure sensor from STMicroelectronics.
Due to the dominance of air pressure sensors from the company starting with the letter "B" in my repositories, I decided to "dilute" it (the dominance) with a sensor from another manufacturer. In this case, it is STMicroelectronics.
Simply connect the board with LPS3x to Arduino, ESP or any other board with MicroPython firmware.
The supply voltage of LPS3x is 1.7..3.6 Volts!
- VCC
- GND
- SDA
- SCL
Upload the MicroPython firmware to the NANO board, PICO RP2040 (ESP, etc.), and then the files: main.py, lps3xmod.py, and the entire sensor_pack_2 folder. Then open main.py in your IDE and run it.
It seems that the store with the letter "A" deceived me. The sensor on the board does not look like LPS3x. LPS3x has a CCLGA-4L case type. I do not know what sensor is on the board!