EN / USD
939 Items
 Home
Blog
NRF24L01+ with Arduino - Response Timed Out
nrf24l01+ arduino, how to communicate nrf24l01 with arduino,nrf24l01 not working
Hello friends, hope you all are fine and having fun with your lives. Today I am going to share a problem and also its solution with you guys. A few days ago, I bought new NRF24L01 modules as they were needed for a project. So, today when I started working on them, I encountered a very strange problem. When I interfaced my NRF24L01 with Arduino and uploaded the transmitting and receving codes in them, I couldn't get anything on my serial terminal as I explained in my previous post Interfacing of NRF24L01 with Arduino. That was quite strange for me as I have worked on this module many times and it never troubled me before. So I keep on working on it but no luck. I even changed my RF modules as I thought may be they are faulty modules but still no lu ...
Blog
Artificial Intelligence and Machine Learning for Data Security
Artificial Intelligence and Machine Learning for Data Security, machine learning and data security
Artificial intelligence is becoming more and more important for data security. In this post, we'll look at how AI may assist businesses in anticipating and thwarting threats. But before going ahead we will explain the terms artificial intelligence and machine Learning. What Is Artificial Intelligence  Artificial intelligence (AI) is a discipline of computer science that focuses on making electrical equipment and software intelligent enough to do human activities. AI is a broad concept and a basic subject of computer science that may be used to a variety of domains including learning, planning, problem solving, speech recognition, object identification and tracking, and other security applications. Artificial intelligence is divided into n ...
Blog
What You Need To Know About Flow Switches And Flow Meters
What You Need To Know About Flow Switches And Flow Meters
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at Flow Switches And Flow Meters. There are a lot of flow meters and flow switches types on the market today. Thus, it is sometimes troublesome to choose the ideal device for your demands.  So, why is learning the different types of flow meters and flow switches, as well as their differences, essential? You might wonder why you need to know about this. Well, it is necessary to understand how flow switches differ from flow meters as this impacts your business. There is a lot to consider in choosing the right fit for you and not knowing how it works might cost you another expense. When you are choosing flow meters and flow switches, it is essential to know ...
Blog
What is Stoichiometry? How it helps in Balancing Reactions?
Stoichiometry, what is Stoichiometry, Stoichiometry laws, Stoichiometry rules, Stoichiometry definition, Stoichiometry problems, Stoichiometry examples, Stoichiometry conversions, Stoichiometry calculations, balanced reaction, skeletal reaction
The topic we are going to discuss today can be crowned as the most celebrated concepts in the field of Chemistry, the most celebrated amongst the chemists yet most hated amongst the students due to its complexity, who loves balancing chemical equations? Definitely no one! So cutting it short we are here to discuss " Stoichiometry ". The very first time I encountered this word years ago it felt like a tongue twister to me, let's learn to pronounce it first, stoichiometry is pronounced as "stoy- key-om-Et-tree", you would definitely learn to pronounce it well by the end of this discussion, keep trying! So, let's get started with Stoichiometry: What is Stoichiometry? In a chemical reaction, different reactants react together in different quantities ...
Blog
Razor Layout Views in ASP.NET Core
Layout View in ASP.NET Core, Layout View in ASP NET Core, Layout View ASP.NET Core, Layout View in ASP Core
Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at different Razor Layout Views in ASP.NET Core. It's our 10th tutorial in ASP.NET Core series. You must have noticed in websites that they have common sections, which remains the same throughout the website i.e. Header Section, Footer Section, Sidebar etc. In today's lecture, we will have a look at how to design these default layouts of a website. We have already discussed the MVC architecture in detail so now it's time to start building our site's layout or basic structure. Today we will just discuss different files available in ASP.NET Core for default layout designing. So, let's get started with Layout View in ASP.NET Core: Razor Layout View in ASP.NET Core ...
Blog
Major Components of Inverters
Major Components of inverters, inverters components, main components of inverter, components of inverters
No. Proteus Tutorials Give Your Suggestions !!! 1. Basics of Inverters With Topology 2. Major Components of Inverter 3. Pure Sine Wave Inverter Design With Code 4. Modified Sine Wave Design With Code Hello guys, in the last post I have explained the basics of inverters along with its types and also the inverters topology in other words working of inverters. Now in this post I am gonna explain the major components required for making an inverter. This post is not giving you any technical knowledge about inverter but to workout with inverters its necessary to go through its basic components. I have divided this tutorial into four parts which are shown below. This is a step by step guide to design and build an inverter and ...
Blog
How to use MATLAB input Function
matlab input,input matlab,matlab input function, how to use matlab input
Hello everyone! I hope you all will be fine and having fun. Today, I am going to share my knowledge about How to use MATLAB input Function. In this tutorial I would like to tell you about the importance of getting data from the user in MATLAB. If you want to display the data to users, you need to get data from them as well according their requirements. I hope you have read How to use MATLAB ? In this way the same source code written in MATLAB will give different result according to the requirements of the each user. So, in other words the source code becomes generic in this way. As we run the program, command window of the MATLAB asks user to enter the desired input. The results on this window are generated according to the Matlab input given by ...
Blog
First Project in C#
First Code in C# Tutorials, c# console, c# tutorials, console writeline, console readline
Hello everyone, I hope you all are fine and having fun with your lives. Today, we are going to design our First Project in C#. In the previous tutorial, we have seen a detailed Introduction to C#, where we have studied its importance in the software world. Today, we are going to create our first project in C#. So, let's get started with our first code in the C# Tutorial series. First Project in C# I am going to use Microsoft Visual Studio 2019 Community Edition, which is free to use, and you can download it from its official website. There are different languages available in Visual Studio i.e. C, C++, C# and F#. C# is the most commonly used programming language among all. Now, I assume that you ha ...
Blog
How to Generate PWM in 8051 Microcontroller
pwm in 8051, 8051 pwm, 8051 pwm code, pwm in 8051 microcontroller, 8051 and pwm
Hello everyone, hope you all are fine and having fun with your lives. In today's post, I am going to share How to generate PWM in 8051 Microcontroller. PWM is an abbreviation of Pulse Width Modulation and is used in many engineering projects. It is used in those engineering projects where you want an analog output. For example, you want to control the speed of your DC motor then you need a PWM pulse. Using PWM signal you can move your motor at any speed from 0 to its max speed. Similarly suppose you wanna dim your LED light, again you are gonna use PWM pulse. So, in short, it has numerous uses. If you are working on Arduino then you should read How to use Arduino PWM Pins. PWM, as the name suggests, is simply a pulse width modulation. We take a pu ...
Blog
Top 3 PIC C Compiler
top3 pic c compiler, pic c compiler, c compiler, pic c compilers, pic compiler, pic free compiler, c compiler for pic
Hello friends, hope you all are fine and having fun in your lives. Today, I am going to share Top 3 PIC C Compiler. We all know about PIC Microcontrollers because of which now we can quite easily add complex automation in our projects. So, today, I am going to share C compilers for PIC Microcontrollers. When an engineer starts working on some engineering project then he must have to choose a microcontroller. PIC is most commonly used Microcontroller in engineering projects. So, now when you have selected that you are gonna use PIC Microcontroller in your project then there comes a need which compiler to use for designing programming code for PIC Microcontroller. It's quite a difficult as well as important decision because I have seen that once you ...