8000 GitHub - octaprog7/LPS3x: MicroPython module for working with the LPS3x ambient air pressure sensor from ST.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MicroPython module for working with the LPS3x ambient air pressure sensor from ST.

License

Notifications You must be signed in to change notification settings

octaprog7/LPS3x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LPS3x

MicroPython module for working with the LPS3x ambient air pressure sensor from STMicroelectronics.

Motivation

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.

Connection

Simply connect the board with LPS3x to Arduino, ESP or any other board with MicroPython firmware.

Power

The supply voltage of LPS3x is 1.7..3.6 Volts!

  1. VCC
  2. GND
  3. SDA
  4. SCL

Firmware

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.

Pictures

Integrated Development Environment

alt text

Board

alt text

Warning

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!

About

MicroPython module for working with the LPS3x ambient air pressure sensor from ST.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0