Show HN: Raspberry Pi Temperature Sensor Project
1–10 of 14 posts
Re: Show HN: Raspberry Pi Temperature Sensor Project
#2Temperature is the most commonly measured process variable. Measuring it in most cases is trivial!
Show me an RPi project that calculates the temperature of a blast furnace by measuring the air pressure and the speed of sound in the vicinity and I'll change my mind.
Re: Show HN: Raspberry Pi Temperature Sensor Project
#3Re: Show HN: Raspberry Pi Temperature Sensor Project
#4See the page for farmers -> http://farmhack.net/tools/fido-temperature-alarm-sends-text-...
Code here -> https://github.com/fidoserver/Fido
Re: Show HN: Raspberry Pi Temperature Sensor Project
#5I like this project :). I made a similar temperature alert system with Raspberry Pi called Fido. It supports the Temper1 USB sensor and the Temperature/Humidity Pro sensor for GrovePi board that attaches to the R-Pi. See the page for farmers -> http://farmhack.net/tools/fido-temperature-alarm-sends-text-... Code here -> https://github.com/fidoserver/Fido
Blog post -> http://www.knightfoundation.org/blogs/knightblog/2015/2/10/k...
Project page -> http://farmhack.net/tools/open-pipe-kit
Re: Show HN: Raspberry Pi Temperature Sensor Project
#6I see no mention of calibration.. Calibration is important. Even if you don't do it you should be aware of what the error might be.
Re: Show HN: Raspberry Pi Temperature Sensor Project
#7I hate to be "that guy" but if this is what passes for an interesting project these days, I could flood github with all the miscellaneous crap I have on my testbench. Temperature is the most commonly measured process variable. Measuring it in most cases is trivial ! Show me an RPi project that calculates the temperature of a blast furnace by measuring the air pressure and the speed of sound in the vicinity and I'll c…
What's distressing is that these folks will win in the end, and IoT wind up being quad-core devices @ 800Mhz because everyone is writing their system nodes in node.js or running a JVM. Small and tight just isn't worth the effort anymore.
Re: Show HN: Raspberry Pi Temperature Sensor Project
#8I hate to be "that guy" but if this is what passes for an interesting project these days, I could flood github with all the miscellaneous crap I have on my testbench. Temperature is the most commonly measured process variable. Measuring it in most cases is trivial ! Show me an RPi project that calculates the temperature of a blast furnace by measuring the air pressure and the speed of sound in the vicinity and I'll c…
Embedded guy here as well. I have to chuckle when I see a mountain of Java code to do a simple sensor operation but, hey, at least they're trying to understand how to make it all work. What's distressing is that these folks will win in the end, and IoT wind up being quad-core devices @ 800Mhz because everyone is writing their system nodes in node.js or running a JVM. Small and tight just isn't worth the effort anymor…
Embedded hardware still has its place though. General purpose kernels like this can't handle timing-sensitive operations well, so there will always be a need for small and tight real-time programming. Other solutions exist such as binding a separate microcontroller to the host OS, but they're clunky and require additional drivers/libraries.
But you're right, IoT will end up being quad-core devices running some version of Linux because it's an easily accessible development platform that provides TCP/IP and a bazillion actively maintained drivers. And why not? The silicon is getting cheaper every day.
Re: Show HN: Raspberry Pi Temperature Sensor Project
#9I hate to be "that guy" but if this is what passes for an interesting project these days, I could flood github with all the miscellaneous crap I have on my testbench. Temperature is the most commonly measured process variable. Measuring it in most cases is trivial ! Show me an RPi project that calculates the temperature of a blast furnace by measuring the air pressure and the speed of sound in the vicinity and I'll c…
Re: Show HN: Raspberry Pi Temperature Sensor Project
#10I hate to be "that guy" but if this is what passes for an interesting project these days, I could flood github with all the miscellaneous crap I have on my testbench. Temperature is the most commonly measured process variable. Measuring it in most cases is trivial ! Show me an RPi project that calculates the temperature of a blast furnace by measuring the air pressure and the speed of sound in the vicinity and I'll c…
Embedded guy here as well. I have to chuckle when I see a mountain of Java code to do a simple sensor operation but, hey, at least they're trying to understand how to make it all work. What's distressing is that these folks will win in the end, and IoT wind up being quad-core devices @ 800Mhz because everyone is writing their system nodes in node.js or running a JVM. Small and tight just isn't worth the effort anymor…