It's time to wake up the sleeping worker!
After a quick exploration of the interaction between the photoresistor and the buzzer, we started searching for design themes, associations, and different ways to interact. We comout with 3 directions:
After thorough discussions about the technology, timing, and a deep analysis of the topic's significance, the team ultimately settled on selecting the 3rd idea.
there are several basic material needed in this project:
Our chosen interactive approach involves users illuminating the flowers using their mobile phones, which in turn awakens the bees and causes the flowers to sway. The fundamental technological logic hinges on the photoresistor's data changing when exposed to light, triggering responses from both the buzzer and the steering gear.
MAP
CODIND Building on our previous lesson, where we experimented with the photoresistor and buzzer, we ventured into the realm of web labs. Following the provided instructions, we enabled the steering servo library and successfully instantiated the steering motor object.
#include <Servo.h>
Servo myservo;//ctreat servo motor object