It's time to wake up the sleeping worker!

IMG_2197.mov

Process1 Ideas & Sketches

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:

Screen Shot 2023-09-23 at 10.59.28 AM.png

Screen Shot 2023-09-23 at 10.59.35 AM.png

Screen Shot 2023-09-23 at 10.59.43 AM.png

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.

Process2 Prototype

there are several basic material needed in this project:

Sensor• Buzzer • Servo Motor • Arduino Board• 220 resistor

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