Cov txheej txheem:

Particle Photon - HDC1000 Kub Sensor Qhia: 4 Kauj Ruam
Particle Photon - HDC1000 Kub Sensor Qhia: 4 Kauj Ruam

Video: Particle Photon - HDC1000 Kub Sensor Qhia: 4 Kauj Ruam

Video: Particle Photon - HDC1000 Kub Sensor Qhia: 4 Kauj Ruam
Video: Particle Photon - HDC1000 Temperature Sensor Tutorial 2024, Lub rau hli ntuj
Anonim
Image
Image

HDC1000 yog lub ntsuas cua digital nrog cov ntsuas kub sib xyaw uas muab qhov ntsuas tau zoo heev ntawm lub zog qis heev. Cov cuab yeej ntsuas cov av noo raws li lub peev xwm tshiab sensor. Cov av noo thiab qhov ntsuas kub tau tsim los ntawm lub Hoobkas. Nws ua haujlwm tsis pub dhau -40 ° C txog +125 ° C kub ntau. Nov yog nws qhov ua piv txwv nrog particle photon.

Kauj Ruam 1: Yam Koj Xav Tau..

Yam Koj Xav Tau.. !!
Yam Koj Xav Tau.. !!

1. Particle Photon

2. HDC1000

3. I²C Cable

4. I²C Shield rau Particle Photon

Kauj Ruam 2: Kev Sib Txuas:

Kev sib txuas
Kev sib txuas
Kev sib txuas
Kev sib txuas
Kev sib txuas
Kev sib txuas
Kev sib txuas
Kev sib txuas

Nqa daim I2C daim ntaub thaiv rau cov photon me me thiab maj mam thawb nws hla cov pins ntawm cov khoom sib nqus.

Tom qab ntawd txuas ib kawg ntawm I2C cable rau HDC1000 sensor thiab lwm qhov kawg rau I2C daim ntaub thaiv.

Kev sib txuas tau qhia hauv daim duab saum toj no.

Kauj ruam 3: Code:

Txoj Cai
Txoj Cai

Cov lej me me rau HDC1000 tuaj yeem rub tawm los ntawm peb GitHub chaw cia khoom- Dcube Store.

Nov yog qhov txuas rau tib yam:

github.com/DcubeTechVentures/HDC1000…

Cov ntawv ntawm HDC1000 tuaj yeem pom ntawm no:

www.ti.com.cn/cn/lit/ds/symlink/hdc1000.pdf

Peb tau siv ob lub tsev qiv ntawv rau cov lej me me, uas yog application.h thiab spark_wiring_i2c.h. Spark_wiring_i2c lub tsev qiv ntawv xav tau los pab txhawb I2C kev sib txuas lus nrog lub sensor.

Koj tseem tuaj yeem luam cov cai los ntawm no, nws tau muab raws li hauv qab no:

// Faib nrog daim ntawv tso cai yuav dawb.

// Siv nws txhua txoj hauv kev uas koj xav tau, muaj txiaj ntsig lossis pub dawb, muab nws haum rau hauv daim ntawv tso cai ntawm nws cov haujlwm ua haujlwm.

// HDC1000

// Cov cai no tau tsim los ua haujlwm nrog HDC1000_I2CS I2C Mini Module muaj nyob hauv Dcube Store.

#suav nrog

#suav nrog

// HDC1000 I2C chaw nyob yog 0x40 (64)

#define Ntxiv 0x40

ntab cTemp = 0.0, fTemp = 0.0, av noo = 0.0;

int temp = 0, hum = 0;

void teeb tsa ()

{

// Teem sib txawv

Particle.variable ("i2cdevice", "HDC1000");

Particle.variable ("av noo", av noo);

Particle.variable ("cTemp", cTemp);

// Pib I2C kev sib txuas lus

Hlau.begin ();

// Initialise Serial Communication, teeb baud tus nqi = 9600

Serial.begin (9600);

// Pib I2C Kev Kis

Wire.beginTransmission (Addr);

// Xaiv cov npe sau npe

Hlau.write (0x02);

// Kub, ua kom cov av noo, daws teeb meem = 14-ntsis, rhaub rau

Hlau.write (0x30);

// Nres I2C Kev Kis

Wire.endTransmission ();

ncua (300);

}

void lub voj ()

{

unsigned int cov ntaub ntawv [2];

// Pib I2C Kev Kis

Wire.beginTransmission (Addr);

// Xa cov lus ntsuas ntsuas ntsuas

Hlau.write (0x00);

// Nres I2C Kev Kis

Wire.endTransmission ();

ncua (500);

// Thov 2 bytes ntawm cov ntaub ntawv

Wire.requestFrom (Addr, 2);

// Nyeem 2 bytes ntawm cov ntaub ntawv

// temp msb, kub lsb

yog (Wire.available () == 2)

{

cov ntaub ntawv [0] = Wire.read ();

cov ntaub ntawv [1] = Wire.read ();

}

// Hloov cov ntaub ntawv

temp = ((cov ntaub ntawv [0] * 256) + cov ntaub ntawv [1]);

cTemp = (temp / 65536.0) * 165.0 - 40;

fTemp = cTemp * 1.8 + 32;

// Pib I2C Kev Kis

Wire.beginTransmission (Addr);

// Xa cov lus ntsuas ntsuas av noo

Hlau.write (0x01);

// Nres I2C Kev Kis

Wire.endTransmission ();

ncua (500);

// Thov 2 bytes ntawm cov ntaub ntawv

Wire.requestFrom (Addr, 2);

// Nyeem 2 bytes ntawm cov ntaub ntawv

// temp msb, kub lsb

yog (Wire.available () == 2)

{

cov ntaub ntawv [0] = Wire.read ();

cov ntaub ntawv [1] = Wire.read ();

}

// Hloov cov ntaub ntawv

hum = ((cov ntaub ntawv [0] * 256) + cov ntaub ntawv [1]);

av noo = (hum / 65536.0) * 100.0;

// Tso tawm cov ntaub ntawv rau dashboard

Particle.publish ("Tus txheeb ze Vaum:", Txoj hlua (av noo));

Particle.publish ("Kub hauv Celsius:", String (cTemp));

Particle.publish ("Kub hauv Fahrenheit:", String (fTemp));

ncua (1000);

}

Kauj Ruam 4: Cov ntawv thov:

HDC1000 tuaj yeem ua haujlwm ua cua sov, tso cua thiab cua txias (HVAC), Ntse Thermostats thiab Chav Saib Xyuas. Qhov ntsuas no tseem pom nws daim ntawv thov hauv Cov Tshuab Luam Ntawv, Cov Ntsuas Hluav Taws Xob, Cov Khoom Siv Kho Mob, Kev Thauj Khoom Nkoj nrog rau Automotive Windshield Defog.

Pom zoo: