king.oslo Posted November 10, 2010 Share Posted November 10, 2010 Hello there, What is a sensible way to get the resistance from a temperature sensor circut to use in a web application? Thank you. Kind regards, Marius Quote Link to comment https://forums.phpfreaks.com/topic/218324-get-sensor-information-variable-resistance-to-use-in-web-application/ Share on other sites More sharing options...
possien Posted November 16, 2010 Share Posted November 16, 2010 Depending on how you are harvesting the data there may be several options. I have written apps that gather telemetry data from a serial connection in VB and C#. Many probe attachments will convert analog data to a serial stream. You can use other languages, these were the most expedient. The device is polled at regular intervals and stored in a simple text file, then FTP'd to any kind of server. You can go from there on formatting, putting the text in a db, aging the data, etc. Things to consider are taking analog data and converting it to digital, streaming it to a collecting device (probably a pc or local server) and shipping either formatted data or raw data to the ultimate web server, probably by FTP. This might give you a start Quote Link to comment https://forums.phpfreaks.com/topic/218324-get-sensor-information-variable-resistance-to-use-in-web-application/#findComment-1134888 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.