EN / USD
939 Items
 Home
Blog
How to Reduce the File Size of Videos in Various Ways
How to Reduce the File Size of Videos in Various Ways, Reduce the File Size
Hello friends, I hope you all are doing great. In today's tutorial, I am going to show you How to Reduce the File Size of Videos in Various Ways. Videos are known to have large file sizes that can range into several gigabytes. The longer the video and the higher its quality, the larger its file size tends to be. The fact that videos are so large can pose a lot of problems. Not only will they take up more storage space, but transferring them can present more of a challenge as well. That is why it can be helpful to know how to reduce the file size of your videos, in a number of different ways. How to Reduce the File Size of Videos in Various Ways Let's have a look at How to Reduce the File Size of Videos in Various Ways. All these ways are mentioned ...
Blog
Datatype Conversions in C#
Datatype Conversions in C#, int to float in c#, float to int c#, string to int c#, C# string conversion
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at Datatype Conversions in C#. We have discussed C# Data Types in our 3rd tutorial and today we will discuss How to convert one datatype into another. If you are working on some complex project, then you have to convert one form of data into another i.e. let's say you are getting bill value from barcode reader, this value must be a string and if you want to apply any arithmetic operation on it then you need to convert that string into integer or float. So, let's get started with Datatype Conversions in C#: Datatype Conversions in C# If you are working on some data driven application, then there's always a need to convert one form of data into another an ...
Blog
LED Flashing Project with 555 Timer in Proteus
flash led with 555 timer, 555timer led flashing, 555timer in proteus, 555 timer simulation in proteus
Hello friends, hope you all are fine and enjoying life. In today's tutorial, I am gonna show how to do LED Flashing Project with 555 Timer in Proteus ISIS. Its quite a simple project and usually done by engineers in their first or second semester. I have done this project in my first semester and have learned quite a lot from it. I recently done it on Proteus so thought of sharing it with you guys. It will also work on hardware as I have tested it. In this tutorial, we will first have a look at How to do single LED Flashing with 555 Timer in Proteus ISIS. And afterwards, we will also see how to flash two LEDs with 555 Timer in Proteus ISIS. Its quite simple and anyone one with basic knowledge of electronics can design it in his first attempt. Sti ...
Blog
Next Generation’s Coders Need Online Lessons Today
Next Generation’s Coders Need Online Lessons Today
Technology has moved steadily ahead over the years, but it has evolved by leaps and bounds in the past decade or so. Smartphones have been a revolution and a revelation. Even video games have become increasingly sophisticated and have overtaken the movie industry in value. If technology keeps developing on this trajectory in the future, the next generation of coders will need online lessons today. Before signing up for your child, here’s what to look for in a program. Fun is Everything For now, put lofty things like your child’s eventual career or the fate of future technology out of your mind. The extracurricular programs kids sign up for need to be fun! Industry leaders like Real Programming 4 Kids make their courses revolve around teaching students to create their own video games.& ...
Blog
Introduction to LM335
LM335 Pinout, LM335 basics, basics of LM335, Introduction to LM335, getting started with LM335, how to get start with LM335, LM335 proteus, proteus LM335, LM335 Proteus simulation
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge about Introduction to LM335. LM 335 is basically an Integrated Circuit (IC) for precise temperature sensor. LM-335 operates on a current range 400uA-5mA having resistance less than 1 ohm. At 10mV/K, its absolute temperature becomes directly proportional to the breakdown voltage. LM-335 operates as two terminal zener diode. At the temperature ranging from -40 degree Celsius to 100 degree Celsius, LM 335 can be used for each type of temperature sensing purposes. This device is available in different dimensions and in different sizes. LM-335 is most commonly available in the market due to its unique features including e.g. large temperatur ...
Blog
Interface Weight Sensor HX711 with Raspberry Pi 4
Interface weight sensor HX711 with raspberry pi 4, hx711 rpi4, rpi4 hx711, weight sensor with raspberry pi 4, raspberry pi 4 weight sensor
Welcome to the next tutorial of our raspberry pi programming tutorial. The previous tutorial showed us how to set up a weather station using the Internet of Things (IoT) on a Raspberry Pi 4. First, we studied how a weather station works on a fundamental level. Then we developed a Python script to collect data from the station. In contrast, we'll construct an automatic gate using a Raspberry Pi, a load cell, and an HX711 weight sensor. These pressure-sensitive gates are common in shopping centers and showrooms; they open when someone is in the immediate vicinity and close again when the person is out of sight. Like the Automatic Gate, we just made, this one will open in response to weight or pressure and stay that way until the force is removed. If ...
Blog
Gas Sensor Library for Proteus
gas sensor library for proteus, mq5 in proteus, mq2 in proteus, mq3 in proteus, mq6 in proteus, mq9 in proteus, gas sensor in proteus, gas sensor proteus simulation
Hello friends, hope you all are fine and having fun with your lives. Today, I am going to share a new Gas Sensor Library for Proteus. I hope you guys are going to enjoy this one. We are all well aware of Gas Sensors which are used for the detection of different gasses in the atmosphere. These sensors are not available in Proteus so that's why I have designed a library using which now you can use these different gas sensors quite easily in Proteus software. You can interface this Gas Sensor with any Microcontroller i.e. Arduino, PIC Microcontroller or 8051 Microcontroller etc. In this Gas Sensor Library for Proteus, I have added eight different Gas Sensors, which are used for the detection of different gases. As we all know that Proteus is a simula ...
Blog
Heart Beat Sensor Library V2.0 for Proteus
Heart Beat Sensor Library V2.0 for Proteus,Heart Beat Sensor Library,hb proteus, proteus hb simulation, hb in proteus, heart beat in proteus
Hello everyone, I hope you all are doing great. In today's tutorial, I am going to share a new version of Heart Beat Sensor Library for Proteus i.e. version 2.0. I have already posted the First Version of the Heart Beat Sensor Library for Proteus in which you can use the TestPin and if it's HIGH then a single heartbeat pattern will start. So, if you use that library, you will always get the same result for your heartbeat. But in this 2nd version, I have added variable heartbeat depending on the value of TestPin. I will show you in detail, how to do it. I have also posted a project Heart Beat Counter using Arduino in which I have shown you How you can use this sensor and count your Heart Beat. So, let me show you How you can use this new Heart ...
Blog
Control Servo Motor with Arduino in Proteus
Servo Motor control with arduino,servo motor arduino control,controlling servo motor with arduino , arduino servo motor,interfacing of servo motor with arduino
Hello friends, hope you all are fine and having fun with your lives. Today's post is about the Controlling of Servo Motor with Arduino in Proteus ISIS. Servo Motor is a common motor used in engineering projects for precise circular motion. We can move the servo motor at any desired angle, which is not possible in the case of other motors i.e. Stepper or DC. For example, suppose I want to move an antenna at a precise angle of 47.5 degrees then if I use DC Motor, I have to use an encoder. So, in such cases instead of using a DC motor, I will prefer Servo Motor. I have already posted Angle Control of Servo Motor using 555 Timer in which I have controlled servo motor using 555 timer and another tutorial about Controlling of Servo Motor using PIC Micro ...
Blog
Microcontroller Programming Services
Microcontroller-Programming-Services
The Engineering Projects (TEP) deals in all kinds of programming and embedded projects related to microcontroller. Microcontroller Programming Services provided by TEP has no limits. If you have any project related to programming of microcontrollers, then sit back, relax and let us do the job for you. Microcontroller programming Services provided by TEP has a very broad field as there are lot of boards available in market. Our operator is available 24 / 7 and if someone wants to discuss their project then he/she can talk to us live via our support chat room or can also send us email. Microcontrollers Programming is difficult because usually engineers and students doesn’t have the required tools for debugging of their codes and electronic circuits, ...