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 guys that how to make a simple program for Quadratic Roots Calculation in LabVIEW. Quadratic equation is a second order basic equation. It plays a vital role for a lot of mathematical problems. The answer obtained from this equation is knows as its roots (also called quadratic roots). It can not have more than two roots. Roots can be 0,1 or maximum 2 and not more than that. We can solve quadratic equation in three different ways, but in this tutorial we will focus on one of them only. Here, I am going to tell you about form and the different ways of Quadratic Roots Calculation.
Ways to Solve Quadratic Equation
The quadratic ...
Hi Friends! Hope you are doing well. I am back to give you a daily dose of useful information so you can excel and improve as per your technical needs and requirements. Today, I'll uncover the details on the Introduction to ATmega8. It is an 8-bit AVR microcontroller that is based on RISC CMOS technology and comes with a 28-pin interface for the PDIP package. The Program memory is 8K Flash while RAM and EEPROM are 1K and 512 bytes respectively.
Microchip has been the main source for producing PIC and AVR microcontrollers that are mainly used in embedded and industrial automation systems. These modules can perform a number of functions on a tiny chip, preventing you from spending too much and purchasing external components for laying out automation ...
Hello Learners! Welcome to the next lecture on deep learning. We have read the detailed introduction to deep learning and are moving forward with the introduction of the neural network. I am excited to tell you about the neural network because of the interesting and fantastic applications of neural networks in real life. Here are the topics of today that will be covered in this lecture:
What do we mean by the neural network?
How can we know about the structure of the neural network?
What are the basic types of neural networks?
What are some applications of these networks?
Give an example of a case where we are implementing neural networks.
Artificial intelligence has numerous features that make it special and magical in different ways, and we will be exploring many of them in dif ...
Hi readers! Hopefully, you are doing well and exploring something fascinating and advanced. Imagine that particles can pass through walls but not by breaking them down? Yes, it is possible. Today, we will study Quantum Tunneling.
Quantum tunneling may be one of the strangest and illogical concepts of quantum mechanics. Quantum Tunneling proves the phenomenon of particles like electrons, protons, or even whole atoms percolating through the energy barrier of potential energy, although they do not appear to have sufficient potential to slide over it. The classical physics version of this ball at this point would merely reverse.
Nevertheless, in the quantum realm of things, particles now act like waves, and waves can pass through and even over barriers with some nonzero probability of the pa ...
Hello friends, hope you all are fine and having fun with your lives. Today, I am going to share all the LabView Projects, posted on our blog. These LabView projects are entirely designed by the TEP team and I hope they will help you in some way. Rite now the list is quite small but I am gonna post more tutorials and projects related to LabView soon. So, keep visiting or subscribe us via email so that you get these exciting tutorials straight to your inbox.
Moreover, LabView is really a difficult software and it really took us a lot of time in designing these projects so other blogger are more than welcome to share our projects on their blog but do mention the respective link from where you copied as a favor. I am gonna share the complete list here ...
Hello friends, I hope you all are doing great. Today, we are going to share the 2nd tutorial of Section-VIII in the Raspberry Pi Programming Course. In the previous tutorial, we interfaced a Barcode Scanner with Raspberry Pi 4. In today's tutorial, we will discuss how to set up a web server in raspberry pi. So, let's get started:
Components Required
We are going to use the following components, in today's project:
Ethernet cable
MicroSD card
Keyboard
Mouse
HDMI cable
Monitor
Expand FileSystem
When configuring a Raspberry Pi, select the expand FileSystem option to ensure that all of the Micro SD storage is allocated for the operating system and modify the default Pi passwords to protect your server from attacker ...
Hello friends, Hope you are doing good. Today I am going to talk about the technology that is most hyped right now and is said to bring revolution to the internet. Yes, I am talking about Blockchain technology and I am going to start explaining it from the very basics. Let’s start with a little history here without getting into too many details of it.
The concept of blockchain was introduced to the world by Satoshi Nakamoto although this concept was first described in 1991. The technology was introduced via bitcoin which is a cryptocurrency invented in 2008. You must have heard about this cryptocurrency already. Now I am going to move towards the introduction of blockchain in the next section.
What is Blockchain Technology?
Blockchain is a dis ...
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 ...
Hello, fellows, I hope you all are doing great. In today’s tutorial, we will discuss the Best Search Engines Going Forward. The dominant search engine on the web for the first fifth of the 21st century had a nice run, but it can't last forever. While this has been happening, a new generation of web users has become aware that Internet trends have stagnated. After all these years of websites carefully toeing the line to avoid offending the dominant search engine, the web has become homogenized.
There are new vistas in web search engines out there. The way we do it now is by far not the only way, and search engine technology is most definitely not a closed field. At the same time, the next-generation web market is starting to take exception to be sp ...
Update: Here are the latest versions of this library: Arduino Nano Library for Proteus V3.0 and Arduino Nano Library for Proteus V2.0.
Hello friends, hope you all are fine and having fun with your lives. In today's post, I am going to share a new Arduino Nano Library for Proteus. Arduino Nano is also a microcontroller board just like Arduino UNO but the advantage of Arduino Nano over Arduino UNO is its small size.Arduino Nano is quite small in size and hence can be used in such projects where we need to use smaller PCBs. For example, I once worked on a project in which I needed to design a test cricket bat.In that project, I used IMU along with Arduino Nano and placed the complete kit over the bat. As I need to place the electronic kit over the bat so it has to be quite small, that's ...