Explore >> Select a destination


You are here

www.indsci.com
| | shellym80304.com
22.1 parsecs away

Travel
| | Guest blog by Tahni Jungst, MS student, University of Colorado Boulder May 3, 2021 For my Air Pollution Control class in the Spring of 2021 I was tasked with conducting a research project on an air quality topic of my choice. But when Dr. Miller suggested the idea of testing a Do-It-Yourself (DIY) air cleaner...
| | built-envi.com
25.1 parsecs away

Travel
| | The Built Environment Research Group, led by Dr. Brent Stephens in Architectural Engineering at Illinois Institute of Technology (IIT) in Chicago, IL, works to advance energy, environmental, and sustainability research within the built environment. Their expertise includes indoor air quality, outdoor air quality, HVAC filtration, building energy efficiency, building energy modeling, weatherization retrofits, energy policy and electric grid modeling, human exposure assessment, and experimental field studies
| | www.briangershon.com
23.8 parsecs away

Travel
| | Build an appliance that receives air quality and sunrise/sunset information from the cloud. The Arduino Explore IoT Kit includes a wifi-enabled Arduino with a carrier board full of sensors and actuators.
| | whatibroke.com
90.4 parsecs away

Travel
| Hi everyone, Just a quick post on how to configure wireless info on a raspberry pi. To start with, open the config file: sudo nano /etc/wpa_supplicant/wpa_supplicant.conf You can then add any number of connections to the file with varying priorities: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=AU network={ ssid="Mobile Network" psk="YOUR_PASSWORD" key_mgmt=WPA-PSK priority=2 } network={ ssid="Home Network" psk="YOUR_PASSWORD"...