Code Monkey home page Code Monkey logo

pt100rtd's Issues

Increase RTD reading

Hi,
I wont to know if it possible to increase the RTD Reading to the MAX31865.cpp, to have better resolution.

Actually the code give : rtd: 0x2015, ohms: 107.77

For my, instrumentation i needed rtd: 0x2015, ohms: 107.77**# 7**

Sorry i'm not a expert with the MAX31865, and i need help.

Thanks in advance

PlatformIO library registry has wrong version - 0.1

PlatformIO library registry does not get the latest version of the code. It gets version 0.1 but the latest version on Github has different code, namely pt100rtd.h has
#if (defined(__AVR__)) #include <avr\pgmspace.h> #else #include <pgmspace.h> #endif
and version 0.1 has
#include <avr\pgmspace.h>

Version 0.1 will not compile with the latest release of Espressif 32.

I do not know how to file an issue for PlatformIO Library Registry, I thought the author of this repository could cause an update to the registry to happen.

Conditionally import pgmspace.h if __AVR__ is defined

Could we add in pt100rtd.h the below code?

#if (defined(__AVR__))
#include <avr\pgmspace.h>
#else
#include <pgmspace.h>
#endif

More that happy to create a pull request but just checking out to see if you are interested..

830 C degree reading

Hi

Please let me know if you know ansewer. I use your librarty in my sketch and shows near 830 C degree reading, do you know where i could search for problem?

Compilation error on Due with latest Arduino IDE version 2

I tried to compile the example code on Arduino but it gives below error message:
In file included from C:\Users\mohi\Documents\Arduino\libraries\pt100rtd-master\examples\pt100_temperature\pt100_temperature.ino:24:0:
C:\Users\mohi\Documents\Arduino\libraries\pt100rtd-master/pt100rtd.h:30:22: fatal error: pgmspace.h: No such file or directory
#include <pgmspace.h>
^
compilation terminated.

exit status 1

Compilation error: exit status 1

it works with Adafruit example on Max31865

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.