LaptrinhX
  • My
  • News
  • Tiktok
  • Tag
  • Author
  • Ebook
  • Theme
  • Tutorial
  • Funny
  • IT Job
  • Video
  • Tools
  • Hacker News
  • India (বাংলা)
  • Česká republika (čeština)
  • Danmark (Dansk)
  • Österreich (Deutsch)
  • Schweiz (Deutsch)
  • Deutschland (Deutsch)
  • Ελλάδα (ελληνικά)
  • United Arab Emirates (English)
  • Australia (English)
  • Canada (English)
  • United Kingdom (English)
  • Ireland (English)
  • India (English)
  • Malaysia (English)
  • New Zealand (English)
  • Philippines (English)
  • Singapore (English)
  • United States (English)
  • International Edition (English)
  • South Africa (English)
  • Argentina (español)
  • Chile (español)
  • Colombia (español)
  • España (español)
  • México (español)
  • Perú (español)
  • United States (español)
  • Venezuela (español)
  • América Latina (español)
  • Suomi (suomi)
  • Belgique (français)
  • Canada (français)
  • Suisse (français)
  • France (français)
  • Afrique francophone (français)
  • India (हिंदी)
  • Magyarország (magyar)
  • Indonesia (Bahasa Indonesia)
  • Italia (italiano)
  • 日本 (日本語)
  • 한국 (한국어)
  • India (मराठी)
  • Norge (norsk, bokmål)
  • België (Nederlands)
  • Nederland (Nederlands)
  • Polska (polski)
  • Brasil (português)
  • Portugal (Português)
  • Россия (Pусский)
  • Sverige (svenska)
  • India (తెలుగు)
  • ไทย (ไทย)
  • Türkiye (Türkçe)
  • Việt Nam (Tiếng Việt)
  • 中华人民共和国 (简体中文)
  • 香港特别行政區 (繁體中文)
  • 台灣 (繁體中文)

    Tags ::

    build-electronic-circuits.com build-electronic-circuits.com

    A collection of 522 posts


    build-electronic-circuits.com build-electronic-circuits.com 2022-12-14 01:59

    The D Flip Flop (Quickstart Tutorial)

    The D Flip Flop is an edge-triggered circuit that combines a pair of D latches...

    Omar Muñoz Urias
    O Omar Muñoz Urias
    5 min read
    build-electronic-circuits.com build-electronic-circuits.com 2022-12-14 00:46

    The D Latch (Quickstart Tutorial)

    The D Latch is a logic circuit most frequently used for storing data in digital systems. It is based on the S-R latch, but it doesn’t...

    Omar Muñoz Urias
    O Omar Muñoz Urias
    5 min read
    build-electronic-circuits.com build-electronic-circuits.com 2022-10-27 15:11

    Full Adder Circuit – How it Works

    A Full Adder is a digital circuit that performs the addition of three binary inputs. In this tutorial, you will learn how this circuit...

    Omar Muñoz Urias
    O Omar Muñoz Urias
    3 min read
    build-electronic-circuits.com build-electronic-circuits.com 2022-10-27 14:48

    The S-R Latch (Quickstart Tutorial)

    The S-R latch is a key circuit in digital storage units. In this tutorial, you will learn how it works, its truth table, and how to build...

    Omar Muñoz Urias
    O Omar Muñoz Urias
    4 min read
    The Useless Halloween Machine
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-10-18 15:52

    The Useless Halloween Machine

    This year’s Halloween project is a useless machine built with 555 timers. It’s a coffin with a switch. When you flip it off, a dark force rises from the coffin and flips it back on. Controlling a Servo with 555...

    Oyvind Nydal Dahl
    O Oyvind Nydal Dahl
    3 min read
    Half Adder Circuit – How it Works
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-10-07 16:24

    Half Adder Circuit – How it Works

    A Half Adder is a digital circuit that adds binary numbers. In this tutorial, you will learn how it works, its truth table, and how to implement one using logic gates.  A Half Adder Circuit What is a Half Adder? A...

    Omar Muñoz Urias
    O Omar Muñoz Urias
    3 min read
    NOT Gate (Inverter) – Logic Gates Tutorial
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-09-15 21:13

    NOT Gate (Inverter) – Logic Gates Tutorial

    A NOT gate (or inverter) is a logic gate where the output is the opposite of the input. So you can say that the output is NOT the same as the input. It’s often called an inverter since it inverts the input. The...

    Oyvind Nydal Dahl
    O Oyvind Nydal Dahl
    3 min read
    NOR Gate – Logic Gates Tutorial
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-09-15 20:24

    NOR Gate – Logic Gates Tutorial

    A NOR gate is a logic gate where the output goes HIGH (or “1”) only if all its inputs are LOW (or “0”). The schematic symbol for a NOR gate is like the OR gate, just with a circle at the output to indicate that...

    Oyvind Nydal Dahl
    O Oyvind Nydal Dahl
    3 min read
    OR Gate – Logic Gates Tutorial
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-09-15 20:24

    OR Gate – Logic Gates Tutorial

    An OR gate is a logic gate where the output goes HIGH (or “1”) if any of its inputs are HIGH. So if A OR B is HIGH, the output Q also becomes HIGH. The logic or Boolean expression for an OR gate is which...

    Oyvind Nydal Dahl
    O Oyvind Nydal Dahl
    2 min read
    NAND Gate – Logic Gates Tutorial
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-09-15 20:24

    NAND Gate – Logic Gates Tutorial

    A NAND gate is a logic gate where the output goes LOW (or “0”) only if all its inputs are HIGH (or “1”). The schematic symbol for a NAND gate is like the AND gate, just with a circle at the output to indicate...

    Oyvind Nydal Dahl
    O Oyvind Nydal Dahl
    4 min read
    AND Gate – Logic Gates Tutorial
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-09-15 20:24

    AND Gate – Logic Gates Tutorial

    An AND gate is a logic gate where the output goes HIGH (or “1”) only if all its inputs are HIGH. So if the inputs A AND B are HIGH, the output Q will also be HIGH. The logic or Boolean expression for an AND gate...

    Oyvind Nydal Dahl
    O Oyvind Nydal Dahl
    2 min read
    XOR Gate – Logic Gates Tutorial
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-09-15 20:24

    XOR Gate – Logic Gates Tutorial

    The XOR gate is a logic gate where the output goes HIGH (or “1”) if one – and only one – of its inputs are HIGH. XOR stands for Exclusive-OR. Check out its symbol and truth table below. The logic or Boolean...

    Oyvind Nydal Dahl
    O Oyvind Nydal Dahl
    2 min read
    XNOR Gate – Logic Gates Tutorial
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-09-15 20:24

    XNOR Gate – Logic Gates Tutorial

    An XNOR gate is a logic gate where the output goes HIGH (or “1”) only if both its inputs are equal. So if the inputs A and B are both HIGH or both LOW, the output Q will be HIGH. The logic or Boolean expression...

    Oyvind Nydal Dahl
    O Oyvind Nydal Dahl
    2 min read
    Ohms Law – The Complete Beginner’s Guide
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-09-07 18:10

    Ohms Law – The Complete Beginner’s Guide

    Ohms law is a simple formula that makes it easy to calculate voltage, current, and resistance. You can use it to find what resistor value you need for an LED. Or to find out how much power your circuit uses. And much...

    Oyvind Nydal Dahl
    O Oyvind Nydal Dahl
    5 min read
    Baseball Game with 5-Run Display
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-08-30 20:05

    Baseball Game with 5-Run Display

    If you are into baseball and would like a challenging ‘real-playing action’ baseball game, typically to exhibit your pitching skills, then you might like to construct this one. It is designed around four easily...

    Guest Writer
    G Guest Writer
    5 min read
    A Simple 555 PWM Circuit with Motor Example
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-06-23 21:57

    A Simple 555 PWM Circuit with Motor Example

    In this tutorial, you’ll learn how to build a 555 PWM Circuit. The 555 timer is one of the most popular integrated circuits for hobbyists. And one of the cool features is its ability to produce a PWM signal. The...

    Jonathan Ortega Lobo
    J Jonathan Ortega Lobo
    2 min read
    555 Police Siren Circuit with Build Instructions
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-05-31 19:38

    555 Police Siren Circuit with Build Instructions

    In this tutorial, you’ll learn how to build a 555 police siren circuit using two 555 timer ICs. The 555 timer is a popular integrated circuit (IC) for hobbyists and can be used for a great variety of projects. For...

    Jonathan Ortega Lobo
    J Jonathan Ortega Lobo
    4 min read
    How to Build a Touch Sensor Circuit
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-05-26 14:51

    How to Build a Touch Sensor Circuit

    In this project, you will build a touch sensor circuit. It’s a cool and simple circuit that allows you to control an LED with the touch of a finger. And you only need three components, how cool right? You can build...

    Oyvind Nydal Dahl
    O Oyvind Nydal Dahl
    5 min read
    How To Build A DIY Sugar Dispenser
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-05-03 17:20

    How To Build A DIY Sugar Dispenser

    In this guide, I’ll show you how to build a DIY sugar dispenser using parts made of cardboard. By making the parts out of cardboard, it’s quick and easy to build and experiment with different ways to have your...

    Lejla Pulic
    L Lejla Pulic
    9 min read
    How to Make a Dual 5V Power Supply From USB
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-04-29 14:53

    How to Make a Dual 5V Power Supply From USB

    In this guide, I’ll show you how to build a dual +5V -5V power supply from a standard USB outlet. Dual power supplies with a negative output taken from the positive output can be a little tricky. It’s not a matter...

    Jonathan Ortega Lobo
    J Jonathan Ortega Lobo
    4 min read
    How To Measure Water Tank Depth Using Ultrasonic Sensor
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-02-15 15:49

    How To Measure Water Tank Depth Using Ultrasonic Sensor

    In this tutorial, you’ll learn how to use an ultrasonic sensor. Specifically, you’ll learn how to use the HC-SR04 module with an Arduino to measure the depth of a water tank. An ultrasonic sensor is one of those...

    Jonathan Ortega Lobo
    J Jonathan Ortega Lobo
    9 min read
    Cap Half Full #7 – Opamp basics and the 4000 series IC
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-02-02 18:54

    Cap Half Full #7 – Opamp basics and the 4000 series IC

    In this episode, we talk about operational amplifiers (opamps) and the 4000 series IC that Øyvind has been writing a series of posts on. We also accidentally came across a funny error on Arrow’s website . Listen to...

    Oyvind Nydal Dahl
    O Oyvind Nydal Dahl
    1 min read
    Repairing Electronics: Electronic Candle
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2022-01-17 16:34

    Repairing Electronics: Electronic Candle

    When visiting my parents for Christmas, my dad showed me three electronic candles that did not work anymore. He told me he had changed batteries and showed me that they did not show any signs of life. I tried to get...

    Oyvind Nydal Dahl
    O Oyvind Nydal Dahl
    3 min read
    Ohmify Gift Cards are now available
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2021-12-16 16:27

    Ohmify Gift Cards are now available

    A year of learning and building electronics can take you from knowing nothing to being able to build pretty advanced projects. Is there someone in your life that is (or could be) interested in electronics? We are now...

    Oyvind Nydal Dahl
    O Oyvind Nydal Dahl
    1 min read
    How To Use a Multimeter
    • twitter
    • facebook
    • email
    build-electronic-circuits.com build-electronic-circuits... 2021-12-13 21:57

    How To Use a Multimeter

    In this mini-course, you’ll learn how to use a multimeter to take current, voltage, and resistance measurements. A multimeter is a tool you’ll be using frequently for troubleshooting, testing batteries, and a...

    Lejla Pulic
    L Lejla Pulic
    7 min read
    LaptrinhX © 2023
    Latest Posts News raoxyz congtyaz