Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: K Z

    This author has written 1821 articles
    1. Home>
    2. K Z>
    3. Page 61

    Arduino – Keyboard Logout

    • Post author:K Z
    • Post published:October 27, 2021
    • Post category:Arduino
    • Post comments:1 Comment

    This example uses the Keyboard library to log you out of your user session on your computer when pin 2 on the ARDUINO UNO is pulled to ground. The sketch…

    Continue ReadingArduino – Keyboard Logout

    Arduino – LED Bar Graph

    • Post author:K Z
    • Post published:October 27, 2021
    • Post category:Arduino
    • Post comments:4 Comments

    This example shows you how to read an analog input at analog pin 0, convert the values from analogRead() into voltage, and print it out to the serial monitor of…

    Continue ReadingArduino – LED Bar Graph

    Arduino – Reading Analog Voltage

    • Post author:K Z
    • Post published:October 27, 2021
    • Post category:Arduino
    • Post comments:1 Comment

    This example will show you how to read an analog input on analog pin 0. The input is converted from analogRead() into voltage, and printed out to the serial monitor…

    Continue ReadingArduino – Reading Analog Voltage

    Arduino – Fading LED

    • Post author:K Z
    • Post published:October 27, 2021
    • Post category:Arduino
    • Post comments:1 Comment

    This example demonstrates the use of the analogWrite() function in fading an LED off. AnalogWrite uses pulse width modulation (PWM), turning a digital pin on and off very quickly with…

    Continue ReadingArduino – Fading LED

    Arduino – Blinking LED

    • Post author:K Z
    • Post published:October 27, 2021
    • Post category:Arduino
    • Post comments:1 Comment

    LEDs are small, powerful lights that are used in many different applications. To start, we will work on blinking an LED, the Hello World of microcontrollers. It is as simple…

    Continue ReadingArduino – Blinking LED

    Arduino – Serial Peripheral Interface

    • Post author:K Z
    • Post published:October 27, 2021
    • Post category:Arduino
    • Post comments:1 Comment

    A Serial Peripheral Interface (SPI) bus is a system for serial communication, which uses up to four conductors, commonly three. One conductor is used for data receiving, one for data…

    Continue ReadingArduino – Serial Peripheral Interface

    Arduino – Inter-Integrated Circuit

    • Post author:K Z
    • Post published:October 27, 2021
    • Post category:Arduino
    • Post comments:1 Comment

    Inter-integrated circuit (I2C) is a system for serial data exchange between the microcontrollers and specialized integrated circuits of a new generation. It is used when the distance between them is…

    Continue ReadingArduino – Inter-Integrated Circuit

    Arduino – Communication

    • Post author:K Z
    • Post published:October 27, 2021
    • Post category:Arduino
    • Post comments:0 Comments

    Hundreds of communication protocols have been defined to achieve this data exchange. Each protocol can be categorized into one of the two categories: parallel or serial. Parallel Communication Parallel connection…

    Continue ReadingArduino – Communication

    Arduino – Interrupts

    • Post author:K Z
    • Post published:October 27, 2021
    • Post category:Arduino
    • Post comments:1 Comment

    Interrupts stop the current work of Arduino such that some other work can be done. Suppose you are sitting at home, chatting with someone. Suddenly the telephone rings. You stop…

    Continue ReadingArduino – Interrupts

    Arduino – Random Numbers

    • Post author:K Z
    • Post published:October 27, 2021
    • Post category:Arduino
    • Post comments:1 Comment

    To generate random numbers, you can use Arduino random number functions. We have two functions − randomSeed(seed)random() randomSeed (seed) The function randomSeed(seed) resets Arduino’s pseudorandom number generator. Although the distribution…

    Continue ReadingArduino – Random Numbers
    • Go to the previous page
    • 1
    • …
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • …
    • 183
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP