Hello friends, I hope you all are fine and having fun with your lives. Today, I am going to share a new Home Automation Project using XBee & Arduino. Home Automation Project is a most commonly designed project by the engineering students. So, that's why I have thought to create a complete Home Automation Project so that engineering students can get benefit out of it.
We all know about automation which is originated from automate or automatic. In automation the task is done automatically and you don't need to control it. In normal Home automation project, there are few sensors which are displayed wirelessly to user and there are few controls like user can ON or OFF Lights, Fans etc via remote or mobile App.
In this Project, I have used Arduino ...
Hey Guys! I am back to give you a daily dose of information so you can excel and grow in your relevant field and keep coming back for what we have to offer. If you are a hobbyist or student, you require a transistor for the execution of your project every now and then.
Today, I am going to unlock the details on the Introduction to 2n4123. It is an NPN (negative-positive-negative) general purpose transistor which is mainly used for the amplification and switching purpose where collector current around 100mA is required. It is a semiconductor device mainly composed of silicon and comes with three terminals where a voltage applied to the one pair of terminals is used to control the current at the other pair of terminals.
I'll break down each and ev ...
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I will tell you the key steps about How to Design an Engineering Product. In this tutorial you will learn almost all the necessary steps to be taken while launching an engineering product. They very basic and the most important thing before launching any product, is the idea to be selected for the product designing. The selected idea plays a vital role in the product designing. The idea could be anything, like it is not restricted to either only software products or the hardware products. It could be software, hardware or a combination of both as well. But the uniqueness and something new in the idea results in the popularity of launched product. Most of the engineers w ...
ESP32 module comes with multiple inbuilt features and peripheral interfacing capability is one of those features. ESP32 module also consists of an inbuilt temperature sensor, but that can only measure the temperature of the ESP32 core not the temperature of the surrounding environment. So it is required to use a peripheral sensor to measure the temperature of the surrounding environment like home, garden, office etc.
Hello readers. I hope you all are doing great. In this tutorial, we will learn how to interface DHT11 (temperature and humidity sensor) with the ESP32. Later in this tutorial, we will discuss how to share the sensor readings obtained from the DHT11 sensor to a web server.
Before moving towards the interfacing and programming part, let’s have a short introduction to the DHT11 ...
Hello friends, I hope you all are doing great. In today's tutorial, I am going to share a new post on The Most Trending Social Media Writing Tools for 2019. Writing has always been an art, more than a skill. However, with unrealistic demands, tight deadlines and other obstacles, every writer needs to rely on automation. Many writers and students think of automation as something hi-tech and as reserved for the most complex tasks.
Instead, automation can include anything that alleviates the existing workload. For instance, social media has been used by schools to increase student participation through timely content provision and updates.
With automation gaining popularity each day, it’s easy to find a tool that can help you. This abundance of cont ...
Hello friends, I hope you all are doing great. Organizations are increasingly adopting cloud computing. It provides a number of benefits, including decreased cost and overhead and increased scalability and flexibility. However, the cloud is not an ideal solution for every organization and use case.
As companies continue to store sensitive data in the cloud, data security is becoming a significant concern. For many organizations who have moved to the cloud without implementing proper security controls, sensitive data is being leaked or stolen from their cloud environments.
Challenges of Cloud Security
While many organizations are moving to cloud deployments, they often struggle with securing their new investment. Each cloud represents a new environ ...
Welcome to the next tutorial of our raspberry pi programming tutorial. The previous tutorial showed us how to set up a weather station using the Internet of Things (IoT) on a Raspberry Pi 4. First, we studied how a weather station works on a fundamental level. Then we developed a Python script to collect data from the station. In contrast, we'll construct an automatic gate using a Raspberry Pi, a load cell, and an HX711 weight sensor.
These pressure-sensitive gates are common in shopping centers and showrooms; they open when someone is in the immediate vicinity and close again when the person is out of sight. Like the Automatic Gate, we just made, this one will open in response to weight or pressure and stay that way until the force is removed. If ...
Hi Friends! Hope you’re well today. I welcome you on board. In this post today, I’ll walk you through the Top 10 Free Circuit Simulators for designing electronic projects. It's our 6th chapter in the PCB learning series.I am sharing this list of circuit simulators because you must simulate your circuit before designing its PCB. You’ll find scores of circuit simulators online. In this read, I’ve compiled the famous circuit simulators that help you design a circuit diagram for your electronics project. By designing these circuit simulations, you could text/debug your circuit. You can test it online before spending money on the real hardware. This will save you both time and money.
So, let’s get started:
Top 10 Free Circuit Simulators for Engineerin ...
Flow visualization widely uses Computational Fluid Dynamics (CFD) and physical experiments. So following are the types of patterns that can be visualized computationally and experimentally. So without wasting any time, let us start.
Streamlines and Streamtubes
There are two patterns. I will first explain the streamlines. So the definition of streamlines is as follows:
A streamline is a curve that is tangent everywhere to the instantaneous local velocity vector.
You might not understand the definition by reading it, so just for your ease, let me explain to you in few key points:
A streamline defines fluid’s motion throughout the flow field.
A streamline acts as an indicator of the instantaneous direction of motion of the fluid. To explain this situation, let me exemplify it with an ex ...
Hello friends, hope you all are fine and having fun with your lives. Today's post is about the Controlling of Servo Motor with Arduino in Proteus ISIS. Servo Motor is a common motor used in engineering projects for precise circular motion. We can move the servo motor at any desired angle, which is not possible in the case of other motors i.e. Stepper or DC.
For example, suppose I want to move an antenna at a precise angle of 47.5 degrees then if I use DC Motor, I have to use an encoder. So, in such cases instead of using a DC motor, I will prefer Servo Motor.
I have already posted Angle Control of Servo Motor using 555 Timer in which I have controlled servo motor using 555 timer and another tutorial about Controlling of Servo Motor using PIC Micro ...