136k views
2 votes
Imagine you have to create a pet robot that responds to touch. When someone touches or pets the head of the robot, the LED lights should blink. You have to create the robot head with legs. List the components and tools you will use to create this robot.

User Rahul Raj
by
5.0k points

1 Answer

3 votes

Answer:

  • Touch sensor
  • Light- emitting diode ( LED)
  • A microprocessor ( raspberry pi, AT8086, etc)
  • cables
  • printed circuit board
  • power (battery)
  • Pb solder and soldering iron

Step-by-step explanation:

The sensor is configured on the processor as indicated in itself documentation, using the cables for necessary connections on the circuit board and it is powered by the battery.

The microprocessor is programmed to receive analog signals from the sensor and sends a digital signal ( bit 1) to the port connected to the LED, cause a delay and sends a zero bit to turn off the LED.

User Nikita Bosik
by
5.6k points