Hello geeks, welcome to our new project. In this project, we are going to make a very interesting project which is an Up-Down counter. Most of us who have an electronics background or studied digital electronics must know the counter. Counter is a simple device which counts numbers. As per the digital electronics, there are two types of counter, the Up counter which counts in increasing order and another is Down counter which counts in decreasing order. And every counter has a reset limit, on which the counter resets to its initial value and starts the counting again. The limit of every counter depends on the bits of counter. For example, we have a 8 bit Up counter which means it will count upto 255 and afterwards it will reset and will start agai ...
Hey Friends! Hope you are doing well. Today, I'll discuss the details on How to use digitalWrite Arduino Command. The digitalWrite command in Arduino is used for writing the status of the digital Pin. The Pin assigned to this command must be an OUTPUT pin so that it can transfer data to other components like LEDs, motors, and actuators and use them as per your needs and requirements.
Arduino boards have always been a great choice for both experts and newbies, as they come with built-in peripheral functions, and no need of external components is required to drive automation and develop some basic functions on the relevant project.
Basic Arduino Software is used as a compiler and no separate burner is required to burn the required code into the boa ...
Hi Guys! Hope you’re well. I welcome you on board. Thank you for viewing this read. In this post today, I’ll walk you through the Introduction to BC557.
BC557 is a bipolar junction transistor with DC current gain 300. It falls under the category of PNP transistors where one N-doped layer stands between the two P-doped layers. The continuous collector current is 100mA means it can drive load under 100mA. BC557 comes in the TO-92 package and is mainly used for switching and amplification purpose.
Before I bore you to tears, let’s dive in and read the complete introduction to BC557 covering datasheet, pinout, working principle, power ratings, physical dimensions, and applications.
Continue reading.
Introduction to BC557
BC557 is a bipolar junct ...
Hi Guys! Hope you’re well today. Thank you for viewing this read. In this post today, I’ll walk you through the Arduino Mega 1280 Library for Proteus.
You may already be familiar with Arduino Boards, in case you don’t, they are the open-source easy to use hardware and software platform used in modern electronic projects. These boards receive inputs and convert them into outputs to activate motors, LEDs, electrical circuits, robots, and embedded systems.
They are mainly designed for newbies and non-tech geeks who hesitate to construct the electrical circuits from the get-go and hate diving into the nitty-gritty of architecting electrical wires accurately to fashion electrical circuits.
Arduino boards come with both ready-made electronic kit and ...
Hi Everyone! We always enjoy when you keep coming back for what we have to offer. I try my best to keep you updated with some information relating to your field so you don't feel overwhelmed and exhausted and visit our website with regular intervals. Today, I am going to uncover the detail on the Introduction to 2n3819. It is an N-Channel JFET which comes in TO-92 envelop and is widely used for general purpose amplification and analog switching. I'll give you a brief details about this JFET so you don't need to go anywhere for finding the information regarding this transistor. Let's get started.
Introduction to 2n3819
2n3819 is an N-Channel JFET(Junction Field Effect Transistor) which is mainly used for general purpose amplification and analog ...
Hello everyone, I hope you all are fine and having fun. In today's tutorial, I am going to show you How to write Arduino code. In the previous tutorial, we have seen the Simple Arduino LED Example so if you haven't read that tutorial then I must suggest you to read it first because I am gonna use the same simulation with some advancements in it.
Moreover, you should also have a look at How to do Arduino Serial Communication because we are also gonna use Serial Port in today's tutorial and one more tutorial which you must read is How to use digitalRead in Arduino because we are dealing with digital pins here. So, I hope that you have read those tutorial and are ready to learn How to write Arduino code. So, let's have a look at How to write Arduino ...
Hello friends, I hope you all are fine and enjoying yourself. Today I am going to share my new project tutorial which is Relay Control Using 555 Timer in Proteus ISIS. We all know about relays that are used for automatic switching and are magnetically connected while electrically insulated. If you don't know much about relays then I think you should first read What is a Relay? in which I have given a detailed overview of relays and where are relays used? After reading this post you will have a good grip over relay and today's post will be piece of cake for you. Relays are mostly used with some microcontrollers like Arduino or PIC Microcontroller. You might also wanna have a look at traffic Signal Control using 555 Timer, which is good if you are i ...
Today we will talk about an extremely powerful tool in the use of microcontrollers. The Serial communication, specifically the USART (Universal Synchronous Asynchronous Receiver Transmitter) standard.
The system works using two wires. RX (Receiver) and TX (Transmitter), connecting two devices. The RX of one is connected to the TX of the other. If the choice is for a synchronous connection, it may be necessary to add one or two more pins to operate as a “traffic light”. But most current microcontrollers can operate asynchronously, which saves us the expense of pins. Data is sent, as the name implies, in a series of bits.
ESP8266 provides us with two ports, one of them converted to USB in the NodeMCU module.
Applications
The range of uses of se ...
Hello Friends! Hope you’re well today. I welcome you on board. In this post today, I’ll walk you through the Introduction to IRF730.
The IRF730 is an n-channel MOSFET where major charge carriers are electrons and conduction in the transistor is carried out due to the motion of these electrons. It comes with a TO-220 package where the drain-to-source breakdown voltage is 400V and power dissipation is 100W.
I suggest you read this post all the way through as I’ll be discussing the complete Introduction to IRF730 covering datasheet, pinout, features, power ratings, equivalent, and applications.
Let’s jump right in.
Introduction to IRF730
The IRF730 is an n-channel MOSFET mainly used for switching and amplification applications in the electrical ...
Hi Guys! I hope you’re doing well today. I welcome you on board. In this post today, I’ll walk you through the Introduction to 1n5818.The 1n5818 is a Schottky diode. It is also known as a hot-carrier diode that is employed for extremely fast switching applications. It carries high forward surge capability and low forward drop voltage, making it a suitable pick for high-frequency applications. It is available in the DO-201AD package and comes with very small conduction losses.
I recommend you buckle up as I’ll discuss the complete introduction to 1n5818 covering the datasheet, pinout, features, and applications. Without further ado, let’s get started.
Introduction to 1N5818
The 1n5818 is a Schottky diode that is incorporated in extremely fast switching applications. It is also know ...