Skip to content

analystcmyk/TM7711pressuresensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TM7711 ADC for pressure sensors

Simple platformIO example to use the TM7711 ADC converter used in cheap pressure sensors.


Hardware :

Module :

20241229-657

Board:

  • ESP32-C3 Mini

    20241229-658

Connections :

  • module GND - GND
  • module VCC - 3v3
  • module SCK - GPIO5 (esp32c3 pin 5)
  • module OUT - GPIO4 (esp32c3 pin 4)

Getting started :

Download the folder, and open it in VSCode/PlatformIO

Calibration :

Please adapt the mapping from RAW values in TM7711.cpp Note that the pressure sensor can output negative values if pressure is negative.