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
  • Get data the way you want

    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

    Clojure – alias

    • Post author:S K S
    • Post published:October 27, 2021
    • Post category:Clojure
    • Post comments:2 Comments

    In this guide, we will discuss Clojure alias. Add an alias in the current namespace to another namespace. Arguments are two symbols: the alias to be used and the symbolic…

    Continue ReadingClojure – alias

    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

    Clojure – ns

    • Post author:S K S
    • Post published:October 27, 2021
    • Post category:Clojure
    • Post comments:2 Comments

    In this guide, we will discuss Clojure ns. This is used to create a new namespace and associate it with the running program. Syntax Following is the syntax. (ns namespace-name)…

    Continue ReadingClojure – ns

    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

    Clojure – *ns*

    • Post author:S K S
    • Post published:October 27, 2021
    • Post category:Clojure
    • Post comments:1 Comment

    In this guide, we will discuss Clojure *ns*. This is used to look at your current namespace. Syntax Following is the syntax. (*ns*) Parameters − None. Return Value − Returns the namespace…

    Continue ReadingClojure – *ns*

    Arduino – Pulse Width Modulation

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

    Pulse Width Modulation or PWM is a common technique used to vary the width of the pulses in a pulse-train. PWM has many applications such as controlling servos and speed…

    Continue ReadingArduino – Pulse Width Modulation
    • Go to the previous page
    • 1
    • …
    • 168
    • 169
    • 170
    • 171
    • 172
    • 173
    • 174
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP