User Tools

Site Tools


sunification

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
sunification [2019/03/28 13:21] givanbelasunification [2019/03/28 15:27] givanbela
Line 84: Line 84:
    monthly meetings with specific subthemes, inviting each time another expert \\    monthly meetings with specific subthemes, inviting each time another expert \\
    monthly work sessions, inviting experts with necessary technical skills \\    monthly work sessions, inviting experts with necessary technical skills \\
 +
 +{{ :sunification:20190208_113049.jpg?200 |}}
 +{{ :sunification:20190208_111844.jpg?200 |}}
 +
  
 ==== Measurements ==== ==== Measurements ====
Line 105: Line 109:
   * https://www.alibaba.com/trade/search?fsb=y&IndexArea=product_en&CatId=&SearchText=pyranometer   * https://www.alibaba.com/trade/search?fsb=y&IndexArea=product_en&CatId=&SearchText=pyranometer
  
- https://www.hackster.io/jeffrey2/measuring-solar-radiation-with-arduino-f741ac +Using an Arduino or Raspberry pi, the following ready to make designs are online available
- http://www.instesre.org/construction/pyranometer/pyranometer.htm +
- https://oceanoptics.com/wp-content/uploads/Fernando-Guerra-Hidalgo-Sensors-Design.pdf +
- https://www.analogweather.com/-eppley-model-50-pyrheliometer.html +
- https://ourlittlefield.blogspot.com/2014/08/home-made-pyranometer-or.html (with rpi) +
- http://eprints.ucm.es/46744/1/TrabajoFinDeMaster.pdf (with rpi) +
- https://www.richardmudhar.com/blog/2013/03/constructing-a-pyranometer-monitoring-daylight-levels-using-a-photodiode-and-pic/+
  
-TECHNICAL COMPONENTS FOR RPI OR ARDUINO-ALIKES+  * https://www.hackster.io/jeffrey2/measuring-solar-radiation-with-arduino-f741ac 
 +  * http://www.instesre.org/construction/pyranometer/pyranometer.htm 
 +  * https://oceanoptics.com/wp-content/uploads/Fernando-Guerra-Hidalgo-Sensors-Design.pdf 
 +  * https://www.analogweather.com/-eppley-model-50-pyrheliometer.html 
 +  * https://ourlittlefield.blogspot.com/2014/08/home-made-pyranometer-or.html (with rpi) 
 +  * http://eprints.ucm.es/46744/1/TrabajoFinDeMaster.pdf (with rpi) 
 +  * https://www.richardmudhar.com/blog/2013/03/constructing-a-pyranometer-monitoring-daylight-levels-using-a-photodiode-and-pic/
  
- Tetsuo Kogawa (FM transmitters) +==== Other electronic components for extending the sunlight measurements ====
- https://anarchy.translocal.jp/radio/micro/howtotx.html+
  
- Light to Frequency Converter - TSL235R +=== Tetsuo Kogawa (FM transmitters) ===
- https://www.sparkfun.com/products/9768 +
- https://playground.arduino.cc/Main/TSL235R +
- https://shop.pimoroni.com/products/light-to-frequency-converter-tsl235r +
- UV +
- BH1750GUVA-S12SD  +
- http://arduinolearning.com/code/arduino-bh1750-sensor.php +
- http://arduinolearning.com/code/arduino-guva-s12sd-uv-sensor.php +
- sparkfun DEV-15089 UV Light Sensor Breakout sparkfun +
- sparkfun VEML6075  +
- https://www.sparkfun.com/products/15089 +
- https://learn.sparkfun.com/tutorials/qwiic-uv-sensor-veml6075-hookup-guide +
- https://learn.adafruit.com/adafruit-veml6075-uva-uvb-uv-index-sensor +
- https://github.com/ControlEverythingCommunity/VEML6070 +
- LUX TSL-2561 +
- https://learn.sparkfun.com/tutorials/tsl2561-luminosity-sensor-hookup-guide/all +
- https://www.adafruit.com/product/439 +
- https://www.instructables.com/id/Lux-Sensor-TSL2561-Raspberry-Pi/ +
- AMBIENT LIGHT TEMT-6000 +
- https://www.sparkfun.com/products/8688 +
- COLORPAL  +
- https://www.parallax.com/product/28380 +
- color recognition TCS3200 +
- https://howtomechatronics.com/tutorials/arduino/arduino-color-sensing-tutorial-tcs230-tcs3200-color-sensor/ +
- https://www.raspberrypi.org/blog/colour-sensing-raspberry-pi/ +
- infrared detection +
- http://forum.arduino.cc/index.php?topic=134089.0 +
- CO2 sensors +
- MQ 135 (may be too inaccurate) +
- http://sandboxelectronics.com/?product=mh-z16-ndir-co2-sensor-with-i2cuart-5v3-3v-interface-for-arduinoraspeberry-pi&gclid=CjwKCAiA8OjjBRB4EiwAMZe6y3DxYm0QQQ5xS7yTbE8hKYpdvKlpHz5E7USG_WEz7jLoTxCSQ3GusRoCwFIQAvD_BwE +
- https://www.co2meter.com/collections/co2-sensors +
- ozone sensors +
- MQ131 Ozone O3 Gas Sensor +
- 3SP-O3-20 +
- https://www.spec-sensors.com/product/ozone-sensor/ +
- dust particles +
- https://learn.adafruit.com/pm25-air-quality-sensor/arduino-code +
- https://www.instructables.com/id/Arduino-Powered-Dust-Particles-Monitoring-Station/ +
- https://www.instructables.com/id/How-to-Interface-With-Optical-Dust-Sensor/ +
- humidity/temperature +
- https://learn.adafruit.com/am2315-encased-i2c-temperature-humidity-sensor  +
- BME280 I2C or SPI Temperature Humidity Pressure Sensor  +
- https://www.adafruit.com/product/2652 +
- more partially interesting things (interesting combination UV gas temp/hum) +
- https://learn.adafruit.com/adafruit-io-air-quality-monitor +
- cloud sensor (expensive) +
- http://diffractionlimited.com/product/portable-cloud-sensor/ +
- solar operated rpi +
- https://www.youtube.com/watch?v=YpAYDcW_Jx0 +
- https://www.youtube.com/watch?v=pOpqQs_u5mU +
- https://www.youtube.com/watch?v=ZMZCBaCXruA+
  
-First test and introduction:  +  * https://anarchy.translocal.jp/radio/micro/howtotx.html
- RPI sunlight sensing project +
- https://www.switchdoc.com/2016/10/simple-iot-sunlight-sensing-raspberry-pi-project-part-1/ +
- https://shop.switchdoc.com/products/grove-sunlight-ir-uv-i2c-sensor +
- http://wiki.seeedstudio.com/Grove-Sunlight_Sensor/ +
- also available on adafruit +
- https://learn.adafruit.com/adafruit-si1145-breakout-board-uv-ir-visible-sensor/overview+
  
 +=== Light to Frequency Converter - TSL235R ===
  
 +  * https://www.sparkfun.com/products/9768
 +  * https://playground.arduino.cc/Main/TSL235R
 +  * https://shop.pimoroni.com/products/light-to-frequency-converter-tsl235r
 +
 +=== UV ===
  
-and if we need to add a weather station (wind dir/speed temp hum barometer CO2 particles) expand +BH1750GUVA-S12SD 
-use maybe a peer-to-peer network with arduinos and raspberry pis and a homeserver? +  * http://arduinolearning.com/code/arduino-bh1750-sensor.php 
-ask gepeto and dom+  * http://arduinolearning.com/code/arduino-guva-s12sd-uv-sensor.php 
 +  * sparkfun DEV-15089 UV Light Sensor Breakout sparkfun 
 +sparkfun VEML6075 
 +  * https://www.sparkfun.com/products/15089 
 +  * https://learn.sparkfun.com/tutorials/qwiic-uv-sensor-veml6075-hookup-guide 
 +  * https://learn.adafruit.com/adafruit-veml6075-uva-uvb-uv-index-sensor 
 +  * https://github.com/ControlEverythingCommunity/VEML6070 
 +LUX TSL-2561 
 +  * https://learn.sparkfun.com/tutorials/tsl2561-luminosity-sensor-hookup-guide/all 
 +  * https://www.adafruit.com/product/439 
 +  * https://www.instructables.com/id/Lux-Sensor-TSL2561-Raspberry-Pi/ 
 +AMBIENT LIGHT TEMT-6000 
 +  * https://www.sparkfun.com/products/8688
  
