EN / USD
2131 Items
 Home
Blog
What Is Ripple (XPR) - Everything You Need To Know
What Is Ripple (XPR) - Everything You Need To Know, what is ripple, Where can you buy XRP, Which wallet to save XRP?, Banks Support Ripple, Uses of the Ripple
If you have an interest in cryptocurrency then there is no doubt that you have NOT already heard about Ripple (XPR) or What is Ripplee (XPR). Ripple is not just a cryptocurrency, it is also a platform. Ripple is an open source platform which allows doing cheap and fast transactions. I have put together this complete beginner guide for you. I am going to discuss everything you need to know about Ripple (XPR). Ripple is one of the top five cryptocurrencies and on the top of the list is as usual bitcoin and Ethereum is holding a second position. Ripple is in the third position. We are going to cover every aspect of ripple for you, so have patience and read it till the end. You are going to learn so many new things about Ripple in this article yo ...
Blog
Smart Security System using Facial Recognition with Raspberry Pi 4
Smart Security System using Facial Recognition with Raspberry Pi 4, facial recognition with Rpi4, smart security project with facial recognition, facial recognition with opencv in RPi4
Greeting, and welcome to the next tutorial of our raspberry programming tutorial. In the previous tutorial, we learned how to build a smart attendance system using an RFID card reader, which we used to sign in students in attendance in a class. When it comes to building a face-recognition program on a Raspberry Pi, this tutorial will show you how. Two Python programs will be used in the lesson, one of which is a Training program that analyzes a collection of photographs of a certain individual and generates a dataset. (YML File). The Recognizer application uses the YML script to detect a face and afterward utters the person's name when the face is detected. Components Raspberry Pi Breadboard L293 or SN755410 motor driver chip Jumper wir ...
Blog
Python DataTypes
Python DataTypes, datatypes in python, how to use datatypes in python, datatypes python
Hello learners! Welcome to the engineering projects where we are working on deep learning. In this series, we are at the part where Python is under our observation. In the last session, we saw the Python built-in functions and the practical implementation of some important pre-defined functions of Python. In the current lecture, you will learn about the fundamental concept of Python. It is not wrong to say that if you want to work in any high-level programming language, you have to understand its data types; otherwise, you will not be able to code complex or long programs using it. More details will be discussed in the next section, but before this, you should have a glance at the concepts you will learn in this tutorial. What are the data types? How are Python data types different from ...
Blog
5 Ways to Make Your Automation Testing More Effective
Automation testing, testing automation, automation testing tips, tips about the automation testing
Hey pals! Welcome to the Engineering Project. We hope you are have a good day. First, we need to understand what automation is, and what its objectives are. Automation is simply the integration of technology to process or run its functions with minimal human intervention or assistance. Its objectives are to improve efficiency, speed and precision of hard or long tasks that are usually performed by humans.  For example, accounting and producing and delivery of products, which were formerly and majorly done by humans. But, in the world of modernity and technology, automation was invented to minimize costs and risks while maximizing profits.  Overall, an open line of communication and good management skills are both critical during the implementati ...
Blog
Scrolling Text on LCD with Arduino
Scrolling Text on LCD with Arduino, Scrolling text with Arduino, How to display scrolling text on LCD with Arduino, Display scrolling text on LCD using Arduino, Arduino to display scrolling text on LCD
Hello everyone! hope you all will be fine. In this article I am going to share the knowledge about displaying Scrolling Text on LCD with Arduino. A Liquid Crystal Display is usually known as LCD in the market. It is a display unit made up of liquid crystal. When we want to made electronics based projects, we need a device on which we can show the system’s output and the desired messages. There are a lot of such devices which are helpful to display the output messages and the most common is a seven segment display. Alternate good option is LCD, which are now available in different size having different qualities. 16×2 LCD Module is a most frequently used device for the electronic projects out of all the other types of LCD’s available in the marke ...
Blog
Introduction to Cyber Security
Introduction to Cyber Security, Cyber Security, cyber security basics, getting started with Cyber Security, malware attack
Hello friends, I hope you all are doing great. In today's tutorial, I am going to give you a detailed Introduction to Cyber Security. You must have noticed that whenever you are registering on any site or using any online service, you need to tap on "agree" and normally we do that without reading their privacy policy and security agreement. We have also synced our photos and contacts online and these websites keep the user data, they know about us more than we know ourselves. All our data, location, information & search history can be monitored. So in this technological era, we must be aware of our online security so that we don't get hacked. In order to do so, we need to learn Cyber Security. So, let's get started with it: Introduction to Cyb ...
Blog
Introduction to 8051 Microcontroller
introduction to 8051 microcontroller, intro to 8051, basic circuit of 8051 microcontroller, applications of 8051 microcontroller, 8051 microcontroller architecture
Hello Friends! Hope you are doing great. I am back to give you a daily dose of valuable information so you can excel and grow in your relevant field and keep coming back for what we have to offer. Today, I am going to unlock the details on the Introduction to 8051 Microcontroller. This is an 8-bit Microcontroller developed by Intel in the 1980s. It is considered as a small system on an integrated chip that comes with CPU, I/O ports, timers, counters, RAM and ROM. The Microcontroller is a one step forward to a microprocessor. Both Microcontrollers and microprocessor work in a similar way with some exceptions. Microcottler comes with everything required to run an embedded system like CPU, I/O ports and inbuilt peripherals like timers, counters, ...
Blog
Servo Motor Control using Arduino
Servo motor control using Arduino, servo motor control with Arduino, Arduino servo motor control, servo motor control Arduino, How to control servo motor using Arduino, How to control servo motor with Arduino
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to tell you about how to design an algorithm for Servo Motor Control using Arduino. First of all I would like to tell you a bit about the servo motors. Servo motors are small devices having an output shaft. We can adjust this shaft in different angular positions by continuously sending the servo coded signal. Servo motor maintains the angular position of the shaft as long as the coded signal is present at the input. If the applied coded signal changes, angular position of the shaft of a servo motor also changes correspondingly. If you are working on Servo Motor then i would suggest you to must have look at this tutorial Servo Motor control in Proteus, as its a ...
Blog
FMCW Radar Sensor Optimized for IoT Applications and Health Care Devices
FMCW Radar Sensor Optimized for IoT Applications and Health Care Devices, pinout, datasheet, specs, applications
Hi readers!  Hopefully, you are well and exploring technology daily. Today, the topic of our discourse is the FMCW Radar Sensor Optimized for IoT Applications and Health Care Devices. You might already know about it or something new and different. FMCW radar sensors are becoming one of the leading technologies in non-contact sensing and are very widely used nowadays in IoT and healthcare devices. In general, they have more accuracy, lower power consumption, and good performance on different surfaces. Hence, they can be highly versatile by emitting a continuous wave signal with frequency modulation, capable of detecting motions, measuring distance, and monitoring the presence of people with exceptional accuracy. This non-contact capability is an important feature for applications wher ...
Blog
How to write Arduino code ?
how to write arduino code, arduino code, arduino coding, arduino code writing
Hello everyone, I hope you all are fine and having fun. In today's tutorial, I am going to show you How to write Arduino code. In the previous tutorial, we have seen the Simple Arduino LED Example so if you haven't read that tutorial then I must suggest you to read it first because I am gonna use the same simulation with some advancements in it. Moreover, you should also have a look at How to do Arduino Serial Communication because we are also gonna use Serial Port in today's tutorial and one more tutorial which you must read is How to use digitalRead in Arduino because we are dealing with digital pins here. So, I hope that you have read those tutorial and are ready to learn How to write Arduino code. So, let's have a look at How to write Arduino ...