Difference between revisions of "Temperature Monitoring"

From Nottinghack Wiki
Jump to navigation Jump to search
m (Danspencer101 moved page Project:Temperature Monitoring to Temperature Monitoring over redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Temperature data from around the space is to be log via Cacti.<br/>
+
Temperature data from around the space is being logged via [http://cacti.nottinghack.org.uk/graph_view.php Cacti].<br/>
Sampling done with DS18S20 1-wire digital thermometer, these can be daisy chained of the other arduino and MQTT devices.<br/>
+
Sampling done with DS18S20 1-wire digital thermometers, these can be daisy chained of the other arduino and MQTT devices.<br/>
Aim to publish a standard format MQTT message that a script on [[Holly]] will decode and push to cacti<br/>
+
Temperatures are regularly published to "nh/temp" in the format "address:temp" e.g. "10C3282902080021:20.31". <br/>
  
Posible Arduino to hook into
+
Current temperature sensors:
 +
* [[LED Matrix|MatrixMQTT]] - Blue room, studio and comfy area
 +
* [[Mini-matrix]] - Snackspace fridge
 +
* [[WorkshopMQTT]] - Workshop
 +
 
 +
Possible Arduinos to hook into:
 
* [[Gatekeeper]] in members box room (arduino, ethernet)
 
* [[Gatekeeper]] in members box room (arduino, ethernet)
* [[LED Matrix]] in studio (arduino mega, ethernet)
 
 
* [[Vending Machine]] in workshop (nanode)
 
* [[Vending Machine]] in workshop (nanode)
* [[Energy Monitoring|Energy Monitor]] in blue room cupboard (XRF)
+
* [[Energy Monitoring|Energy Monitor]] to go in blue room cupboard (XRF)
  
 
=== Cheap and cheerful thermistor workshop ===
 
=== Cheap and cheerful thermistor workshop ===
Line 56: Line 60:
  
 
===Old Notes===
 
===Old Notes===
* Temp sensors dotted around space
+
* Temp sensors dotted around space - done to some degree
 
* Nanode again
 
* Nanode again
* Small wireless units or daisy chain of dalas one wires?
+
* Small wireless units or daisy chain of dallas one wires?
 
* Humidity sensor's?
 
* Humidity sensor's?
* Push to cacti
+
* Push to cacti - done - [http://cacti.nottinghack.org.uk/graph_view.php]
* Query from irc
+
* Query from irc - done; say "!temp" in #nottinghack
  
 
[[Category:Projects]]
 
[[Category:Projects]]
 
[[Category:Projects (in progress)]]
 
[[Category:Projects (in progress)]]
 
[[Category:Instrumentation]]
 
[[Category:Instrumentation]]

Latest revision as of 16:01, 31 January 2019

Temperature data from around the space is being logged via Cacti.
Sampling done with DS18S20 1-wire digital thermometers, these can be daisy chained of the other arduino and MQTT devices.
Temperatures are regularly published to "nh/temp" in the format "address:temp" e.g. "10C3282902080021:20.31".

Current temperature sensors:

Possible Arduinos to hook into:

Cheap and cheerful thermistor workshop

I have a bag of surplus 47k thermistors (about 500) and I intend to build a number of circuits to measure temperature starting with the very simplest and culminating in a teachable HackSpace project with reasonable accuracy. We will put these devices in fridges, near heat sources, near doors, windows, indoors, outdoors, you name it.

The component:

  VISHAY 
   NTCLE100 Series NTC 47 kOhm ±1.5 % Radial Leaded Standard Precision Thermistor
   Mfr Part#:  NTCLE100E3473JB0
   Packaging : BAG 
   Std Packaging Qty: 500
   Min Order Qty: 1
   As low as:  £0.1751  (GBP)
   In Stock:  No
   Type: 
   NTC
   Resistance: 
   47 kO
   Tolerance (%): 
   ±1.5 %
   B-constant: 
   4090 °K
   Temperature Range: 
   -40 to +125 °C

Some Google digging reveals...

The simplest circuits and Arduino code...

Michael Erskine 06:43, 14 December 2011 (EST)


Old Notes

  • Temp sensors dotted around space - done to some degree
  • Nanode again
  • Small wireless units or daisy chain of dallas one wires?
  • Humidity sensor's?
  • Push to cacti - done - [1]
  • Query from irc - done; say "!temp" in #nottinghack