EN / USD
939 Items
 Home
Blog
Infrared Sensor Library for Proteus
Infrared Sensor Library for Proteus, ir sensor in proteus, infrared sensor in proteus, infrared in proteus, ir in proteus, ir proteus simulation, infrared proteus simulation
Hello friends, I hope you all are doing great. In today's tutorial, I am going to share a new Infrared Sensor Library for Proteus. This IR sensor is not available in Proteus and we are sharing this library for the first time. I hope it will help in your Embedded Systems Projects particularly related to robotics and automation. So, if you want to work on this IR Sensor then I would suggest you to first design its simulation and then try your luck with hardware. There are different types of Infrared Sensors & modules available in the market. Some of these modules have transmitter & receiver on separate chips and are mostly get activated when someone interrupts the light. The one we have designed has a transmitter & receiver on a single c ...
Blog
Running ZeroTier On the Raspberry Pi 4
Raspberry Pi zerotier, zerotier RPi4, RPi4 zerotier, zerotier with raspberry pi 4, zerotier rpi4 webserver, syncthing with rpi4
Our next step in the Raspberry Pi training program is to get zero tiers up and run on a Raspberry Pi 4. How to utilize a Raspberry Pi to measure internet speed and store the results in Grafana or Onedrive was the topic of the last piece. During the project, you will discover how to install ZeroTier on a Raspberry Pi and get it up and running. We will also learn how to set up a firewall to secure our network. Components Raspberry pi 4 Power supply Ethernet or wifi What is zeroTier ZeroTier is a software that provides a streamlined web-based interface for constructing virtual networks connecting various gadgets. Somewhat akin to configuring a virtual private network on a Raspberry Pi, these networks exist only in cyberspace. The process o ...
Blog
Introduction to Pixy Camera
pixy camera interfacing with Arduino, how to interface pixy camera with Arduino, pixy camera interfacing using Arduino, interface pixy camera with Arduino, pixy camera interfacing with Arduino circuit diagram, Interfacing of pixy camera with Arduino, pixy camera pinout, pixy camera pinout diagram, pixy camera pins
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to give you an elaboration about Introduction to Pixy Camera. It is basically is an electronic device or sensor having fast vision. It is also known as fast vision sensor most of the time. Using this device we can teach to find objects in a very less time duration. It is an image sensor having a very powerful processor. Pixy is easy to interface with the micro-controllers e.g. Arduino. We can make different programs only to send the desired data from the device to micro-controller. In this way micro-controller can not overwhelm. Pixy camera is able to communicate with the micro-controller in several different ways e.g. serial communication, I2C protocol, dig ...
Blog
Step Response of an LTI System in MATLAB
Step Response of an LTI system, Step response in matlab, matlab Step response, Step response of lti in matlab
Hey readers, welcome to another interesting lecture of this series in which we are studying signals and systems. In the present lectures, we are learning the details about the responses of LTI systems, and today, you are going to learn the step response. We also talked about the impulse response and frequency response, and therefore, this lecture will be easy for you to understand because it is, somehow, related to the impulse response. If you are new to this concept, do not worry because there will be a revision of important points side by side. Have a look at the list of today’s concepts: What is an LTI system? How do you define the step response of an LTI system? What is the code to run the step response of signal in MATLAB using different functions? How can you find the detail of t ...
Blog
Bitwise Logic Operators in PLC Ladder Logic Programming
Bitwise logic operators in ladder logic, AND gate in ladder logic programming, Not gate in ladder logic programming, OR gate in plc programming, XNOR in PLC programming
Hello friends, all of us know that PLCs are nothing but the smartest migration from relay logic control to programmable logic control. Also, you know clearly that, logic is the heart of any programming language, and the same is applied to ladder logic programming. Bitwise operators represent the logical operations including the basic logical operations like AND, OR, and NOT and the derived logical operations like NAND, NOR, and XOR. in most cases, for each bitwise operator, there are inputs based on which the output can be decided. Some of these bitwise operators have two inputs and some have only one input.  In this article, we are going to present how we can use these bitwise logical operators and their instructions with examples and practice using the PLC simulator. Logic Gates ba ...
Blog
Financial Calculations in MATLAB
Financial calculations in MATLAB
Buy This Project Hello friends, today I am gonna share a MATLAB project related to finance which I have named as Financial Calculations in MATLAB. As this project is the outcome of our team efforts so its not free and you can buy it quite easily for just $20 by clicking on the above button. In finance studies, there are lot of calculations are required to be done so MATLAB plays a very important role in finance calculations and showing the pattern in graphical form. In this project, I am first gonna take the Historical Stock Data from web search online so in order to run this program, your computer must have internet access. After getting the historical stock data of 7 different markets or sectors, now there's a need to convert them into same cu ...
Blog
How to monitor your System on Mac with Istat
How to monitor your System on Mac with Istat,mac with istat
Hello friends, I hope you all are doing great. In today's tutorial, I am going to share a detailed tutorial on How to monitor your System on Mac with Istat. Every year, consumers of Apple products are becoming more and more. Their hearts conquer the functionality and security of devices. When you work on your Mac, you do not just spend time with pleasure, but really enjoy the process. But like any gadget, your Mac requires attention and care. There are a large number of applications that may help you be aware of everything that happens with your computer. They are needed in order to react in time to some problem and correct it. We will talk about one of these applications in this article. It's about a popular and very useful iStat Menus utility th ...
Blog
Guide to Writing an Engineering Research Paper
engineering research paper, how to write engineering research paper
The engineering field is not typically known for its literary style or its compelling prose, in large measure because engineering is better known as an applied field than a theoretical one. Most engineering students expect to spend their time working with mathematical equations and applying these equations to discover engineering solutions rather than researching term papers. But engineering is a discipline with an academic component, and research is an essential element of its academic aspect. In short, if you’re a student in an engineering program, you need to be able to write a great research paper just as much as you need to be able to solve complex mathematical problems. However, many students in application-based fields like engineering are ...
Blog
What is an Embedded Computer ?
embedded computer, embedded pc,embedded circuit, embedded boards, embedded computers, what is embedded computer
Hello Friends, I hope you all are fine and doing great in your lives. In last article, we have seen What is an Embedded System? Today I am going to write about Embedded Computer. I will be going through the embedded computer definition and how they differ from our general-purpose computers. After that, we will have alook at the relation between control systems & embedded computers and different hardware platforms for embedded computers. Then I will throw some light on embedded computer as an emerging field. In the last section, I am going to tell you some basics of programming languages. I have also shared a tutorial on Real Life Examples of Embedded Systems so you should also have a look at this tutorial. Let’s first define an embedded comput ...
Blog
Create a New View in ASP.NET MVC
Create a New View in ASP.NET MVC, view in asp.net mvc, view in asp, view in mvc
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at How to Create a New View in ASP.NET MVC. It's 7th tutorial in ASP.NET MVC series and I am hoping you are learning from it. If you have any suggestions, then ask in comments and we will help you out. In our previous tutorial, we have seen How to Create a New Controller in ASP.NET MVC and we have also created the New Model in ASP.NET MVC , so now we are only left with View which we are gonna create today. Both Controller and Model comes under back-end / server side programming while view comes under front-end / client side programming. Here we are gonna create a View for the user to interact. So, let's get started with How to Create a New View in ASP.NET ...