EN / USD
154 Items
 Home
Blog
Introduction to ATmega128
introduction to ATmega128, ATmega128 features, ATmega128 pinout, ATmega128 block diagram, ATmega128 applications
Hey Guys! Hope you are doing well. I am back to feed you with valuable information relating to engineering and technology. Today, I'll uncover the details on the Introduction to ATmega128. It is an AVR, 8-bit low power microcontroller, that comes with a 64-pin interface and is based on RISC architecture.  Availability of 133 Powerful Instructions with single clock cycle and 32 x 8 General Purpose Working Registers make this device an ideal choice for many applications where decent code execution is required. The memory space incorporates on this module is more than normal AVR controllers including Program memory around 128K, enough to store the number of instructions on a single chip. In this post, I'll try to cover each and everything related t ...
Blog
Access Linux Server of Arduino YUN with Putty
Access Linux Server of Arduino YUN with Putty,Connect yun with puttty,how to connect arduino yun with putty,putty with arduino yun
In today's post we are gonna see how to connect Arduino YUN with Putty and access the files on Linux OS in Arduino YUN. In my last post Getting Started With Arduino YUN, I have explained in detail about basics of Arduino YUN. I am recall few important things here. Arduino YUN is a very powerful board with two processors on it. One is Arduino microcontroller used to control the output / input pins. The other processor is named as Atheros and it has Linus operating system on it, so one can easily run python scripts on it and can do any server or client side coding in it. So, today we are gonna see ow to access this Linux operating system of Arduino YUN using Putty software in Windows. Putty is a third party software used for accessing serial termina ...
Blog
Top 10 PCB Design Software
pcb design software, pcb software, free pcb design software, pcb designing software, list f pcb software, pcb layout software, circuit design software
Hello friends, hope you all are fine and having fun with your lives. Today, I am going to share an informational tutorial about top 10 PCB design Software. These PCB design software are used for designing PCBs. In all engineering projects especially related to electronics, PCB designing is an important task and in order to design the PCB we have to use some software. There are many software available in market and today, I am gonna give a complete list of PCB Design software. Few of these software and free to use and few have limited versions available but in order to get their advanced features you have to buy them. I have also mentioned their features below. If you have read my blog in detail then must have the idea that I use Proteus software f ...
Blog
DC Motor Direction Control in LabVIEW
DC Motor direction control using NI LabVIEW, DC motor direction control using LabVIEW, DC Motor direction control in LabVIEW, Control DC Motor through LabVIEW, Control DC motor with LabVIEW, LabVIEW to control the direction of the DC motor
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 ...
Blog
Image Zooming with Bilinear Interpolation in MATLAB
zoom image in matlab, matlab image zooming, bilinear interpolation in matlab, matlab bilinear interpolation
Hello friends, hope you all are fine and having fun with your lives. Today, I am going to share a simple tutorial on Image zooming with bilinear Interpolation in MATLAB. We have seen many software in which there's an option of zooming an image. For example, if you have used paint or photoshop then you have seen that you can zoom your image quite easily by clicking a button. Today's we are gonna do the same thing but in MATLAB and we will have a look at the code behind this feature. Now, when we are zooming some image then in fact we are increasing the pixels of that image and in order to do that we have to fill those extra pixels with the color of their neighbor pixel. This thing is know as interpolation. There are many different techniques for in ...
Blog
Introduction to Arduino Sensor Shield
Introduction to arduino sensor shield, arduino sensor shield features, arduino sensor shield connections
Hi Guys! Hope you’re well today. I welcome you on board. Happy to see you around. In this post today, I’ll detail the Introduction to Arduino Sensor Shield. Arduino Sensor Shield is a board compatible with the Arduino Boards and comes with the standard header layout. It is used to connect sensors, servos, LCD with the Arduino board without soldering. This board is connected with the Arduino Board using the jumper wires. I suggest you read this post all the way through as I’ll be discussing the complete Introduction to Arduino Sensor Shield. Let’s get started. Introduction to Arduino Sensor Shield Arduino Sensor Shield is a board used to connect sensors, servos, LCD with the Arduino Board without the requirement of soldering. Using Arduino ...
Blog
Introduction to MATLAB Command Window
MATLAB keywords, MATLAB Command Window, MATLAB interfaces, basics of matlab, matlab first program, matlab windows, matlab environment
Hello friends! I hope you all had a great start to the new year. In our first lecture, we had looked at the MATLAB prompt and also learned how to enter a few basic commands that use math operations. This also allowed us to use the MATLAB prompt as an advanced calculator. Today we will look at the various MATLAB keywords, and a few more basic commands and MATLAB functions, that will help us keep the prompt window organized and help in mathematical calculations. We are also going to get familiar with MATLAB’s interface and the various windows. We will also write our first user-defined MATLAB functions. MATLAB keywords and functions Like any programming language, MATLAB has its own set of keywords that are the basic building blocks of MATLAB. These 20 building blocks can be called by simply ...
Blog
Convert m File into p File in MATLAB
com port in matlab, send data to matlab,com port matlab,data sending com port in matlab, com port in matlab
Hello friends, I hope you all are doing great. In today's tutorial, I am going to show you How to Convert m File into p File in MATLAB. Now the question arises that why we need to do that? & the answer is if you want to protect your code and don't want anyone to access it then you need to your Convert m File into p File. P File is like an encrypted file which performs the same functionality as your original m file but no one can get the code out of it. Like me explain it with an example, suppose you are some sort of developer and you have created some code for a company and now you want to protect your code and just send the company some sort of software. MATLAB has a function in which you convert your m-file into p-file and no one can open ...
Blog
H-Bridge Circuit with 2N2222 Transistor in Proteus
H Bridge, HB ridge Motor in Proteus, H Bridge in 2N2222 Transistor, H Bridge with 2N2222
Hey Learners! Welcome to The Engineering Projects. We hope you are doing great. Our team is working on transistors and today, we'll design a circuit for using the 2N2222 Transistor. In this chapter you will learn: What is H Bridge with 2N2222 Transistor? How do the 2N2222 Transistor works? What is the working of H Bridge? How can we run the circuit of  H Bridge in Proteus using 2N2222 Transistor? By the same token, you will also learn important information about the topic in DID YOU KNOW Sections. Introduction to H-Bridge In electronic circuits, the direction of quantities like the flow of current, EMF, Electric field lines matter a lot. The H Bridge is used to control such motors through its specialized circuitry. The H Bridge is defined ...
Blog
DC Motor Speed Control in LabVIEW
Dc Motor speed control using NI LabVIEW, DC motor speed control in LabVIEW, DC motor speed control via NI LabVIEW, How to control speed of the DC motor in LabVIEW, NI LabVIEW to control the speed of the DC motor
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge with all of you guys, about how to make a simple Virtual Instrument (VI) for DC Motor Speed Control in LabVIEW. In my previous tutorials, I have worked on DC Motor Speed Control using Arduino, in which I have controlled the DC Motor Speed using Arduino and after that I made some advancements in it and then created DC Motor Speed Control in Matlab in which commands were sent from Matlab. So, now we are gonna do the DC Motor Speed Control in LabVIEW.If you are working on DC Motor then you should also have a look at DC Motor Direction Control using Arduino. In this tutorial, I am going to work on the program for DC Motor speed Control usin ...