Navigation

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

    Scott Wilson

    @Scott Wilson

    0
    Reputation
    2
    Posts
    187
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Scott Wilson Follow

    Best posts made by Scott Wilson

    This user hasn't posted anything yet.

    Latest posts made by Scott Wilson

    • RE: BME280 Temp/Hum sensor on battery power increasingly skips(?) operation

      My BME280 is around 1F hotter outside than a DS18B20 outside in another project. Not a big deal but I am also researching how to keep it cool. The library I am using is this one.

      posted in Troubleshooting
      Scott Wilson
      Scott Wilson
    • RE: Celsius to Fahrenheit Conversion with HTU21DF

      @irenla
      You have probably already figured this out but try this.

      return temp;
      float tempF = (temp * 9.0) / 5.0 + 32.0;

      you get the idea now.

      posted in Hardware
      Scott Wilson
      Scott Wilson