Home
This is the Home Page for the ASDL IoT Development Project. This team is developing a series of sensors for use across multiple applications to connect Georgia Tech's campus, and more. Real-time sensor data can be found from any of the online sensors in the Project List. If you want to learn more about how this project works, visit the About Us tab.
This is an ongoing project through Georgia Tech's Aerospace Systems Design Lab. If you are interested in becoming part of the team, reach out through the Join the Team button.
This webpage, the hardware that collects its data, and its backend data processing are the work of Alex Lomis (Fall 2022 - Spring 2023).
Project List
A list of current projects and their rough purpose can be found below. Next to each sensor is a meter that shows the last time a sensor from this project posted data. This is a good metric as to whether the project is currently online. Note that sensors only update data on 10-15 minute intervals. Click on a project's name to view more specifics about what it does, what sensors are on it, and its recorded data.
The CNES Air Quality project uses a set of five 4G-LTE connnected air quality sensors to monitor the Georgia Tech Carbon-Neutral Energy Solutions Laboratory. Click on the project to see what kind of data the sensors collect!
The Building Occupancy project uses sensors across the entryways of buildings to estimate the number of people that enter and exit. This is a work-in-progress and currently only has one sensor connected (for testing purposes).
About the Projects
These projects seek to provide lower-cost, higher-reliability Internet of Things (IoT) connected sensors to help improve the efficiency of building operations. This data allows building operations to operate proactively rather than reactively. By finding ways to improve upon the uptime and ease-of-setup of these IoT devices, more data can be collected with less effort.
One of the primary hurdles to overcome with uptime reliability is with communication protocol. Hard wired devices have a high setup difficulty, and low flexibility. Wi-Fi devices are easier to set up, but must be placed indoors, and are dependent on the Wi-Fi reliability of the building. We sought to use 4G-LTE connected devices to gain even more flexibility than Wi-Fi. By using 4G-LTE, data can be pushed from anywhere within the carrier's coverage range. The device can be moved anywhere within a building, to another building, or placed outside - where access points can't reach.
Operating outside of Wi-Fi also has the benefit of being able to sustain operations through power or network outages. The projects featured here have built-in battery supplies, allowing them to operate for days without input power. Through firmware improvements, this off-wall time can be improved to weeks. Because the device can report its power status with the other data, these sensors can also be used to detect and monitor power outages and solar panel power intake.
The challenge with cellular-based systems is the need for a custom data processing backend. Existing on a campus' local network allows data to be easily published and stored in a local server. Operating off-network means that this processing must be done through third-parties to achieve the same effect. A flow chart of our process is shown below.
In general, the hardware falls under the "Local Services" category. This portion of the flow chart describes the systems that are responsible for measuring, processing, and transmitting data. One of the internal air quality (CNES) boards would be a local device. This device uses a 4G provider to send data, on a specified interval, to the "Cloud Services" category. In this category, data is received from the sensors, stored, and published to other necessary services. The "Sensor Console" is a combined management tool that allows us to observe the health of a given fleet of sensors, reset devices remotely, and observe raw incoming data streams. The "Sensor Cloud" is then responsible for publishing data to other services, and Over the Air (OTA) programming. This feature allows us to update and reprogram devices completely remotely, even if they are installed on site. This section is also where we use webhooks to send our data to our visualizer and data storage repositories. Lastly, this website displays the visualized data, acting as the final step in the interface between the physical sensor and the user.
While these systems have only been applied to the two projects listed, they have been set up in a versatile way and could be applied to a number of other projects. The capability of the cellular systems has thus far proven highly reliabile, with a 100% success rate in data publishes since setting up these devices. This rate may be affected by especially poor cellular performance (such as in basements), but future firmware updates could improve the likelihood of success in those environments.
If you are interested in learning more about this project, or the other projects the greater EnergyWatch team works on, feel free to click the "Join the Team" button, or scroll through the ASDL EnergyWatch page below.
External Links
EnergyWatch
This website is the ASDL EnergyWatch homepage. It is a repository of various energy efficiency, building management, and other environmental analysis projects. Scroll around, or click the "About Us" button (external redirect) to learn more.
People Counter Presentation (April 2023)
This presentation describes some of the technical information behind the people counting system, its development, and its future steps. This short presentation was given at the Kendeda Micro Grant Symposium in April of 2023.
Image Gallery
Scroll through this gallery to see images of the devices, their prototypes, and the development process. These photos include both early and current prototypes for the CNES and building occupancy projects.