Hello friends! I hope you are having a good day. Today, I am sharing a new version of Arduino Library for Proteus(V3.0). I have already shared the previous versions of this library i.e. Arduino Library for Proteus(V1.0) and Arduino Library for Proteus(V2.0). This newer version is way better than previous versions because of its realistic design and better performance. I will discuss the comparison in detail in just a bit. This Proteus Library zip file has the following types of Arduino microcontrollers in it:Arduino UNOArduino Mega 1280Arduino Mega 2560Arduino MiniArduino Pro MiniArduino Nano
We will move towards the installation, but before this, let me share the basic introduction of Arduino.
What is Arduino?
Arduino is an open-source family of microcontroller boards that is designe ...
Whether you are a start-up undergoing its teething phase or a fully fledged established entity that has its own IT department to cater to IT needs, there will be a point when you will need to develop software to cater to your business needs. When it comes to software development, many organizations find themselves debating a make or buy decision. Outsourcing has been very common among business organizations in the recent past. This is mainly attributed to the effects of globalization and the advancements in the Internet and Communication technologies which has helped in bringing the world closer together.
Although many large corporations have admitted the benefits of outsourcing partial or complete business operations to other parts of the world, ...
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge about How to Create m File in MATLAB. It is also known as New Script or Editor in the MATLAB. It's an amazing MATLAB tool. We can write the complete source code on editor. If we want to visualize the result of the particular statement we should not put a semicolon after that statement in MATLAB. Before going into the details of this tutorial, you must first have a look at Introduction to MATLAB and if you don't know about MATLAB variables then you must read Declaration of Variables in MATLAB.
By doing this and by pressing the Run (Green Color) button at the top of the editor we will be able to see the result on the command window. In ot ...
I still remember the first time I had to choose between a strain gauge and a torque sensor. It was a cramped motor lab. Old bench. Coffee gone cold. The project manager wanted answers by Friday. On paper the choice looked simple. In the real world it never is. Every project has its own personality. Speed. Budget. Accuracy. Abuse level. And usually a deadline that doesn’t care about any of that.
If you have spent time around test stands and factory motors you know this dilemma well. Torque measurement sounds straightforward until you actually have to do it. That is when questions start piling up. How accurate do we really need to be. Will this thing survive vibration. Can we install it without tearing the whole setup apart. And the big one. Will it still read the same after six months of h ...
A virgin plate, also known as bakelite, is a plate bathed in copper on one side, since an electronic circuit can be made on this plate.
In this type of PCB, the most relevant thing is its cost since for many technical or engineering students it is accessible for basic electronic projects with only one side, since in the current market in South America it is difficult to find a two-sided PCB.
ADVANTAGE
ITS COST IS ECONOMIC.
ACCESSIBLE FOR BASIC PROJECTS.
ACCESSIBLE FOR STUDENTS
DISADVANTAGES
IT'S ONLY 1 LAYER.
IT DOES NOT COME HOLES FOR THE ELECTRONIC COMPONENTS.
IT HAS ONE COLOR.
THE SIZE OURSELVES HAVE TO CUT ACCORDING TO OUR NEED FOR OUR PROJECT.
CONCLUSION
Nowadays many students in th ...
Hello friends! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge about how can you make a simple program for DC Motor Speed Control using Arduino UNO. In my previous tutorial, DC Motor Direction Control using Arduino, I have just controlled the DC motor in both directions at constant speed using Arduino. I have also performed the DC Motor Direction Control in Matlab by sending different commands through serial port from Matlab and LabVIEW to the Arduino and then controlled the direction of rotation of DC motor. But in this tutorial I will rotate the same DC motor at variable speed in both clockwise and anti clockwise directions.
In my previous tutorial, we have seen that input pins In1 & In2 of mo ...
Hey Guys! Hope are you doing well. I am back to give you a daily dose of useful information. Today, I'll unlock the details on Low Cost PCB Supplier in China called WellPCB. PCB plays a vital role in the development of electronic projects. It is used to connect different electrical components on the board. If you are hobbyist or student, you may require PCB board every now and then. It's true you can manufacture and fabricate PCB on your own using chemical method (with ferric chloride) unless you are not quite intimidated by playing with chemicals.
Developing PCB by yourself may be time-consuming and prevents you from giving attention to other parts of the projects. Time management plays a vital role in the development of projects and if you are ...
Hello everyone, I hope you're all doing well. In the previous lecture(Chapter 0: ESP32 Pinout), we discussed the ESP32 features & specs in detail. Today, we are officially starting this ESP32 Programming Series. In this ESP32 Programming Series, we will start with basic concepts and
will gradually move towards complex topics. I will try to keep this
ESP32 series as simple as I can. But still, if you encounter any issues,
please ask in the comments, will try to resolve the issues as soon as
possible.As ESP32 has numerous features & applications, so I have divided this series into different sections. I have named the 1st section "ESP32 IDEs". In this section, we will discuss different IDEs used to program ESP32 boards. In each Chapter of this section, we will install one of t ...
Hello friends, I hope you all are doing great. In today’s tutorial, we will have a look at Transistor as a Switch. The transistor is a 3 pin semiconductor module used for different amplifier and switching circuits. It was created by William Shockley (who was a physicist of United States of America) in 1947. It also used in different engineering projects and circuitry. Depending on doping level transistors are classified into 2 types first one NPN and the second one is PNP transistor.
Most transistors are constructed from silicon and germanium but other semiconductor materials are also used for construction of transistors. In today's post, we will discuss how we can use a transistor as a switch and also see its practical working in different circui ...
Hey peeps! Welcome to an exciting tutorial on Python in which you will learn about the Python reverse list. We are on a series of deep learning phases where Python is under our observation. In the last tutorial, we saw the variables in Python and practised many codes in the TensorFlow. Today, we are interested to practice many interesting methods in an easy way. These are the built-in functions and you do not have to be an expert in the programming to perform them in TensorFlow. All you need is to read this tutorial and have the TensorFlow working fine. Before going deep into the topic, it is important to have a look at the list of content that you will learn today:
How do you define the python reverse list?
Why we should know about the python reverse list or keywords?
How do you practi ...