Hello everyone! I hope you all will be fine. Today, I am going to elaborate that how to create your First Project using NI LabVIEW Programming. This software is very easy to use in comparison to the other software. You do not have to write the complete source code for the desired output, like in other software e.g. Arduino, MATLAB, Dev C++, Eclipse etc. instead you have to just implement your logic using Field Programmable Gate Array (FPGA) blocks. The program is designed with the help of the FPGA blocks, is usually known as “Virtual Instruments”.
Normally we used to call it as VI’s. We create in “Block Diagram” window as described in our previous tutorial on Introduction to LabView. If you haven't read that tutorial then I owuld suggest you to ...
Hello friends, I hope you are all fine and will be doing something special in your life. In today's post, we are gonna have a look at a detailed Introduction to MPU6050. MPU6050 is a sensor for motion processing devices. It is the world's first six-dimension motion tracking device. It was designed for low-cost and high-performance smartphones, tablets and wearable sensors. It is capable of processing nine-axis algorithms, it captures motion in X, Y and Z axis at the same time.
MPU6050 is used in different industrial projects and electronic devices to control and detect the 3-D motion of different objects. In today's post, we will have a look at its working, pinout, protocol, it's interfacing with Arduino, features, applications, etc. I will also share some links of projects wh ...
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I will give an elaboration about Introduction to LF351. LF-351 is basically JFET (Junction Field Effect Transistor). It is a very high speed input Op-amp (Operational Amplifier). This device is most common in the market due to its low cost and good performance characteristics. LF-351 provides a high gain bandwidth product even though it needs a very low current supply.
LM 351 also provides higher slew rates. This device is most of the times known on the basis of its applications. LM-351 is the most popular device due to its unique features. These features include low input bias current, high gain bandwidth product, loww current supply, high input impedance, internal tr ...
Hello everyone, I hope you all are doing great. In today's lecture, we will discuss one of the most advanced Embedded Microprocessors i.e. Raspberry Pi 5. At the time of this writing, Raspberry Pi 5 is the latest board designed in the Raspberry Pi series. Raspberry Pi 5 is designed by a UK-based charity foundation named Raspberry Pi Foundation. Initially, these boards were designed for students and hobbyists but because of their compact design and advanced features, they became popular among embedded engineers, especially for IoT Systems. Raspberry Pi boards can be used for simple tasks i.e. word processing, web browsing etc., and in the complex fields of robotics, multimedia
centers, home automation, etc.
In today's lecture, we will first dis ...
Hi Everyone! I welcome you on board. Thank you for clicking this read. In this post today, I’ll walk you through the Introduction to LM2576.LM2576 is a step-down voltage regulator, also known as a buck converter, mainly employed as a pre-regulator in linear regulators. The customized output version of this buck converter gives you the ability to set the output voltage as you like better. It is available with a remarkably good load and line regulation. Moreover, it is used to drive load under 1A and is available in fixed output voltages with 3.3V, 5V, 12V, and 15V.
I suggest you buckle up and read this post all the way through, as in this post I’ll detail the Introduction to LM2576 covering the datasheet, pinout, features, and applications. Let’s jump right in.
Introduction to LM2576
...
Hello friends, I hope you all are doing great. In today’s tutorial, we will discuss What is the Voltage Source. The source is a device that transformed thermal energy, chemical energy, mechanical energy or any type of energy in the electrical form of energy. We can say that the source is such an instrument manufactured for generating electrical power.
The voltage source has 2 endpoints by which it connects in the circuitry, the ideal voltage source gives the constant value of the voltage in a circuitry irrespective of the variation in the resistance of the output. While non-ideal voltage source cannot provide the same voltage to the circuitry during load variation. The voltage source is the correspondent of the current source. This eclectic source ...
Welcome to the next tutorial of our raspberry pi 4 tutorial. In the previous tutorial, we learnt how to interface a gas sensor with a pi 4. However, in this tutorial will cover how to automate your home with a Raspberry Pi and Bluetooth Low Energy. To automate a home means to mechanize its environment, including the appliances within it. To that end, we've designed an intelligent lamp whose functionality can be adjusted from afar via a companion mobile app.
Using your smartphone, you'll be able to manage a variety of household gadgets. The following code demonstrates using a mobile device as a remote controller for a Raspberry Pi's GPIO pins. (Or another BleuIO Dongle).
Instructions Requirements
The recently introduced Raspberry Pi 4 will serve ...
Hello friends, I hope you all are fine and enjoying. I have been working on a project these days and one portion of my current project includes the NRF24L01 Arduino Interfacing. So, I thought why not share this knowledge with you people, I hope you will learn something new and more interesting. If you don't know much about it, then you should have a look at Introduction to NRF24L01.
Few days ago, I have also posted a tutorial on XBee Arduino Interfacing, in which we have seen how to make wireless communication between two XBee Modules which is also an RF module. So, now we are gonna have a look at How to make Wireless Communication between two NRF24L01 modules. I hope you are gonna enjoy this nrf24l01 arduino Interfacing. Here's the video demonstr ...
Hello peeps! Welcome to another tutorial on MATLAB where we are starting the code learning and its procedures in this lecture. In the previous sessions, we have seen the windows through which you can work in different ways for specific tasks. The focus of that lecture was on the figure window and editor window. Now, we are coding in these windows. You will see the implementation of these tasks in the command prompt because we are dealing with arrays as well. So, have a look at the topics that will be cleared in your mind after having the knowledge of this lecture.
What are the variables in MATLAB?
What is the relationship between the matrix and variable?
How to use the built-in functions of the MALTAB in command prompt?
Give the example of built-in functions.
How can you input a strin ...
Hello readers, I hope you all are doing great. Today, we are going to start the second section of the ESP32 tutorial series and today's our first tutorial, where we will have a look at How to Create a Web Server with ESP32. In our previous tutorial, we introduced you to the basics of the ESP32 microcontroller. where we discuss How to set up Arduino IDE to program ESP32. In this tutorial, we will discuss creating a web server using the ESP32 module.One of the most interesting features of the ESP microcontroller series is its wireless connectivity via WiFi & Bluetooth. Wireless connectivity protocols supported by ESP32 are:
Wi-fi: 802.11b/g/n/e/i
Bluetooth : BLE(Bluetooth low energy) and V4.2
What is a Web server?
A web server is software or hardware that stores, processe ...