Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at a detailed Introduction to DS3231. DS3231 is a real-time clock (RTC) with an integrated temperature-compensated crystal oscillator. It consists of a battery that provides supply to DS3231 when the main supply is off. In this way, it continues working without any interference. It is available in industrial and commercial temperature ranges. It exists in a 16-pin, 300-mil SO package.
DS3231 is used in industrial projects and different electronic devices such as laptops, computers, and GPS for high accuracy of time. In today's post, we will have a look at its working, pinout, applications, protocol, etc. I will also share some links to projects where I have interfaced it with some oth ...
Hi Friends! Hope you’re well today. I welcome you on board. In this post today, I’ll walk you through the details on the design of a load cell.
Strain gauge load cells are widely used in various applications. They work on the principle of varying electrical resistance with elastic deformation in the conductor. The strain gauge comprises thin wires which are affected by a change in environment. Expansion or contraction in a strain gauge occurs with varying temperatures which results in creating noise and lack of accuracy in measurement. The life of the device may also be affected due to corrosion that may occur in the elastic element. In addition to the possible deterioration, the load cell itself may cause safety issues with regard to the environ ...
Hello friends, I hope you all are fine and will be doing something special in your life. In today's post, we are going to discuss The Role of PCB in Modern Life. A PCB is a thin board made of fiberglass, composite epoxy or other laminate material. A conductive pathway is etched onto the board connecting different component on the PCB, such as transistors, resistors, and an integrated circuit. PCB is used in both desktop and laptop computers. It serves as a foundation many internal computer components such as video card, network interface card, controller card, an expansion card. These components are connected to the motherboard, which is also a printed circuit board.
PCB is used in different industrial projects and electronic devices. PCB can be ...
Hello friends! I hope you are doing well. Today, in this article, I am going to discuss about Business Administration bachelor degree. This is also known as BBA. Business Administration is a bachelor's degree in business administration & management. Usually, the duration of this degree program is 3 years in Europe and 4 years in the US. Here, I will cover the specialization areas, major & minor subjects of Business Administration bachelor degree, key skills, scope, future career opportunities, and top universities offer BBA degree.
Business Administration bachelor degree
The main aim of a Business Administration bachelor's degree is to provide a deep understanding of the functional features of a business and its interconnection. While it al ...
Update: Here's the latest version of LCD library: LCD Library for Proteus V2.0.
Hello everyone, I hope you all are fine and having fun with your lives. Today, I am going to share a new LCD Library for Proteus. We all know about LCDs, used for displaying data in embedded projects i.e. sensor values or indications etc. Proteus already have LCDs in it but they are not much good-looking. So, I designed two new LCDs in Proteus that look identical to real-world LCDs.
So, I am going to share these LCD libraries in today's post. I hope you are going to enjoy them as they will add some uniqueness to your project.
I have also used these new LCDs in different projects so if you wanna see these LCDs in action then you should have a look at LCD Interfacing with Microcontrollers. In this tutorial, ...
Hello friends, I hope you all are doing great. In today's tutorial, I will show you 5 Tools Students Often Use to Improve Writing Skills. Modern academic programs require all students to work on various types of academic papers. Students have to spend a major portion of their time arranging words, and that is a good thing. Writing is one of the most important skills, and students must master this skill.
Gone are the days when students had to be constantly in touch with their teachers. Nowadays, there are many writing apps that help students improve their writing skills. In this post, we will focus on 5 tools that students use to improve writing skills. You should also have a look at this detailed guide on how to do a research paper.
1. Grammarly
I ...
Hello readers, hope you all are doing great. In this tutorial, we will discuss low power modes in ESP32, their purpose and their implementation to increase the battery life by reducing power consumption.
Purpose of Low Power Modes
Fig.1
Along with multiple wireless and processing features, ESP32 also provides us with a power-saving feature by offering sleep modes. When you are powering the ESP32 module from the live supply using an adaptor or a USB cable, there is nothing to worry about power consumption. But when you are using a battery, as a power source to ESP32, you need to manage the power consumption for longer battery life.
Low Power Modes in ESP32
When ESP32 is in sleep mode, a small amount of power is required to maintain the state of ...
Introduction
Thank you for joining us for yet another session of this series on Raspberry Pi programming. In the preceding tutorial, we implemented a speech recognition system using raspberry pi and used it in our game project. We also learned the fundamentals of speech recognition and later built a game that used the user's voice to play. However, this tutorial will integrate a real-time clock with our raspberry pi four and use it to build a digital clock. First, we will learn the fundamentals of the RTC module and how it works, then we will build a digital clock in python3. With the help of a library, we'll demonstrate how to integrate an RTC DS3231 chip with Pi 4 to keep time.
Real-Time Clocks: What Are They?
RTCs are clock units, as the name ...
Hello friends! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge with all of you about how to make a simple program for DC Motor Direction Control in LabVIEW. In my previous tutorials, I have also worked on DC Motor Direction Control using Arduino. You should go through these tutorials they will be helpful in better understanding of the tutorial DC Motor Direction control using NI LabVIEW. The word DC is basically an abbreviation of Direct current. So, a direct current motor is commonly used motor having two input terminals, one is positive and the other one is negative. If we connect these terminals with the voltage supply the motor will rotate. If you change the polarity then motor will rotate in oppo ...
Hey Fellas! Hope you are doing great. Today I am going to give you the details on Introduction to 2n5320. It is basically a Bipolar NPN (Negative Positive Negative) Transistor (BJT), which contains two layers of N-doped semiconductor and one layer of P-doped semiconductor. P, layer lies between two N layers. Here P represents the Base of the transistor and two N layers show emitter and collector respectively.
This NPN transistor has a wide range of applications. It is mainly used for power amplification and switching purpose.You should also have a look at Introduction to BC547 which is also an NPN transistor. So, let's get started with Introduction to 2n5320:
Introduction to 2n5320
2n5320 is a bipolar Switching Silicon transistor, which is mo ...