Hi Guys! I welcome you on board. Thank you for clicking this read. In this post today, I’ll detail the Introduction to Arduino Nano Every.
Arduino Nano Every is a tiny powerful board that is based on the ATMega4809 AVR processor. It comes with a clock speed of around 20MHz and flash memory of around 48KB. It carries two 15 pin connectors on each side of the board that are pin-pin compatible with the Arduino Nano Every.
The low price and small size make this board an ideal pick for the range of electrical projects like electronic musical instruments, low-cost robots, and general development of the small parts of the large projects.
Needless to say, Arduino has been a cornerstone of many electronic projects ranging from simple student projects to ...
Hey, everyone, hope you are doing great. In today's article, we are going to explore C# Checked ListBox Control. In the previous article, we discussed in details about C# TextBox, C# Label, C# ListBox, C# ComboxBox and C# Button. C# Checked ListBox plays very important role in Point Of Sale applications. In some words, we can say this is a combination of check boxes and list. C# Checked ListBox is used to gain specific information from end-user. It's mostly used in survey-based application to gain the voting for a specific purpose.
We will work with Checked ListBox same as we have worked with ListBox & ComboBox. You can use C# Checked ListBox for multiple purposes. You can use this as the attendance taker to mark the attendance of students.
C# ...
Hello learners. Welcome to The Engineering Projects. We all know that matrices have been used in the engineering field for a long time, and they have a vital role in the calculation of different data. Therefore, we are learning about some very special kinds of matrices that are usually introduced to engineers at a higher level. Till now, we have seen some general operations on matrices and also examined the special kinds of matrices. Yet, today, we are moving a step forward and learning about some complex types of matrices that require strong basic concepts. So, have a glimpse at the topics that you are going to learn, and then, we’ll start practicing.
What is a matrix?
What are the different types of matrices that are less common?
How can we implement some interesting commands in MAT ...
Hi Friends! I welcome you on board. Happy to see you around. In this post, I’ll detail the Introduction to Tip42c.
Tip42c is a medium power transistor mainly used for amplification and switching purpose. It is made up of silicon material and falls under the category of PNP transistors. The voltage across collector and emitter terminals is 100V and the voltage across base and collector terminals is 100V. The 5V is the voltage across base and emitter terminals which projects the value of voltage required to bias this transistor. The 6A is collector current which indicates the value of loads this transistor can support.
Just bear with me for a little while as I’ll be documenting the main features, pinout, applications, and datasheet of this tiny co ...
Hello friends, I hope you all are doing great. In today’s tutorial, we will discuss What is Star Delta Transformation. We will also have a look at its inverse i.e. Delta to Star Transformation. In electrical systems, we have to deal with resistances a lot, arranged in different patterns i.e. parallel, series, mesh etc. Simple single-phase resistive circuits, where resistances are present in parallel or series combination, can be solved by using series or parallel formulas of resistances, there are also few other techniques i.e. Kirchoff's Laws, nodal analysis etc. to solve such circuits. But in the case of complex 3-phase resistive circuits, we can't use these basic formulas & thus need better techniques. Star to delta transformation method is ...
Hello friends, I hope you all are doing great. In today's tutorial, we are going to design a Proteus Simulation for Automatic Plant Watering System using Arduino. We have designed this project for engineering students as it's a common semester project, especially in electrical, electronics and mechatronics engineering.
The two most significant hazards to the agriculture industry are the need for extensive labor and a scarcity of water. According to the World Wildlife Fund (WWF) organization, water shortages might affect two-thirds of the world's population by 2025, putting both the ecosystem and human health at risk. The use of automatic plant watering systems eliminates both of these problems by watering plants at specified times and amounts whil ...
In the modern world, the lines between disciplines are increasingly blurred. One of the most fascinating intersections is that between engineering and marketing. Traditionally seen as separate fields—engineering focused on building and designing, and marketing centered on promoting and selling—these two areas are now more intertwined than ever. The rise of digital technologies and the demand for innovative products have brought engineering and marketing into close collaboration, creating new opportunities for businesses to thrive.
Evolution of Marketing Through Technology
Marketing has always been about understanding the customer and delivering value. However, the tools and methods used in marketing have dramatically changed over the past few decades. The digital revolution has introduce ...
Till now, we have read about the basic concepts and functions in the signal and system, but let’s have something that is more practical and practice each and every topic thoroughly because if you have the understanding at each point, transforming will become an interesting game for you.Keep in mind, that transforms are an important topic in signal processing, but they were traditionally taught in the same way they were discovered: through calculus. This approach, however, does not reveal the true purpose of the transforms or why they are desirable. Well, let’s check the topics that we are going to learn about today:
What are transforms?
Which common transforms are used in signals and systems?
What is the Laplace transform?
How can you implement the Laplace transform in MATLAB?
What ar ...
Hello everyone, I hope you all are doing great. In today's post, I am going to share a Final Year Project in detail, named as Real Time Security Control System using XBee and GSM. I will give you all the details so that you can easily design it on your own. I've given the Proteus Simulation to download below. In that zip file, you will get both the Arduino codes and Proteus Simulations.
I have divided this whole project design into four parts. If you got into any trouble in your project, then ask in comments and I will try my best to resolve them. So, today we are gonna have a look at the basics of this Security project. There are a lot of systems introduced in the market these days that are used to transfer sensor data from one node to another ei ...
Hello friends, I hope you all are doing great. In today's tutorial, I am going to explain How to Create PWM in Raspberry Pi 3. In our previous tutorial, we have seen How to Create GUI in Raspberry Pi 3, & we have also controlled an LED from the GUI Buttons. So, I am gonna take that project and will add PWM code in it.
So, I would recommend you to first have a look at LED Blinking with Raspberry Pi 3 in which we have designed this simple project and then check How to Create GUI in Raspberry Pi 3, where we have controlled that LED digitally with GUI. But today, we are gonna control the intensity of this LED by creating a PWM Pulse in Raspberry Pi 3. Along with that, we are also gonna have a look at How to use Scale in Raspberry Pi 3. I will add ...