You don’t have to be a coder to be a DIY kind of guy. You can even use something as simple as Java or Swift to get your projects up and running. But sometimes, things don’t go as planned no matter how many times you debug. Those are the times when the Swift hits the fan and the project comes to a grinding halt. That is when you hear the voice of Luke Skywalker pushing you to stop running around in circles and just use the force. You roll up your sleeves and that is when the magic begins.
Electronic tinkering is for people of all skill levels. Here are a few projects that reflect different skill levels:
As a Youngling, you can build your own Bluetooth speaker. - simple concepts, accessible supplies, low time commitment
Once you advance to Padawan, you will be ready to build your own g ...
Hello everyone, I hope you all are fine and having fun with your lives. In today's tutorial, I am gonna share a detailed overview on Linux vs PC Based Hosting. It is essential for Computer Software Engineers to understand the difference between them. With the rise of cloud-based technologies and the ubiquitous and powerful Wordpress platform making it easier and easier for the average person to set up an appealing web site in a short time, the question over which hosting platform to use has only become more important.
An operating system consists of all the software necessary to make your computer's hardware available to the applications you want to run. There are two leading server operating systems: Linux and Windows. Both are capable of running ...
Hello everyone! I hope you all will be absolutely and having fun. Today, I am going to give a detailed discussion on Introduction to LM117. Lm 117 is basically a voltage regulator. It is most commonly known as positive (+ve) voltage regulator used to regulate the voltage up to the desired positive level. Lm-117 can regulate the voltage ranging from 12.5V to 37V and provides the current around 1.5A. LM 117 has three (3) pins and is quite easy to use.
To obtain the desired output voltage we need to connect the two external resistors. There are three types of regulations in LM-117 i.e. line regulation, fixed regulation and load regulation. The line regulation & load regulation both are far better than fixed regulation. LM 117 provides overload ...
Hey readers! Welcome to the engineering world where we are talking about the embedded system today. Integrated circuits are the most important unit of embedded technology. With the advancement in the working of integrated systems, new designs and technologies are being introduced to embedded circuits. The explosion of the new varieties of ICs is ample evidence of the promising future of embedded engineering. Semiconductor vendors are unleashing new variety in the market.
For engineers and workers, this is a challenge to get command of the latest trends. Even getting updated in multiple trending ICs is difficult but we have made your research easy. This article has the list of top embedded integrated circuits that are in trend and you must know them. Not only the introduction but hav ...
Hello friends, hope you all are fine and having fun with your life. Today's post, as the name suggests is about How to Display Serial Data on Real Time Graph in Labview. In our previous post, we have seen that how to Get Continuous Data From COM Port in Labview. Today's post is a sequel of this previous post so I would recommend that if you haven't had a look on that post then first visit it as I am gonna start today's post from where I stopped the previous one.
In the last post, we were able to get the continuous data from COM port using Labview and we have also separated the data based on a character which I have used this one "," i.e. comma. Now, suppose you are sending 3 values from your COM port and these are the sensors' values so tthe best ...
According to information published by representatives of the US space agency NASA, the Voyager 2 spacecraft, which is now at a distance of 18 billion kilometers (11 billion miles) from Earth, has reached the outer space. The data recently transmitted by Voyager 2 indicates that it has successfully “pierced” the heliosphere, the protective “bubble” of charged particles and magnetic fields that “envelops” the solar system, protecting its planets from external cosmic radiation.
Let us remind our readers that the Voyager 2 was launched into space on August 20, 1977, 16 days earlier than its twin, the Voyager 1 was launched. Both Voyager mission devices carry identical scientific equipment and a Golden Record gold plate containing various sounds and a ...
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to share a list of tutorials on DC Motor Projects using different software e.g. Arduino, Matlab and NI LabVIEW. I have already shared these tutorials but they are posted randomly. So, today I thought that I should combine all those tutorials into a single one. So I am going to share the links of all of those tutorials in this tutorial so that it may be helpful for engineering students or anyone who wants to visit. This tutorial will help you to visit all of my tutorials related to DC motor control.
The links of all the tutorials will be given and you will be able to download the desired tutorial from the corresponding link. I will make separate sections for ...
Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at URL Routing in ASP.NET MVC. It's the 8th tutorial in this ASP.NET MVC series. Today's tutorial is on a new concept in asp.net and it's essential to understand URL routing before going any further.
URL Routing is actually a part of core ASP.NET but MVC applications also use it. URL Routing is implemented by System.Web.Routing and ASP.NET MVC uses System.Web.Routing. So, let's have a look at what's URL Routing in ASP.NET MVC:
URL Routing in ASP.NET MVC
URL Routing is used for directing the HTTP request (generated by the user) to the respective controller in ASP.NET MVC.
Whenever a user types some url in the browser and hit enter then an HTTP request is ge ...
Hello friends, hope you all are fine and having good life. In today's project, we will see how to display ADC value on LCD using Arduino in Proteus ISIS. Its quite a simple project in which we are gonna measure the voltage of ADC pins and then will display them over to LCD. The microcontroller I am using in this project is Arduino. The simulation is designed in Proteus ISIS. IF you are working on PIC Microcontroller then you should have a look at How to Display ADC value on LCD using PIC Microcontroller in Proteus ISIS.
Arduino has 10 bit ADC pins so whenever you apply voltage on these pins it will give you a value ranging from 0 to 1023 depending on the voltage provided. One can easily get this value using a simple function in Arduino analogRead( ...
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at Filters in ASP.NET MVC. It's our 9th tutorial in ASP.NET MVC series. It's also a new concept which is essential to discuss as it's used almost in every form submission.
We have already understand Controllers in ASP.NET MVC and we know that Controllers have action methods in it which are directly assigned to respective Views, which are then displayed to the user. But in some cases, we have to place some checks (called Filters) before or after this action method called. So, let's have a look at these Filters in ASP.NET MVC in detail:
Filters in ASP.NET MVC
Filters are attributes which we can use before or after action method called in a Controller.
C ...