FORK
Published

Measuring temperature and humidity

Get temperature and humidity readings, which will be used in an automated stand.

IntermediateFull instructions provided1 hour313
Measuring temperature and humidity

Things used in this project

Hardware components

fork
×1

Story

Read more

Schematics

2_Mu0DbXWRWb.png

Code

Code snippet #7

Plain text
    var url_path 'http://192.168.0.205/
    to
    var url_path '/';
    

Code snippet #8

Plain text
    var url_path 'http://192.168.0.205/
    to
    var url_path '/';
    

Code snippet #17

Plain text
    addr = 0x4
    data = b'\xE3
    res = dev1.I2CWriteRead(addr,3,data)
    

Code snippet #18

Plain text
    addr = 0x4
    data = b'\xE3
    res = dev1.I2CWriteRead(addr,3,data)
    

Credits

FORK

FORK

11 projects • 1 follower
FORK for test-engineers to automate fixtures. Just take Fork, PyTest and program the tests in Python. The test stand is ready!

Comments