Idea Development
In the early stages of the project, I wanted to develop my Ultrasonic Aroma Diffuser as a product concept and integrate emerging technologies into it.
Initially, I aimed to use this diffuser as a gentle reminder for people to take breaks from prolonged smartphone use. The idea was that if someone remained stationary near the diffuser for over 30 minutes—whether at a desk or a coffee table—it would automatically release mist, partially obstructing their vision and encouraging them to move.
However, I felt that this function was not creative enough, so I shifted the concept toward an atmospheric enhancement device for home environments.
Experiment 1
Particle Photon2 activates the fog machine
In this experiment, I found that the fog machine needs 5V, but the power supply of particle photon2 is only 3.3V, so I used the vUSB power supply method. The disadvantage of this method is that it must be connected to a power source (such as a computer or adapter).
Experiment 2
Particle Photon2 connects with HC-SR501 PIR Motion Sensor and uses the high/low to activate the fog machine
Experiment 3
Particle Photon2 connects with HC-SR501 PIR Motion Sensor and distance sensors.
Through serial monitor, I could track each data. The system continuously logs humidity levels, distance readings from an ultrasonic sensor, and motion detection status from a PIR sensor. It also displays time since last motion (noMotion) and time since the last reading (in3m). The output reflects dynamic environmental changes such as fog being turned ON or OFF, which affects sensor readings. This real-time feedback helps monitor how environmental factors influence proximity and motion detection.