Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. stubtoe
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by stubtoe

    • stubtoe

      Where next with making prototype more permanent?
      My Project • • stubtoe  

      4
      0
      Votes
      4
      Posts
      1593
      Views

      HenryWhite

      @stubtoe said: I saw that the other day. It is pretty neat and given me a few ideas. I suppose I was also asking (although not very well worded!) where's a good resource when you want to design and manufacture your own bespoke PCB? Is there a good book anyone can recommend? For Designing a PCB, you can watch tutorials on YouTube (search e.g. for "eagle tutorial" if you want to design your board with eagle. I started two weeks ago and after one day of watching tutorials I built my own board in eagle A good address for cheap pcb manufacturers is http://pcbshopper.com/
    • stubtoe

      Graphing via RPi to website
      My Project • • stubtoe  

      5
      0
      Votes
      5
      Posts
      2538
      Views

      MikeF

      I'm using a different approach using Google Charts, as outlined here. I run Domoticz on a RPi, and I've written a Python script to get values from Domoticz using JSON calls every 10 minutes, and write these to a .csv file, creating a new file each day. I then run a modified version of @stephenmhall's Python script, which creates an html file and calls Google Charts. One advantage of this approach is that you display the webpage in a local browser.
    • stubtoe

      Combining multiple sensors into one sketch
      My Project • • stubtoe  

      3
      0
      Votes
      3
      Posts
      3469
      Views

      stubtoe

      Fantastic. Thank you @niccodemi
    • stubtoe

      Can you calibrate DHT11?
      Vera • • stubtoe  

      5
      0
      Votes
      5
      Posts
      6716
      Views

      Yveaux

      @mfalkvidd I personally prefer to immediately correct the value when read from the dht: float temperature = dht.getTemperature() - 2.0; In case the dht returns a NaN value, this value will stay NaN even when 2.0 is substracted. But I didn't want to complicate things
    • stubtoe

      Vera Lite working with DHT11
      Vera • • stubtoe  

      1
      0
      Votes
      1
      Posts
      896
      Views

      No one has replied