EN / USD
2106 Items
 Home
Blog
How to use a Multimeter on a Car?
How to use a Multimeter on a car, car multimeter, multimeter in car
You can use a multimeter to figure out what's wrong with the electrical system in your car. Most of the time, if you check for voltage and continuity, you can figure out where the problem is coming from. This article will show you how to use a multimeter on a car.  First, make sure the multimeter isn't on. Then connect the positive lead to the positive terminal on the battery. Connect the negative lead to a metal piece on the frame of the car. The last step is to turn on the multimeter and read the results. If it says 0 volts, it means that no electricity is moving through the circuit. If the voltage is 12 volts or more, then there is a current in the circuit. A multimeter can be helpful if you can't figure out what's wrong with your car's electrics. You should be able to fix many c ...
Blog
What is an Embedded Computer ?
embedded computer, embedded pc,embedded circuit, embedded boards, embedded computers, what is embedded computer
Hello Friends, I hope you all are fine and doing great in your lives. In last article, we have seen What is an Embedded System? Today I am going to write about Embedded Computer. I will be going through the embedded computer definition and how they differ from our general-purpose computers. After that, we will have alook at the relation between control systems & embedded computers and different hardware platforms for embedded computers. Then I will throw some light on embedded computer as an emerging field. In the last section, I am going to tell you some basics of programming languages. I have also shared a tutorial on Real Life Examples of Embedded Systems so you should also have a look at this tutorial. Let’s first define an embedded comput ...
Blog
Introduction to Pixy Camera
pixy camera interfacing with Arduino, how to interface pixy camera with Arduino, pixy camera interfacing using Arduino, interface pixy camera with Arduino, pixy camera interfacing with Arduino circuit diagram, Interfacing of pixy camera with Arduino, pixy camera pinout, pixy camera pinout diagram, pixy camera pins
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to give you an elaboration about Introduction to Pixy Camera. It is basically is an electronic device or sensor having fast vision. It is also known as fast vision sensor most of the time. Using this device we can teach to find objects in a very less time duration. It is an image sensor having a very powerful processor. Pixy is easy to interface with the micro-controllers e.g. Arduino. We can make different programs only to send the desired data from the device to micro-controller. In this way micro-controller can not overwhelm. Pixy camera is able to communicate with the micro-controller in several different ways e.g. serial communication, I2C protocol, dig ...
Blog
How to use switch Statement in C#
How to use switch Statement in C#, switch statement in c#, switch case statement, switch case in c#, switch c#, switch case c#
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at How to use switch Statement in C# and its our 9th tutorial in C# series. In our previous tutorial, we have seen IF Loop in C# and this switch statement is also a loop but works slightly different than IF loop and it totally depends on your application, which one you want to use. First we will have a look at How to use switch statement in C# and after that we will also study goto statement, because switch and goto statements are normally used together. So, let's get started with it: How to use switch Statement in C# Switch Statement is a loop in C# which takes a variable as a condition, and then creates its different cases and we can deal each case se ...
Blog
Car Parking System with Automatic Billing using Arduino
Car parking system with automatic billing using arduino, software to install, project overview, components details, Arduino uno, LCD module, keypad 3x4, ultrasonic sensor, RTC module, circuit diagram working, Arduino code for the accident detection, void setup(), void loop(), results/working
Hi Geeks, welcome to our new project. Our new project is one of the most common issues you’ve seen in your cities. In this project, we are going to make a car parking system with automatic billing. In the entire world, there are an estimated 1.4 billion cars on the road, which is absolutely great news if we are considering the development of the Automobile industry. But the most serious issue is that the number of cars exceeds the number of available parking places, resulting in traffic congestion. Damaged cars due to this lack of space, fewer parking locations, lack of parking signage, informal parking, and overcharging for parking are just a few of the issues. People are still choosing manual parking methods, which have a number of drawbacks, suc ...
Blog
How to Interface MQ-2 gas sensor with Raspberry Pi 4
How to Interface MQ 2 gas sensor with Raspberry Pi 4, MQ2 with Raspberry pi 4, raspberry pi 4 with gas sensor mq-2, mq2 rpi4, rpi4 mq2, rpi4 gas sensor
Hello friends, I hope you all are having fun. Today, I am going to share the 9th tutorial of Section-III in our Raspberry Pi 4 Programming Course. In the previous tutorial, we interfaced an air pressure sensor BMP180 with Raspberry Pi 4. In this tutorial, you'll learn how to interface an MQ-2 gas sensor with a Raspberry Pi 4. Many apartments, residences, and workplaces rely heavily on these gas sensors to detect smoke or gas and alert the appropriate personnel in an emergency. In addition to gas and smoke, this sensor is sensitive to various odorous gases. Project DescriptionToday, we will interface a gas sensor MQ-2 with Raspberry Pi 4 and will display the values on Raspberry Pi Console Window. Components Required These are the components use ...
Blog
While Loop in Python
While Loop in python, python while loop, while loop in python, how to use while loop in python, while loop python, while in python, python while, while python
Welcome to the next lesson of our python programming class. In the last session, we looked at the use of If-else statements and created simple programs to demonstrate the concept. While loops are another type of conditional statement, and in this tutorial, we'll look at how they're used. What will you learn? In this article, you'll learn how to prematurely exit a while loop, a Python control structure for endless iteration. You will also learn how to write conditions in a single line to produce short and readable code. Iteration in while loop The term "iteration" refers to the practice of repeatedly running the same piece of code. A loop is a type of programming structure that implements iteration. Bo ...
Blog
Common Operators in C#
Common Operators in C#, arithmetic operator in c#, comparison operator in c#, conditional operators in c#
Hello friends, I hope you all are doing great. In today's tutorial, we are going to have a look at few Common Operators in C#. It's 4th tutorial in C# series and before going forward, we have to first understand the working operation of these C# operators. We have a lot of operators in C# but I have discussed few of them, which are most commonly used. If you got into any trouble then ask in comments. So, let's get started with Common Operators in C#: Common Operators in C# Operators are used to create a link, relation or operation between two entities/variables. Few of these C# operators are as follows: Assignment Operator ( = ) Arithmetic Operators ( + , - , * , / , % ) Comparison Operators ( == , != , > , < , >= , <= ) Co ...
Blog
What is a Crankshaft Position Sensor? Working Principle, Functioning, Structure, and Types
What is a Crankshaft Position Sensor, Crankshaft Position Sensor, Working Principle, Functioning, Structure, Types
Hi readers! I hope you are doing well and exploring new things daily. Do you know about the crankshaft position sensor? Today we will discuss the crankshaft position sensor with a detailed overview of its working, functioning, structure, and types. The crankshaft position sensor is an important part of internal combustion engines in modern automobiles. It finds the crankshaft’s position and rotational speed (RPM) and transmits this information to the Engine Control Unit (ECU). For optimum performance and fuel efficiency in making a vehicle operate smoothly, the crankshaft position checks the ignition timing, fuel injection, and valve timing. In the case of a non-functional CKP sensor, the engine may behave in a manner that does not start at all, misfires or works inefficiently.  CKP senso ...
Blog
Introduction to 75N75
Introduction to 75N75, basics of 75N75, 75N75 basics, getting started with 75N75, how to get start with 75N75, how to use 75N75, 75N75 Proteus simulation, 75N75 proteus, Proteus 75N75, proteus simulation of 75N75
Hello friends! I hope you will be absolutely fine and having fun. Today, I will give you a detailed discussion about Introduction to 75N75. I have also shared different articles on Introduction to 2N3904, 2N3906, BC547, C945 and IRF540. You must go through all of these articles for the better understanding of this tutorial. 75-N75 is basically a Metal Oxide Field Effect Transistor (MOSFET). MOSFET is a transistor which is frequently used in electronic devices for the amplification and fast switching purposes. MOSFET consists of four different terminals. These terminals include body terminal, source, drain and gain respectively. There two different type of transistors i.e. P-channel transistor and N-channel transistor. 75N-75 is N-channel MOSFET. ...