TMP36 | A library to read the TMP36 analog temperature sensor

 by   infomaniac50 Java Version: Current License: No License

kandi X-RAY | TMP36 Summary

kandi X-RAY | TMP36 Summary

TMP36 is a Java library typically used in Internet of Things (IoT), Raspberry Pi, Arduino applications. TMP36 has no bugs, it has no vulnerabilities and it has low support. However TMP36 build file is not available. You can download it from GitHub.

TMP36 Interface Library Derek Chafin September 14, 2011 Public Domain Code. An arduino library to read the TMP36 analog temperature sensor from adafruit.com. The library takes the raw input from the sensor and outputs the temperature in Celsius and Farenheight.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              TMP36 has a low active ecosystem.
              It has 4 star(s) with 0 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              TMP36 has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of TMP36 is current.

            kandi-Quality Quality

              TMP36 has no bugs reported.

            kandi-Security Security

              TMP36 has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              TMP36 does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              TMP36 releases are not available. You will need to build from source code and install.
              TMP36 has no build file. You will be need to create the build yourself to build the component from source.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of TMP36
            Get all kandi verified functions for this library.

            TMP36 Key Features

            No Key Features are available at this moment for TMP36.

            TMP36 Examples and Code Snippets

            No Code Snippets are available at this moment for TMP36.

            Community Discussions

            QUESTION

            How to improve an arduino TMP36 temperature reading?
            Asked 2017-Aug-30 at 18:49

            The Arduino love-o-meter project (present in the starter kit) uses a float to compute the temperature from the voltage read from the TMP36.

            The Arduino Uno microcontroller (ATmega328P) doesn't have any FPU and the computation doesn't have good performance.

            How can we improve this computation?

            ...

            ANSWER

            Answered 2017-Aug-30 at 13:58

            The cause of bad performance is the usage of floating point values.

            I will show how to get rid of it.

            First we talk about precision:

            • The TMP36 has a range of 500°C (from -50°C to +450°C).
            • The analog read works on 10 bits from 0 to 1023 (1024 possible values).

            So the precision is 500/1024. Roughly 0.5 °C.

            So if we want to code the temperature on an int, the less significant bit of this int needs to code for 0.5°C instead of 1°C.

            Example:

            Source https://stackoverflow.com/questions/45956343

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install TMP36

            You can download it from GitHub.
            You can use TMP36 like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the TMP36 component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/infomaniac50/TMP36.git

          • CLI

            gh repo clone infomaniac50/TMP36

          • sshUrl

            git@github.com:infomaniac50/TMP36.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link