EN / USD
2071 Items
 Home
Blog
Interfacing PIR sensor with Arduino
PIR sensor with Arduino
Hello friends, i hope you all are fine and enjoying. Today i am going to share a new project tutorial which is Interfacing PIR sensor with Arduino. First of all lets, have a little introduction about the basics and working of the PIR sensor. PIR sensors are in fact a Passive Infrared Sensor. PIR sensors are actually electronic sensors and they are used for motion detection. They are also used to detect the Infrared waves emitting from a particular object. You should also have a look at PIR Sensor Library for Proteus, using this library now you can easily simulate your PIR Sensor in Proteus software. PIR sensors are widely used in motion detection projects now a days. Since my today's tutorial is about interfacing of PIR sensor with Arduino micro c ...
Blog
How to Include Javascript Code in HTML Page
Where To Add Your JavaScript File, how to include external javascript in html, how to create external javascript file, how to link javascript to html and css, javascript include external js
Hello, I hope you all are doing well. In the previous tutorial, I shared a detailed introduction to JavaScript, where we discussed the basics. Today, I am going to tell you in detail How to Include Javascript Code in HTML Page and many more things that can help you understand JavaScript easily. All right guys let's revise what we have learned in the past article, you saw me adding script & /script code at the bottom of the tags. Today, I will show you in detail what was the reason for adding the tags at the bottom and how can you add an external JS file. If you want to be an expert programmer, you should have a look at this Oracle Java Certification , it will surely excel your programming skills. How to Include Javascript Code in HTML Page We have two methods to include the JS ...
Blog
JK Flip Flop Circuit Diagram in Proteus
Flip Flops, JK Flip Flops, JK Flip Flop in Proteus, JK Flip Flop with gates, JK Flip flop with ic, JK Flip Flop in Proteus, JK Flip Flop Proteus simulation.
Hello Learner! I hope you are doing great. Welcome to another tutorial at The Engineering Projects. This blog is the part of series we have stated about the Digital Logic Circuits. Previous to this, we learned Implementation of SK Flip Flops in Proteus. at the present day, we'll seek the knowledge about the following points: What are Flip Flops? What are JK Flip Flops? How can we record the Truth Table of JK Flip Flops? What is the Procedure to Construct the circuit of JK Flip Flop through Logic Gates and IC circuit? Moreover, we'll also have some useful bits of Information in Did you know Sections. Let' see the explanation of the concepts given above. Flip Flops The Flip Flops are the building blocks of many of  the Electronic Circuits. ...
Blog
Top 5 Affordable Flooring Upgrades
Top 5 Affordable Flooring Upgrades, floor decoration, affordable floor, floor decorate
If you're dreaming of a home with new flooring, but the budget won't allow it, fear not! There are plenty of affordable and easy-to-install upgrades that will make your floors look like they were professionally installed. Also, an essential thing that you should always keep in mind is to consider free flooring samples before installing this upgraded flooring at your home. In this blog post, we'll share some of our favorite inexpensive DIY options for hardwood and tile floors. Let's take a look at these options. Luxury Vinyl Plank Flooring Luxury vinyl flooring is the most expensive of our inexpensive options, but it doesn't require installation or anything more than a squirt bottle and mop to maintain. It also comes in an array of styles that mim ...
Blog
Introduction to BME280
Introduction to BME280, bme280 intro, bme280 basics, bme280 pinout, bme280 applications, bme280 working, bme 280 datasheet
Hello friends! Hope you’re well. In today’s tutorial, we’ll cover a detailed Introduction to BME280. BME280 is a digital environmental pressure, humidity, and temperature sensor mainly designed for mobile applications. This module comes with extremely compact metal-lid LGA packages. It has low power consumption (consumes only 5µA during idle and less than 1mA during measurements) and small dimensions that make it a perfect fit for battery-driven devices such as GPS, mobiles, and smartwatches. The BME280 working protocols are I2C and SPI which consist of separate pinouts. The module contains a built-in LM6260 regulator, allowing you to effortlessly use it with a 3.3V or 5V logic microcontroller or Raspberry Pi. ...
Blog
A Giftware Guide for Software Guys
A Giftware Guide for Software Guys, giftware for cs, gifts for engineers
The thought of special holidays coming up isn’t always what gets us scrambling to check off our gift lists. For most of us, gift-giving occasions happen all year round, with someone’s birthday or anniversary to commemorate almost every month. While gift ideas abound for teachers, doctors, or hobbyists, it is a little more challenging to find the perfect present for that loveable computer geek or software engineer in your life. Techies can be quite particular about the latest gadgets that get them excited. But it’s not always about model kits or computer hardware. To find the right gift, a little imagination and resourcefulness are all that’s required. Here are a few ideas to get you started: Coffee Break Gift Basket Hardworking computer engineers ...
Blog
Introduction to LM1458
LM1458 Pinout, LM1458 basics, basics of LM1458, getting started with LM1458, how to get started with LM1458, LM1458 proteus, proteus LM1458, LM1458 proteus simulation, how to use LM1458
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to elaborate you about Introduction to LM1458. Lm 1458 is basically a general purpose dual Operational Amplifier (Op-amp) i.e. it consists of two internal amplifiers. The internal amplifiers has both common power supply as well as common biased network. This is done so that their operation remains dependent on each other. If the power supply and biasing is not common then they will be totally independent. LM 1458 is a device which is protected from short circuit and it requires no external components for the frequency compensation. LM 1458 is considered to be and ideal amplifier for voltage followers. This is due to its latch-up free operation and high commo ...
Blog
Introduction to 2sc4617
Hey Fellas! Hope you are doing great. I am here to give you the daily dose of information relating to engineering and technology. Today, I am going to give you the details on the Introduction to 2sc4617. It is an NPN (negative-positive-negative) transistor which is used for general purpose amplification. This component comes in SC-75/SOT-416 sealed package which is mostly used for low power applications. I am going to explain the brief overview of 2sc4617. Let's get started. Introduction to 2sc4617 2sc4617 is a three terminal NPN silicon transistor which consists of two N doped layers which cover one P doped layer. It is a bipolar transistor which is usually used for amplification purpose. Small amount of base current is used to handle the la ...
Blog
Introduction to BD137
Introduction to bd137, bd137 pinout, bd137 power ratings, bd137 applications
Hi Folks! Hope this finds you well. Thank you for stopping by. In this post today, I'll be discussing the Introduction to BD137. BD137 is an NPN medium power transistor mainly employed in switching and audio amplification applications. It is composed of silicon material and comes in the TO-126 package. The collector-base and collector-emitter voltages are 45V and the emitter-base voltage is 5V which details that only 5V is required to bias this transistor and start transistor action. The collector current is 1.5A which documents that it can support loads under 1.5A. Power dissipation is 12.5W and storage temperature ranges from -55 to 150C. Read this entire post, as I'll walk you through the complete Introduction to BD137 detailing pinout, datas ...
Blog
How to use switch Statement in C#
How to use switch Statement in C#, switch statement in c#, switch case statement, switch case in c#, switch c#, switch case c#
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at How to use switch Statement in C# and its our 9th tutorial in C# series. In our previous tutorial, we have seen IF Loop in C# and this switch statement is also a loop but works slightly different than IF loop and it totally depends on your application, which one you want to use. First we will have a look at How to use switch statement in C# and after that we will also study goto statement, because switch and goto statements are normally used together. So, let's get started with it: How to use switch Statement in C# Switch Statement is a loop in C# which takes a variable as a condition, and then creates its different cases and we can deal each case se ...