-future+=== Other sensors === 
 + 
 +COLORPAL 
 +  * https://www.parallax.com/product/28380 
 +color recognition TCS3200 
 +  * https://howtomechatronics.com/tutorials/arduino/arduino-color-sensing-tutorial-tcs230-tcs3200-color-sensor/ 
 +  * https://www.raspberrypi.org/blog/colour-sensing-raspberry-pi/ 
 +infrared detection 
 +  * http://forum.arduino.cc/index.php?topic=134089.0 
 +CO2 sensors -- MQ 135 (may be too inaccurate) 
 +  * http://sandboxelectronics.com/?product=mh-z16-ndir-co2-sensor-with-i2cuart-5v3-3v-interface-for-arduinoraspeberry-pi&gclid=CjwKCAiA8OjjBRB4EiwAMZe6y3DxYm0QQQ5xS7yTbE8hKYpdvKlpHz5E7USG_WEz7jLoTxCSQ3GusRoCwFIQAvD_BwE 
 +  * https://www.co2meter.com/collections/co2-sensors 
 +ozone sensors 
 +  * MQ131 Ozone O3 Gas Sensor 
 +  * 3SP-O3-20 https://www.spec-sensors.com/product/ozone-sensor/ 
 +dust particles 
 +  * https://learn.adafruit.com/pm25-air-quality-sensor/arduino-code 
 +  * https://www.instructables.com/id/Arduino-Powered-Dust-Particles-Monitoring-Station/ 
 +  * https://www.instructables.com/id/How-to-Interface-With-Optical-Dust-Sensor/ 
 +humidity/temperature 
 +  * https://learn.adafruit.com/am2315-encased-i2c-temperature-humidity-sensor  
 +BME280 I2C or SPI Temperature Humidity Pressure Sensor  
 +  * https://www.adafruit.com/product/2652 
 +more partially interesting things (interesting combination UV gas temp/hum) 
 +  * https://learn.adafruit.com/adafruit-io-air-quality-monitor 
 +cloud sensor (expensive) 
 +  * http://diffractionlimited.com/product/portable-cloud-sensor/ 
 +solar operated rpi 
 +  * https://www.youtube.com/watch?v=YpAYDcW_Jx0 
 +  * https://www.youtube.com/watch?v=pOpqQs_u5mU 
 +  * https://www.youtube.com/watch?v=ZMZCBaCXruA 
 + 
 +First test and introduction: RPI sunlight sensing project 
 +  * https://www.switchdoc.com/2016/10/simple-iot-sunlight-sensing-raspberry-pi-project-part-1/ 
 +  * https://shop.switchdoc.com/products/grove-sunlight-ir-uv-i2c-sensor 
 +  * http://wiki.seeedstudio.com/Grove-Sunlight_Sensor/ 
 +  * also available on adafruit https://learn.adafruit.com/adafruit-si1145-breakout-board-uv-ir-visible-sensor/overview 
 + 
 +... and if we need to add a weather station (wind dir/speed temp hum barometer CO2 particles) expand use maybe a peer-to-peer network with arduinos and raspberry pis and a homeserver? (ask gepeto and dom) 
 + 
 +==== the future is as speculative as the past? ==== 
 + 
 expand the 'studio as organizm (Kra-Sao)' and the Tube-Observatory with mobile units (to be placed in several places):  expand the 'studio as organizm (Kra-Sao)' and the Tube-Observatory with mobile units (to be placed in several places): 
 +
   * sun (light, colour) and wind (air flow)   * sun (light, colour) and wind (air flow)
   * ozone, CO2 and particles   * ozone, CO2 and particles
sunification.txt · Last modified: 2019/04/01 15:22 by givanbela