Skip to content

An arduino IDE sketch bringing together Liligo's TTGO board with Sensirion's SCD30, exporting co2, temperature and humidity via BLE to PhyPhox mobile app

Notifications You must be signed in to change notification settings

fvanderbiest/ttgo-scd30-sketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

TTGO & SCD30 based CO2 sensor

hardware

SCD30 connected to TTGO board using I2c bus (SDA & SCL pins wired) - see the resources folder for devices information.

software

Arduino IDE config:

  • board manager url set to https://dl.espressif.com/dl/package_esp32_index.json
  • board type set to "ESP32 Dev Module" with:
    • Upload Speed set to 460800
    • CPU Freq 240 MHz
    • Flash Freq 80MHz
    • Flash Size 16Mb (128Mb)
    • Partition Scheme 16 Mb Flash (3 Mb App / 9 Mb FATFS) - MANDATORY
    • PSRAM option set to disabled

About

An arduino IDE sketch bringing together Liligo's TTGO board with Sensirion's SCD30, exporting co2, temperature and humidity via BLE to PhyPhox mobile app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages