I recently (mostly) finished adding external environmental sensor support to Lady Heather. You can use the sensor as the primary "receiver" device or in conjunction with any of the "receivers" that Lady Heather supports (except currently the HP-5071A which uses the same plot queue entries as the environmental sensors). Heather supports humidity, pressure, and two temperature values.
I am currently using a dogratian.com USB-PA sensor with temperature, humidity, and pressure. I am also designing a Heather specific board (BME280, two thernistors, temperature controller interface, maybe a couple of ADC channels, etc). Are there any recommendations for other off-the-shelf sensors worth looking at?
The main requirement is that the sensor should send data over a serial port or virtual serial port or maybe ethernet. Ideally it would stream readings at 1 Hz, but a polled device (like the dogratian.com devices) can be accomodated. Also, it would be very nice if the temperature sensors are small, responsive, and on leads that could be attached to whatever is being monitored.
Attached is a screen dump of the USB-PA running. Can you spot the furnace cycling and sunrise?
Yo Mark!
On Thu, 5 Apr 2018 00:58:50 +0000
Mark Sims holrum@hotmail.com wrote:
Are there any recommendations for
other off-the-shelf sensors worth looking at?
I use several of the TEMPer series.
http://pcsensor.com/usb-thermometer/temper1f.html
The TEMPer1F has a local and a remote temperature sensor.
The TEMPer1F_H1 has a remote etmperature/humidity sensor.
The basic TEMPerGold has one temp sensor, is the size of a thumbdrive
and costs under $10.
All easy to use. Gotta be careful, a ton of slightly different
versions on the market.
Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
gem@rellim.com Tel:+1 541 382 8588
Veritas liberabit vos. -- Quid est veritas?
"If you can’t measure it, you can’t improve it." - Lord Kelvin
Mark,
Thanks for doing this ! Aside of the "commercial" sensors, will you open
the API or data format for the community ?
In such way, we could tailor our existed "telemetry devices" to be
connected to LH ! I see lot of perspectives here. Seismic, radiation,
lighting, main, air, light, gravity, you-name-it...
Regards,
Vlad
On 2018-04-04 20:58, Mark Sims wrote:
I recently (mostly) finished adding external environmental sensor
support to Lady Heather. You can use the sensor as the primary
"receiver" device or in conjunction with any of the "receivers" that
Lady Heather supports (except currently the HP-5071A which uses the
same plot queue entries as the environmental sensors). Heather
supports humidity, pressure, and two temperature values.
I am currently using a dogratian.com USB-PA sensor with temperature,
humidity, and pressure. I am also designing a Heather specific board
(BME280, two thernistors, temperature controller interface, maybe a
couple of ADC channels, etc). Are there any recommendations for
other off-the-shelf sensors worth looking at?
The main requirement is that the sensor should send data over a serial
port or virtual serial port or maybe ethernet. Ideally it would
stream readings at 1 Hz, but a polled device (like the dogratian.com
devices) can be accomodated. Also, it would be very nice if the
temperature sensors are small, responsive, and on leads that could be
attached to whatever is being monitored.
Attached is a screen dump of the USB-PA running. Can you spot the
furnace cycling and sunrise?
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.
--
WBW,
V.P.
Hi
By far the highest resolution sensor you will come across is a thermistor. It also has a pretty
narrow range in terms of maintaining high resolution. That’s fine for something with a target
temperature ( OCXO oven) and not so fine for monitoring outdoor temperature year round.
If you want something that is pre-calibrated, then the IC based parts are the way to go. They
are a much better answer to the “general purpose sensor?” question. Mounting them and hooking
up to them … errr …. not quite so easy.
One basic answer is to buy a bag of cheap thermistors and calibrate them yourself. They may
have odd curves, but so far the entire bag looks about the same. That’s been true for a couple
of bags bought randomly here and there. For a lot of things, a simple three point calibration will
do pretty well. You still need to do a rational curve fit, but even that isn’t to crazy over limited
ranges.
Bob
On Apr 4, 2018, at 8:58 PM, Mark Sims holrum@hotmail.com wrote:
I recently (mostly) finished adding external environmental sensor support to Lady Heather. You can use the sensor as the primary "receiver" device or in conjunction with any of the "receivers" that Lady Heather supports (except currently the HP-5071A which uses the same plot queue entries as the environmental sensors). Heather supports humidity, pressure, and two temperature values.
I am currently using a dogratian.com USB-PA sensor with temperature, humidity, and pressure. I am also designing a Heather specific board (BME280, two thernistors, temperature controller interface, maybe a couple of ADC channels, etc). Are there any recommendations for other off-the-shelf sensors worth looking at?
The main requirement is that the sensor should send data over a serial port or virtual serial port or maybe ethernet. Ideally it would stream readings at 1 Hz, but a polled device (like the dogratian.com devices) can be accomodated. Also, it would be very nice if the temperature sensors are small, responsive, and on leads that could be attached to whatever is being monitored.
Attached is a screen dump of the USB-PA running. Can you spot the furnace cycling and sunrise?
<enviro.gif>_______________________________________________
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.
Hi Mark,
SparkFun have some boards that have multiple sensors. They *used* to
do one with a USB connection that had temperature, pressure, humidity, and
light! But I see that is now "retired" (
https://www.sparkfun.com/products/retired/8311 ) and has been replaced by
an Arduino shield:
https://www.sparkfun.com/products/13956
The previous USB model was very easy to use, and sensitive enough for
pressure that it easily showed when I walked up a couple of flights of
stairs! They have a large selection of boards, including several with I2C
connections, so maybe one of those would be suitable?
TTFN,
Peter
Peter,
Yes, that's my current favorite turn-key environmental sensor as well. Sure, you can home-brew a slightly cheaper solution. And the Arduino world is full of random sensor examples, which you are free to deploy and debug. But the Sparkfun unit just works; out of the box. From the first second after power-up, and once every second after that, it does the one thing it is designed for: sense and report.
Their model is serial (USB) ascii output once a second. This works: without API, without command / response, without tie-in to a particular operating system, or driver, or downloads, or app, or API, or language du jour, or login, or encryption, or cloud. It's how digital sensors should be designed. KISS.
This is also why so many of us like the hp 53131A / 53132A talk-only mode. It just measures and reports. The picPET and TAPR TICC were designed the same way.
/tvb
----- Original Message -----
From: "Peter Vince" petervince1952@gmail.com
To: "Discussion of precise time and frequency measurement" time-nuts@febo.com
Sent: Thursday, April 05, 2018 6:24 AM
Subject: Re: [time-nuts] Environmental sensor recommendations
Hi Mark,
SparkFun have some boards that have multiple sensors. They *used* to
do one with a USB connection that had temperature, pressure, humidity, and
light! But I see that is now "retired" (
https://www.sparkfun.com/products/retired/8311 ) and has been replaced by
an Arduino shield:
https://www.sparkfun.com/products/13956
The previous USB model was very easy to use, and sensitive enough for
pressure that it easily showed when I walked up a couple of flights of
stairs! They have a large selection of boards, including several with I2C
connections, so maybe one of those would be suitable?
TTFN,
Peter
If you use an "interchangeable" NTC like
https://br.mouser.com/ProductDetail/US-Sensor/PS103J2 you can skip the
calibration part.
Edésio
On Thu, Apr 05, 2018 at 09:20:56AM -0400, Bob kb8tq wrote:
Hi
By far the highest resolution sensor you will come across is a thermistor. It also has a pretty
narrow range in terms of maintaining high resolution. That???s fine for something with a target
temperature ( OCXO oven) and not so fine for monitoring outdoor temperature year round.
If you want something that is pre-calibrated, then the IC based parts are the way to go. They
are a much better answer to the ???general purpose sensor???? question. Mounting them and hooking
up to them ??? errr ???. not quite so easy.
One basic answer is to buy a bag of cheap thermistors and calibrate them yourself. They may
have odd curves, but so far the entire bag looks about the same. That???s been true for a couple
of bags bought randomly here and there. For a lot of things, a simple three point calibration will
do pretty well. You still need to do a rational curve fit, but even that isn???t to crazy over limited
ranges.
Bob
On Apr 4, 2018, at 8:58 PM, Mark Sims holrum@hotmail.com wrote:
I recently (mostly) finished adding external environmental sensor support to Lady Heather. You can use the sensor as the primary "receiver" device or in conjunction with any of the "receivers" that Lady Heather supports (except currently the HP-5071A which uses the same plot queue entries as the environmental sensors). Heather supports humidity, pressure, and two temperature values.
I am currently using a dogratian.com USB-PA sensor with temperature, humidity, and pressure. I am also designing a Heather specific board (BME280, two thernistors, temperature controller interface, maybe a couple of ADC channels, etc). Are there any recommendations for other off-the-shelf sensors worth looking at?
The main requirement is that the sensor should send data over a serial port or virtual serial port or maybe ethernet. Ideally it would stream readings at 1 Hz, but a polled device (like the dogratian.com devices) can be accomodated. Also, it would be very nice if the temperature sensors are small, responsive, and on leads that could be attached to whatever is being monitored.
Attached is a screen dump of the USB-PA running. Can you spot the furnace cycling and sunrise?
<enviro.gif>_______________________________________________
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.
HI
Quite true.
The down side is that I can buy a bag of 100 parts that are +/- 0.25 C at 25C for a lower delivered
price as one piece of the calibrated parts. It’s a lot easier to glue down and throw away the cheap ones ….
Bob
On Apr 5, 2018, at 10:15 AM, Edesio Costa e Silva time-nuts@tardis.net.br wrote:
If you use an "interchangeable" NTC like
https://br.mouser.com/ProductDetail/US-Sensor/PS103J2 you can skip the
calibration part.
Edésio
On Thu, Apr 05, 2018 at 09:20:56AM -0400, Bob kb8tq wrote:
Hi
By far the highest resolution sensor you will come across is a thermistor. It also has a pretty
narrow range in terms of maintaining high resolution. That???s fine for something with a target
temperature ( OCXO oven) and not so fine for monitoring outdoor temperature year round.
If you want something that is pre-calibrated, then the IC based parts are the way to go. They
are a much better answer to the ???general purpose sensor???? question. Mounting them and hooking
up to them ??? errr ???. not quite so easy.
One basic answer is to buy a bag of cheap thermistors and calibrate them yourself. They may
have odd curves, but so far the entire bag looks about the same. That???s been true for a couple
of bags bought randomly here and there. For a lot of things, a simple three point calibration will
do pretty well. You still need to do a rational curve fit, but even that isn???t to crazy over limited
ranges.
Bob
On Apr 4, 2018, at 8:58 PM, Mark Sims holrum@hotmail.com wrote:
I recently (mostly) finished adding external environmental sensor support to Lady Heather. You can use the sensor as the primary "receiver" device or in conjunction with any of the "receivers" that Lady Heather supports (except currently the HP-5071A which uses the same plot queue entries as the environmental sensors). Heather supports humidity, pressure, and two temperature values.
I am currently using a dogratian.com USB-PA sensor with temperature, humidity, and pressure. I am also designing a Heather specific board (BME280, two thernistors, temperature controller interface, maybe a couple of ADC channels, etc). Are there any recommendations for other off-the-shelf sensors worth looking at?
The main requirement is that the sensor should send data over a serial port or virtual serial port or maybe ethernet. Ideally it would stream readings at 1 Hz, but a polled device (like the dogratian.com devices) can be accomodated. Also, it would be very nice if the temperature sensors are small, responsive, and on leads that could be attached to whatever is being monitored.
Attached is a screen dump of the USB-PA running. Can you spot the furnace cycling and sunrise?
<enviro.gif>_______________________________________________
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.
Are there any recommendations for other off-the-shelf sensors worth looking at?
Mark,
Check out ADT7420:
http://www.analog.com/media/en/technical-documentation/data-sheets/ADT7420.pdf
A useful white paper, including comparison of NTC RTD and IC sensors:
http://www.analog.com/media/en/technical-documentation/frequently-asked-questions/ADT7320_ADT7420_FAQs.pdf
It's also available in a variety of small eval boards, including PMOD compatible PCB and flex boards:
https://store.digilentinc.com/pmod-tmp2-temperature-sensor/
http://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/eval-adt7420.html
/tvb