Fade Arduino Arun kr.g April 26, 2020 This example demonstrates the use of the analogWrite() function in fading an LED off and on. AnalogWrite uses pulse width modulation (P... Read More
Digital Input Pullup Serial Arun kr.g April 26, 2020 Digital Input Pullup Serial This case demonstrates the use of INPUT_PULLUP with pinMode(). It monitors the nation of a transfer by organi... Read More
Denounce Arduino Arun kr.g April 26, 2020 Pushbuttons frequently generate spurious open/near transitions while pressed, due to mechanical and physical issues: these transitions may... Read More
Blink LED Without Using Delay Arun kr.g April 24, 2020 Sometimes you need to do two things at once. For example you might want to blink an LED while reading a button press. In this case, you ca... Read More
Use a push B button to Controlan LED Arun kr.g April 24, 2020 Pushbuttons or switches connect two points in a circuit when you press them. This example turns on the built-in LED on pin 13 when you pr... Read More
Read Analog Voltage Arun kr.g April 24, 2020 Read Analog Voltage This example shows you how to read an analog input on analog pin 0, convert the values from analogRead() into voltag... Read More
Digital Read Serial Arun kr.g April 20, 2020 This example shows you how to monitor the state of a switch by establishing serial communication between your Arduino or Genuino and your c... Read More
Blink Arun kr.g April 19, 2020 This example shows the simplest thing you can do with an Arduino or Genuino to see physical output: it blinks the on-board LED. Hardwar... Read More
Analog Read Serial Arun kr.g April 18, 2020 This example shows you how to read analog input from the physical world using a potentiometer. A potentiometer is a simple mechanical de... Read More