We have built an air quality sensor to track smoke from wildfires at UW’s Manastash Ridge Observatory (MRO). The increasing number of wildfires over the last few years has raised concern that smoke may contaminate the telescope optics at MRO. Our goal is to measure the amount of smoke in the air at the site in real time. Our design consists of an Adafruit micro-controller connected to two dust sensors that connect to Wi-fi. We interviewed Edmund Seto, a professor at UW, since he has much more experience with building sensors. He suggested that we use multiple of the same device so that we could average the data or have a backup sensor if one were to stop working. Using Arduino code and Adafruit.io, we were able to code the micro-controller and connect the data to a Wifi-interface so we could watch the data come in. We are currently field testing the sensor in Seattle, but we expect to permanently install at the MRO this summer.