Navigation

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

    Best posts made by mikeS

    • RE: 💬 Air Humidity Sensor - DHT

      @ramoncarranza
      Change the line in the sketch:

      temperature = dht.toFahrenheit(temperature);

      to

      temperature = dht.toCelsius(temperature);

      probably? I haven't checked it, just looked at the DHT library. You may need to comment the isMetric line earlier in the sketch too. But I think that's how you do it.

      posted in Announcements
      mikeS
      mikeS
    • RE: 💬 Power Meter Pulse Sensor

      Sorry please disregard, I got it working, the pot just needed trimming down, it was permanently triggered so not reading pulses. It worked straight away as soon as I did that. I thought the green light on the lm393 was a power indicator as it was always on, not pulsing.

      posted in Announcements
      mikeS
      mikeS