In: Computer Science
Use Tinkercad or any other tool to implement the following project
You have two Arduinos which are connected using serial cable
Arduino#1 is connected to the following components
1-LCD, , 2-DC motor, 3-Temperature Sensor
Arduino#2 is connected to an Alarm (Buzzer) + LED
You may use other components such as resistors, function generator, power supply, relay, etc.
The system should do the following:
First of all we are connect two arduino in serial communication
that is connect tx-rx pin of two arduinos.here i am attach my
simulation image..
For 1st arduino interfacing we are using.
Components Required for 1st arduino connection
For 2nd arduino interfacing we are using.
Code for arduino 1 .
Code for arduino2.
In above both code we can add tx-Rx connection syntax.And we can change the temperature value in code according to our requirement.