Week 8 - Journal

Ideation

Tell us about your assignment's idea for this week. Why do you care about this idea? What inspired you? (Please include images or links to sources of inspiration)


For this week assignment we make a smart circuit wit 2 action component. I took a wireless lock as inspiration. It will use a servo and RGB and work with BT app.


Tool Chain

Which software/machines/materials did you use in the assignment? Why?

We Used Tinker CAD to simulate The Circuit and its component.

It is easy to use and safer to test our project without risking the component.

We Used Arduino as the brain for the project.

We Used Arduino blue control for giving orders.

We use Arduino IDE to make the code.

Components:

Design/Preparation Process

Explain the design and/or preparation process of your assignment. How did you use the tool or software to design and/or prepare your assignment before fabrication/implementation?

Input through Phone app (GUI) relayed by Bluetooth module.

Output through Servo motor and RGB.

we connect the servo and RGB on parallel, so each component gets full voltage.

Signal pin of Servo is Pin 3

RGB Pins are: Red = Pin 11, Green = Pin 10, Blue = Pin 9

We connect Bluetooth module, R pin to T and T pin to R.

normally we would use a power supply because servo motors use 6v and Arduino supply only 5v with low amp, but the servo motor used can work on the power of Arduino only, so the power comes from the Arduino board.


Development/Implementation Process

Explain the development/implementation process of your assignment. How did you use the machine/tool to manufacture or implement the design of your assignment?

Code:

First, we set each component with pins:

red = 11, Green = 10, Blue = 9, Servo = 3

We set conditions:

WhatsApp Video 2023-04-05 at 17.07.47.mp4

Overcoming Challenges

What kinds of challenges or problems did you face while doing the assignment, tutorials, or exercises?  How did you solve them? Did you ask for help from an instructor or peer? Please provide a link to the tutorial or article that you used to solve your problem (if any)

Finding the function for RGB in Arduino. I searched and found the function for it called "setColor", it gives them values of 0 and 255 in the off and on state. It manages all Three lights in the same time.

Final Project

How can you use the skills and knowledge that you've acquired this week in your final project?

With a bluetooth module I can control my project remotly.

Assignment Design Files