Question: PROBLEM STATEMENT Develop a code to work in your Arduino which prompts the user in the companion computer screen ( using serial ) and receives

PROBLEM STATEMENT
Develop a code to work in your Arduino which prompts the user in the companion computer screen (using serial) and receives user inputs from the companion computer keyboard (also using serial). The code simulates the operation of a conveyor belt, a part pick and place, depending on the part color.
The code should ask the user to input 1(followed by ) When a part is positioned in the conveyor belt and ready to be picked. If the user input a 0(followed by ),the code will repeat the same question.
After the user input a 1,the code will ask the user to input any character to continue the code , when the part is at a position to be ready to be picked.
When the code is continued ,the user Needs to be prompted to select the color of the part :
1-red
2-green
3-blue
4-orange
Depending on the selection of the user,the code will then print in the screen:"Thehas been picked and placed in the bin."
The code will then repeat itself.
PROBLEM STATEMENT Develop a code to work in your

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!