Close
0%
0%

Kube Multi Sensor Platform

This is more than just a temperature/humidity sensor with an OLED screen - it is a multi-sensor platform for all your ha sensor needs!

b-kB K
Public Chat
Similar projects worth following
This project is my homemade/DIY temperature/humidity multi-sensor, based on the NodeMCU ESP8266, and a DHT22 sensor. It uses a custom-made breakout board for the NodeMCU/DHT I designed in Eagle (available at PCBWay: https://goo.gl/U2fY7y). The breakout board allows me to easily connect things like an OLED screen (for local display), motion sensors or WS2812 RGB LED strings (for LED strip control). The NodeMCU itself runs code I wrote to get the temp/humidty/motion inputs, and publish them via MQTT to my openHAB home automation system. This multi-sensor is really a platform for multiple home automation data gathering tools, and I intend to extend its functionality as time goes on.This enclosure was designed in Fusion 360 to make the whole setup look more pleasing to the (wife's) eye, rather than having random PCBs out around the house.

Enclosure-Box.stl

3d print STL file for the enclosure box

Standard Tesselated Geometry - 162.78 kB - 04/15/2018 at 01:04

Download

Enclosure-BottomCover.stl

3d print STL file for the enclosure cover

Standard Tesselated Geometry - 87.00 kB - 04/15/2018 at 01:04

Download

  • 1 × NodeMCU v0.9 NodeMCU board
  • 1 × PCB (NodeMCU carrier board)
  • 1 × 0.96" I2C OLED screen
  • 1 × DHT22 Sensor

  • Step 3 video (testing MQTT, configuring openHAB, calibrating sensor)

    B K04/22/2018 at 14:57 0 comments

    Just released the third step video for building the sensor. In this video, I focus on showing how to test the MQTT output from the sensor, how to configure openHAB to receive the sensor data and graph it, and how to calibrate the sensor to existing thermostat sensors. After this, the sensor is fully connected to the home automation system for monitoring/charting.

View project log

  • 1
    Hardware Build

    Step 1: Print enclosure, solder headers and DHT 22 sensor onto PCB, connect OLED screen and assemble sensor.

    # Parts List 

    *3D printed enclosure (https://www.thingiverse.com/thing:2539897

    *OLED screen (http://amzn.to/2xR4iQP

    *NodeMCU breakout board (https://goo.gl/U2fY7y

    *NodeMCU ESP8266 dev board v0.9 (http://amzn.to/2hd6RJk) or 1.0 (http://amzn.to/2ymAkak). 

    *DHT-22 sensor (http://amzn.to/2ymmODK

    *headers (http://amzn.to/2fNe81C

    *solid hook-up wire, 22awg (https://amzn.to/2voliAb)

    # Build Procedure

    Initial Build

    1. Print enclosure and cover
    2. Solder left/right inner headers onto the OSHPark carrier board (15 pins each)
    3. Solder DHT22 sensor onto board, with openings facing out
    4. Stick NodeMCU board onto carrier board, USB connector facing opposite from DHT22
    5. De-pin OLED screen (cut the black plastic holding pins together, remove pins one by one) <- alternatively, you can use breadboard wires (http://amzn.to/2fDGqeJ) with connectors on each end if you don't want to de-pin, but you'll have to bend the OLED screen pins to the side.
    6. Cut seven (7) short (~2 inch) lengths of hook-up wire and strip on each end.
    7. Connect/solder OLED screen to carrier board as follows:

    For SPI OLED:

    BoardWire ColorOLED
    3v3RedVCC
    GndBlackGnd
    D10OrangeRes
    D9GrayDC
    D8WhiteCS
    D7YellowD1
    D5BrownD0

    For I2C OLED:

    BoardWire ColorOLED
    3v3RedVCC
    GndBlackGnd
    D10BlueSCL
    D9GreenSDA

    # Final Assembly:

    1. Stick OLED screen onto mounting posts (ensuring the screen is within the enclosure opening) and use a soldering iron to melt the posts over it.

    2. Put NodeMCU carrier board in, ensuring it fits snugly (DHT sensor is tightly within its opening, USB connector is visible)

    3. Put enclosure cover on, and secure with small screws (or glue in place)

  • 2
    Programming

    Step 2: Program sensor with Arduino code, configuring Wifi/MQTT and other configuration settings.

  • 3
    Configuration

    Step 3: Test MQTT connection/data output, configure openHAB for sensor data input and charting, and calibrate sensor to HVAC thermostat.

View all 3 instructions

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates