User Tools

Site Tools


operations:temphumidmonitor

This wiki is not maintained! Do not use this when setting up AuScope experiments!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
operations:temphumidmonitor [2018/09/09 22:00]
Jim Lovell [Configuration:]
operations:temphumidmonitor [2019/03/25 21:17]
Jim Lovell
Line 1: Line 1:
-====== ​Temperature and Humidity monitoring ​at AuScope sites ======+====== ​Monitoring ​at AuScope sites ======
  
-First system will go in at Katherine soon. There are two raspberry pi PCs, one for the antenna and one for the maser room.+Raspberry Pi PCs are being installed at the sites for monitoring temperature and humidity in the antenna and (in Katherine) any vibrations on the maser.
  
-===== Access: =====+First system is in at Katherine which has two raspberry pi PCs, one for the antenna and one for the maser room. The other sites will have PCs in the antenna.
  
-Access via VNC or SSH:+===== Hardware and Software setup =====
  
-username is pi, password is as usual+  * [[operations:​temphumidmonitor_hardware|Hardware setup and configuration]] 
 +  * [[operations:​temphumidmonitor_software|Software setup and configuration]]
  
 +====== Hardware setup and configuration ======
  
-===== Hardware setup =====+Katherine is set up with a different set of temperature and humidity sensors to the other two sites (DHT11 compared to DHT22). The Raspberry Pi in the maser room also has an Arduino board attached to it for the accelerometer and some analog temperature sensors. 
 + 
 +===== Katherine ​===== 
 + 
 +Connect the Raspberry Pi to the Arduino via a USB cable. The Arduino will get power via the cable but it's a good idea to also give the Arduino power via a DC power supply as this provides a more stable reference voltage for the analog sensors. 
 + 
 +==== DHT11 temperature and humidity sensors ​====
  
 Each DHT11 sensor requires 3.3 - 5V, ground and a digital input pin. Pinouts are shown below: Each DHT11 sensor requires 3.3 - 5V, ground and a digital input pin. Pinouts are shown below:
Line 19: Line 27:
  
 {{ :​operations:​dpi_at_raspberry_pi_gpio_pinout.png?​direct&​100 | RPi pinout diagram}} {{ :​operations:​dpi_at_raspberry_pi_gpio_pinout.png?​direct&​100 | RPi pinout diagram}}
 +
 +==== IR transmitters,​ receivers ====
 +These have three pins as well:
 +<​code>​
 +pin    connection
 +---    ---------------
 +-      GND
 +middle +5V
 +S      digital signal
 +</​code>​
 +Connect them to the Raspberry Pi. Any GND or +5V pin will be fine.
 +Use any digital pin on the Pi and make sure they are set to "​False"​ in ''​TempHumid.conf''​ (you can give them an appropriate label though). See below.
 +
 +==== Accelerometer ====
 +This should be connected to the Arduino:
 +<​code>​
 +module pin    Arduino connection
 +---------- ​   ---------------
 +VCC           +5V
 +X out         A0
 +Y out         A1
 +Z out         A2
 +GND           GND
 +</​code>​
 +
 +Attach the accelerometer to the maser (or whatever you want to measure). You might want to align it according to the orientation diagram on the module.
 +==== Analog (Eric) Temperature/​Humidity Sensor ====
 +This should also be connected to the Arduino:
 +<​code>​
 +module pin    Arduino connection
 +---------- ​   ---------------
 +T             A3
 +G             GND
 +H             A4
 +5V            +5V
 +</​code>​
 +
 +
 +
 +
 +===== Hobart and Yarragadee =====
 +
 +====== Software ======
 +
 +===== All sites =====
 +
  
 Edit the ''​TempHumid.conf''​ file accordingly (see below), then either restart the software by typing CTRL-C in the start_THRecord xterm or by rebooting the Pi. Edit the ''​TempHumid.conf''​ file accordingly (see below), then either restart the software by typing CTRL-C in the start_THRecord xterm or by rebooting the Pi.
  
-===== Software =====+===== Temperature and Humidity monitoring ​Software =====
 Software, config file etc are stored in ''​~pi/​TempHumid''​ Software, config file etc are stored in ''​~pi/​TempHumid''​
  
Line 47: Line 101:
   * ''​start_THRecord.sh''​ and ''​start_THServer.sh''​ are started automatically after the RPi boots into a desktop session, so a reboot of the RPi should start these processes. They are called from ''​~/​.config/​lxsession/​LXDE-pi/​autostart''​. Edit this file if you want to change what happens when the desktop starts.   * ''​start_THRecord.sh''​ and ''​start_THServer.sh''​ are started automatically after the RPi boots into a desktop session, so a reboot of the RPi should start these processes. They are called from ''​~/​.config/​lxsession/​LXDE-pi/​autostart''​. Edit this file if you want to change what happens when the desktop starts.
  
-==== Network config ==== 
-Edit these files to change the network configuration:​ 
  
-==== Packages installed ==== 
  
-[[operations:​temphumidmonitorrpi|Configuring Raspberry Pis for Temperature and Humidity monitoring]] 
  
 +===== Katherine =====
  
 +===== Accelerometer,​ Analog temp/humid monitoring Software ======
 +A work in progress... The accelerometer data are available via the web but an alarm system for jolts needs to be implemented. At the moment, no analog temp/humid sensors are in use.
 +
 +===== Software for IR remote control of aircon ======
 +A work in progress... Some preliminary work has been done but we are having trouble '​learning'​ the remote.
 +
 +
 +
 +===== Access: =====
 +
 +Access via VNC or SSH:
 +
 +username is ''​pi'',​ password is as usual
 +
 +
 +====== Network config =====
 +This should be done already, but just in case...
 +
 +  * For masertempke the IP address should be 131.217.61.28.
 +  * For antennatempke the IP address should be 131.217.61.29.
 +
 +Edit ''/​etc/​dhcpcd.conf'':​
 +
 +<​code>​
 +interface eth0
 +static ip_address=131.217.61.28/​26
 +# /26 = netmask of 255.255.255.192
 +static routers=131.217.61.1
 +static domain_name_servers=131.217.0.19
 +</​code>​
 +
 +The hostname should be correct but can be set via the Preferences/​Raspberry Pi configuration GUI on the desktop.
 +
 +Reboot.
 +
 +==== Packages installed ====
 +
 +[[operations:​temphumidmonitorrpi|Configuring Raspberry Pis for Temperature and Humidity monitoring]]
/home/www/auscope/opswiki/data/pages/operations/temphumidmonitor.txt · Last modified: 2019/03/25 21:20 by Jim Lovell