User Tools

Site Tools


arduino:arduino_crash_course:analog_input

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
arduino:arduino_crash_course:analog_input [2017/12/06 01:15] – [Analog Input] mithatarduino:arduino_crash_course:analog_input [2017/12/06 01:16] – [Analog Input] mithat
Line 1: Line 1:
 ====== Analog Input ====== ====== Analog Input ======
  
-As we have seen, an Arduino digital input is one that have one of two states: HIGH or LOW. Most Arduino implementations also permit you to connect an input whose value can be any value between 0 volts and (by default) the power-supply voltage, and then convert the input level to an integer value between 0 an 1024. The Arduino literature refers to these as "analog" inputs. The process of converting a physical analog signal to a digital representation is called **analog to digital conversion** (**ADC**).+As we have seen, an Arduino digital input is one that have one of two states: HIGH or LOW. Most Arduino implementations also permit you to connect an input whose value can be any value between 0 volts and (by default) the power-supply voltage, and then convert the input level to an integer value between 0 an 1023. The Arduino literature refers to these as "analog" inputs. The process of converting a physical analog signal to a digital representation is called **analog to digital conversion** (**ADC**).
  
 Consult the documentation for your specific Arduino board to determine which pins support analog input. On the Arduino UNO, inputs A0 through A5 can be used as analog inputs. Consult the documentation for your specific Arduino board to determine which pins support analog input. On the Arduino UNO, inputs A0 through A5 can be used as analog inputs.
arduino/arduino_crash_course/analog_input.txt · Last modified: 2017/12/06 01:27 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki