Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
/ CCS811-HDC1080 Public archive

Code to read CCS811 and HDC1080 data from CJMCU-8118, print it to serial monitor and save it to .csv file.

Notifications You must be signed in to change notification settings

jadenaccord/CCS811-HDC1080

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

CCS811-HDC1080

Code to read CCS811 and HDC1080 data from CJMCU-8118, print it to serial monitor and save it to .csv file.

Based on CJMCU-8118_InfluxDB and example sketches from libraries listed below.

Dependencies

Wiring

Arduino Uno

CJMCU-8118 Arduino Uno
VCC 3.3V
GND GND
SCL A5
SDA A4
WAK GND

Other

If you are using another board, check your manufacturer's reference for the appropriate I2C pins.

How to use

  • Install the required dependencies
  • Set up the CJMCU-8118 with your Arduino (as mentioned above)
  • Verify and upload the script to your Arduino, it should run automatically
  • To see your readings:
    • Open the Arduino serial monitor, or serial monitor of your choice
  • To save your readings:
    • Open TeraTerm, or another serial monitor with file saving capabilities
    • File > Log, and follow the rest of the saving dialog

About

Code to read CCS811 and HDC1080 data from CJMCU-8118, print it to serial monitor and save it to .csv file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published