EN / USD
2068 Items
 Home
Blog
Smart Blind Stick using Arduino in Proteus
Smart Blind Stick, smart blind stick arduino, blind stick arduino, arduino blind stick
Buy This Project Hello everyone, I hope you all are doing great. Today, I am going to share a new Project which is Smart Blind Stick using Arduino in Proteus ISIS. I have designed its complete Simulation which I am gonna share today.  We have designed this Proteus simulation off Smart Blind Stick after quite a lot of effort that's why its not free. We have placed a small amount on it and you can buy it from our shop via PayPal. You need to click on above button in order to buy this project's code and Simulation. If you have any problem in understanding this project, then you can ask in comments and I will try my best to resolve your issues. Smart Blind Stick project is designed quite a lot in engineering universities. That's why, I thought of sha ...
Blog
How to Mine Cryptocurrency with Raspberry Pi 4?
How to Mine Cryptocurrency with Raspberry Pi 4, Mine Cryptocurrency with Raspberry Pi 4, mining cryptocurrency with rpi4, rpi4 mining, raspberry pi 4 miner
Welcome to today's article on our comprehensive Raspberry Pi 4 programming guide. As we saw in the previous article, the Raspberry Pi 4 may power a single seven-segment display. In addition, we also interfaced a Raspberry Pi with 4 Seven-Segment Display Modules to display the time. However, this guide will show you how to construct a Raspberry Pi 4 crypto miner that uses very little electricity. Cryptocurrencies have been the subject of widespread conversation for some time now. It's possible to use your computer to create them, and they can be used as currency. Because of this, the Raspberry Pi can also be used for Bitcoin mining. It's also possible to mine other cryptocurrencies. One drawback of mining is that the cost of electricity often excee ...
Blog
Sending Email in Microsoft Visual Studio 2010
Sending Email in Microsoft Visual Studio 2010, how to send email in vb2010,send email in visual basic 2010
No. Sending Email in Visual Studio 2010 Give Your Suggestions !!! 1. Part 1 2. Part 2 Hello friends, today's tutorial is about adding functionality in Microsoft Visual Studio 2010 basic email form. In the previous part of this tutorial How to Send Email in Microsoft Visual Studio 2010, we have seen a basic email form which just sends email to constant email address which is specified in the coding. Today we will make this email form a bit flexible and will be able to send the emails to any email id we want. If you have read the previous part of this tutorial, then this article will be nothing for you, you will got it just like a piece of cake instantly. So, I suppose that you have read the previous tutorial and you have the ...
Blog
Introduction to SEO (Search Engine Optimization)
introduction to seo, intro to seo, introduction to search engine optimization, intro to search engine optimization, types of seo, types of search engine optimization, off page seo, on page seo, off page search engine optimization, on page search engine optimization
Hi Guys! We welcome you on board. Today, I am going to elaborate the details on the Introduction SEO (Search Engine Optimization) and why it is important for your blog, especially for the engineers and students who intend to start their own blog and website to showcase their skills with an online presence. This is my first article covering SEO series where I aim to continue and complete all the tips and techniques required to make SEO work and stand out. It is observed, most of the engineers who are fond of making their own blogs start their journey quite well, but with the passage of time, they find it quite difficult to maintain the online presence too long, because they lack SEO skills to make their blog available on the top of search engin ...
Blog
Introduction to ADC0804
ADC0804, Applications of ADC0804, Working of ADC0804, Features of ADC0804, Pinout of ADC0804, Introduction to ADC0804
Hello friends, I hope you all are doing great. In today’s tutorial, we will have a look at Introduction to ADC0804. In electronic engineering different modules used to conversion of analog signal into a digital signal. These tools are recognised as analog to digital converter or ADC. Thes signal converter also used to find the value of input current and voltage. Normally the output of these converters are 2 binary numbers but other values are also possible. These analog to digital converter are available in different structure scheme but mostly they are available in integrated circuits packaging. The working ability of these signal converter depends on their bandwidth and signal to noise ration (SNR). Their bandwidth can be fined by their sample r ...
Blog
Engine's Emission control system | Description, Fuel Injection & Facts
Engine's Emission control system, Description, Fuel Injection, Facts
Hi readers! I hope you are having a great day and want to learn something new. Developing an effective engine emission control system makes every puff of smoke from your engine a story of power, efficiency, and a cleaner planet. Today, the topic of discourse is the engine’s emission control system. The primary role of the engine emission control system is to prevent the release of toxic pollutants into the atmosphere during fuel combustion. It works together with fuel injection, the ignition timing, and exhaust treatment technologies so that it complies with the government regulations as far as the environment is concerned. Its principal parts comprise of catalytic converter, oxygen sensors, the exhaust gas recirculation (EGR) system, and the onboard diagnostics (OBD). The different emiss ...
Blog
Car Parking System with Automatic Billing using Arduino
Car parking system with automatic billing using arduino, software to install, project overview, components details, Arduino uno, LCD module, keypad 3x4, ultrasonic sensor, RTC module, circuit diagram working, Arduino code for the accident detection, void setup(), void loop(), results/working
Hi Geeks, welcome to our new project. Our new project is one of the most common issues you’ve seen in your cities. In this project, we are going to make a car parking system with automatic billing. In the entire world, there are an estimated 1.4 billion cars on the road, which is absolutely great news if we are considering the development of the Automobile industry. But the most serious issue is that the number of cars exceeds the number of available parking places, resulting in traffic congestion. Damaged cars due to this lack of space, fewer parking locations, lack of parking signage, informal parking, and overcharging for parking are just a few of the issues. People are still choosing manual parking methods, which have a number of drawbacks, suc ...
Blog
Using DAC with STM32
Overview of DAC, DAC on STM32 platform, DAC in manually mode, Configuration of DAC in manual mode, Diving into the initialization code, Driving DAC to generate a reference voltage, Using DAC in data memory access (DMA) mode with a timer, Sinewave generation
A Digital to Analog Converter(DAC) performs the task of converting digital words of n bits into voltages whose amplitude will be proportional to the value of the code expressed by the words themselves. Since the input binary words represent a succession of finite codes, the voltage coming out of a DAC cannot be continuous over time but is made up of as many levels as the converted codes are. This means that the devices to which the analog signal produced by a DAC is sent must filter it with a low-pass characteristic (integrating action). The operating criterion of a DAC is simple: in fact, it is sufficient to have a succession of as many voltages as there are convertible codes, obtained for example by means of a weighted resistance network (i.e. t ...
Blog
How Scientific and Medical Animation is used
How Scientific and Medical Animation is used
Hello friends, I hope you all are doing great. In today's tutorial, I am going to give you a detailed overview of How Scientific and Medical Animation is used. The use of scientific and medical animation is a growing trend that has a broad range of applications. Austin Visuals is a 3D and 2D animation company with a team of professionals with the technical skill and creativity to produce 3D medical animation, scientific animation, and forensic animations. Doctor’s offices, hospitals, and medical schools are turning to 3D medical animation for instructional purposes. Animation companies can create animated video clips that explain surgical procedures, medical treatments, or pharmaceutical mechanisms to patients. Animated video is engaging and easy ...
Blog
Python Arrays Practice in Jupyter Notebook
Python Arrays Practice in Jupyter Notebook, python arrays, python arrays operations, arrays in python, how to use python arrays
Hello Python programmers! Welcome to the engineering projects where you will find the best learning data in a precise way. We are dealing with Python nowadays, and today, the topic of discussion is the arrays in the language. We have seen different data types in Python and discussed a lot about them in detail till now. In the previous lecture, we saw the details of the procedures in dictionaries. There are certain ways to store the data in the different types of sequences, and we have highlighted a lot about almost all of them. It is time to discuss the arrays, but before this, it is better to understand the objectives of this lecture: Introduction to arrays Difference between contiguous and non-contiguous memory locations One-dimensional arrays Functions in arrays What are Arra ...