EN / USD
939 Items
 Home
Blog
Security System with Image Capturing in Raspberry Pi 4
Security system using motion sensor with an alarm, security system with twilio in RPi4, RPi4 security system, Raspberry Pi 4 security system
Thank you for joining us for yet another session of this series on Raspberry Pi programming. In the preceding tutorial, we constructed a personal Twitter bot using Tweepy, a Py framework for querying the Twitter application programming interface. We also constructed a Response to robot mentions that would post a response to everybody's tweet mentioning it with a certain keyword. However, in this tutorial, we will implement a security system using a motion sensor with an alarm. This is what it looks like: PIR Motion Sensors can be implemented with RPi by understanding how it is connected to a Raspberry Pi. Whenever the motion sensor detects human movement, an alarm is triggered in this project and the LEDs blink. You may create a simple motion-det ...
Blog
Deburring and Brushing Machines from Germany
Deburring and Brushing Machines from Germany, machines
Several manufacturing processes for plastic manufacturers and metalworkers, like milling or casting, produce burrs. However, to guarantee the safety and quality of a component, one needs to ensure smooth edges that will not cause any problems in further processing or use of the item. Deburring and brushing machines are solutions to this issue. High-quality deburring technology from Germany can be integrated into casting and cutting machines, and to automatically produce flawless components. Deburring and Brushing Machines from Germany What are Burs, and How do They Develop? Burrs are unwanted protrusions of a material like metal or resin that can develop during processing.  When picturing a component like a gear, it is easy to understand, th ...
Blog
How to get Hex File from Arduino
hex file arduino,arduino hex file, get hex file arduino,download hex file from arduino
Hello friends, hope you all are fine and having fun with your lives. In today's post, I am gonna share How to get Hex File from Arduino. It's quite a simple post and I have already explained it many times in my posts but still, I am getting a lot of messages regarding it that's why I thought to write a separate post for it. First of all, let's have a little introduction about it. If you have worked on PIC Microcontrollers or Atmel etc then you have seen that you always get hex files from their compilers and then you burn that hex file in the respective Microcontroller using their programmer or burner. But that's not the case with Arduino. In Arduino boards, you simply plug it with your computer and you hit the Upload button and the code automatica ...
Blog
MATLAB Image Processing
MATLAB image processing, image processing in matlab, image processing matlab, how to perform image processing in matlab, perform image processing in matlab, how to do image processing in matlab
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going combine all of my previously published tutorials based on MATLAB Image Processing. Image processing can be defined as to convert an image into digital form and to perform some actions on it to improve its quality. I have published a number of tutorials on MATLAB image processing but they are not well arranged. So, I am going to combine the links for all of them in order to access them easily. All of the projects that I am going to combine today, are designed and compiled by our team with a lot of hard work. A number of MATLAB Image Processing based tutorials are compiled into this single tutorial. These are divided into two different categories i.e free and ...
Blog
How Modern Technology is Redesigning Online Poker?
How Modern Technology is Redesigning Online Poker
We all know technology is not only changing trends and habits, but it is also reshaping the way we live our daily lives. We are not talking about centuries ago, but even if we examine the previous two decades, everything, from our communication style to our travel means, from our shopping habits to our entertainment industry, is changing rapidly, and this has both pros and cons. In a broader view, we can say that positive impacts are more dominant than negative effects on our lives. Maybe you have the opposite opinion, but I can prove this with the help of a simple and general example that I am going to discuss in detail with you. Just like almost every other sport and game, poker has some visible technical changes, and people can play poker online. Clients and casinos are getting more and ...
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
Starting A Field Service Business From Scratch - 7 Tips & Best Practices
Starting A Field Service Business From Scratch
Launching a new field service business will be the most exhilarating and intimidating thing you do. And your path to success depends on smart decision-making right from the start. To help you achieve this, here are some tips and best practices that will iron out the potential wrinkles and lead your fledgling firm towards steady growth sooner. Choosing the Right Software Tools Kick-starting your field service business requires thorough planning. Top of your checklist should be selecting the optimal software tools, personalized to your unique operational needs. For instance, small business FSM software (Field Service Management) can bring numerous efficiencies into daily operations. Consider these three major benefits: Operational Efficiency: Streamlines processes and optimizes team p ...
Blog
Getting Started with EasyVR Commander
Getting Started with EasyVR Commander,EasyVR shield with easyVR Commander,burn voices in easyvr
In the previous post we have seen the project description of Voice Recognition Project using EasyVR shield. Today we will have a look at Getting started with EasyVR commander. EasyVR shield is a module which is used for voice recognition. First of all, we save our commands in the EasyVR shield and then we use these commands to control anything. In this project, I need to control the robot with voice commands like when someone says FORWARD then the robot start moving in forward direction. Now first of all what I need to do is to save this FORWARD voice in the shield, which we will see today how to save the command in the shield and after that I will show you the Interfacing of EasyVR shield with Arduino UNO. So that when I say Forward the motor sta ...
Blog
Modified Sine Wave Design With Code
Modified sine wave inverter
Hello guys, I hope you all are doing great. In today's tutorial, I am gonna give you a detailed introduction of Modified Sine Wave Inverter with code. In this inverter series, I have first explained the Basics of Inverters with Topology in which we have seen the Introductionof inverter and its different types. After that, we have discussed the Major Components of Inverter which are essential for its designing. Now in today's post, I am gonna explain the modified sine wave inverter. I have used AVR microcontroller in this project. Before starting on modified sine wave inverter, you should also read this Pure Sine Wave Inverter. I tried my best to keep it simple but still if you guys got stuck at any point ask in comments and I will remove your quer ...
Blog
Model Binding in ASP.NET MVC
Model Binding in ASP.NET MVC, model binding in asp, model binding in mvc, model binding in asp.net
Hello friends,I hope you all are doing great and having fun with your lives. In today's tutorial, we are gonna have a look at Model Binding in ASP.NET MVC. It's our 13th tutorial in ASP.NET MVC series. Today, we are gonna discuss a new concept in ASP.NET MVC and it's more of a luxury as it automates the job and makes our work easy. Suppose, in your application, you want to create a registration form and thus you need to pass this data from View to your model, so that it could be saved in your database. So, in order to bind this HTTP request data from View to Model, we use Model Binding. Let's have a look at Model Binding in ASP.NET MVC in detail: Model Binding in ASP.NET MVC Model Binding in ASP.NET MVC is used to bind the data sent by the HTTP ...