Arduino Based Sensors
Problem: We need to track environmental variables in our laboratory to identify parameters that affect our measurement results Solution: We read out sensors using Arduinos and transfer the sensor data to PCs for storage and analysis. We programmed sensors to analyze temperature, humidity, air pressure, acceleration, and motion. For some sensors (e.g. temperature sensors), the program just involves reading sensor values. For other sensors (e.g., the BMP180 pressure and temperature sensor), a library is required to handle the communication with the sensor. Some programs were written in older Arduino IDEs and they may have to […]