Difference between revisions of "Digital technologies/Arduino/Arduino- Beginner/Introduction to Sensors"
Jump to navigation
Jump to search
(Created page with "{{#lsth:Digital technologies/Arduino/Arduino- Beginner|Introduction to Sensors}}") |
(No difference)
|
Latest revision as of 23:27, 28 July 2022
Sensors enable the microcontroller to sense the surrounding environment. Many sensors exist on the market, including but not limited to buttons, temperature sensors, pressure sensors, photoresistors, humidity and moisture, and many more. The output of the sensor (a voltage) changes based on the measured environment properties, and sends that signal over to the Arduino board.
Different sensors will use different voltage levels and different methods of communication with microcontrollers. It is always important to read their datasheet and make sure they are compatible with your system before continuing or design your system around the sensor specifications.