الحمدلله وصلنا الخرطوم😈💃
Last but not least 🥳🥰
Build a simple smart circuit that contains at least TWO action components that can control wirelessly.
I have an idea to simulate the running idea of elevator
inspiration
electronic component :
arduino uno
servo motor
bluetooth module
regulator
jumber wires
leds
resistor
software :
thinker cad to simulate the circuit
arduino id for run the code
arduino bluecontrol
first simulate the circuit
start to connect ground and vcc
connect servo to pin 9 and power , geound
use led with resistor and connect to pin 3
use second led with resistor and connect to pin 5
use third led with resistor and connect to pin 6
finally
circuit components on thinkercad
second coding :-
1-
first I define the 3 leds and position of servo
2-
then define that all leds are output and servo start at 0
3-
define Bluetooth module and say that when input 1 first led work
4-
say that when input 2 second led work
say that when input 3 third led work
start to build the module
used electronics components (arduino uno - bread board - servomotor - regulator - jumper wires - leds - resistor-bluetooth) to build my circuit
start to connect three leds with resistors
led1 pin3
led2 pin5
led3 pin6
connect regulator and power supply
( adabtor 9V )
connect servomotor to pin9
connect bluetooth module to pin0 & pin1
final circuit
use arduino bluecontrol to control the circuit
before :
I defined pos as zero only so the servomotor didn't work
after :
started to define every pos to make servo moved 0 ,90 ,180
the previous knowledge and skills I had learned this week will reflect a lot of benefits on the final project, for instance,
using thinkercad to simulate the circuit
how to make smart device using arduino
write the code