Code Monkey home page Code Monkey logo

temphum's Introduction

Français

Libre Connect
Download TempHum / LibreConnect / Source

What is temphum ?

Photo temphum
temphum is an USB temperature/humidity sensor.
You can optionally add a photoresistor to measure light.

A version with a small display will be available later.
TempHum Display

Applications

Display temperature and humidity on a web page.

There is a example of a widget here http://madnerd.org/interface/temphum App temphum

Build your own temperature sensor widget using libreInterface

  • Go to libreInterface
  • Import apps/libreInterface/dht11.json
  • Modify the code

libreInterface temphum

All modifications made using the developer console will be saved.
Go to http://github.com/madnerdorg/libreinterface for more information.

How to build temphum ?

Video soldering temphum

Upload

To add the photoresistor change this line in the arduino code

const bool hasPhotoResistor = true;

Components

  • Arduino nano CH340G: 2€
  • DHT11 : 2€
  • Resistor pack 400pcs (3€) (1 resistor: 0.0071€)

Total : 6€ (4€)

Wiring

You need to add a 4,7kΩ resistor between 5v/pin 2.

Wiring_temphum

  • Arduino - 2 : DATA (2)
  • Arduino - 2 : RESISTOR (4,7kΩ) --> VCC (1)
  • Arduino - 5v : VCC (1)
  • Arduino - GND : GND (4)

3D printing

Models by Olivier Sarrailh : https://github.com/madnerdorg/temphum/tree/master/stl

Commands

/info -------> Give name:port

temphum:42004

Once /info is sent , the device will send humidity(%);temp(°c) or humidity(%);temp(°c);light(/1024)

50.00;24.00;600

Licences

temphum.ino

  • Author: Rémi Sarrailh (madnerd.org)
  • Licence: MIT

DHT_sensor_library

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.