InterviewSolution
Saved Bookmarks
| 1. |
Explain the meaning of Arduino. |
|
Answer» ARDUINO is an open-source platform for building electronics projects using easy-to-use hardware and software. A microcontroller is the common feature of all Arduino BOARDS. The microcontrollers on BOARD are capable of reading inputs (e.g., light on a sensor, an object near a sensor) and converting them to outputs (drive a motor, ring an alarm, turn on an LED, DISPLAY information on an LCD). It is POSSIBLE to connect multiple devices and exchange data in real-time between them. It is also possible to monitor them remotely using a simple interface. |
|