EN / USD
939 Items
 Home
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
LabView Projects
labview projects , Labview tutorials, labview student projects, labview final year projects, labview semester projects
Hello friends, hope you all are fine and having fun with your lives. Today, I am going to share all the LabView Projects, posted on our blog. These LabView projects are entirely designed by the TEP team and I hope they will help you in some way. Rite now the list is quite small but I am gonna post more tutorials and projects related to LabView soon. So, keep visiting or subscribe us via email so that you get these exciting tutorials straight to your inbox. Moreover, LabView is really a difficult software and it really took us a lot of time in designing these projects so other blogger are more than welcome to share our projects on their blog but do mention the respective link from where you copied as a favor. I am gonna share the complete list here ...
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
Add Basic Functions in WordPress Plugin
Add Basic Functions in WordPress Plugin, wordpress plugin creations, create wordpress plugin, add functions in wordpress plugin
Hello friends, I hope you all are doing great. In today's tutorial, I am going to show you How to Add Basic Function in WordPress Plugin. In the previous tutorial, we have seen How to Create a Simple WordPress Plugin, and today we are gonna add some basic functions in it, which are kind of compulsory. You may not find them useful right now but they will come in handy when we will work on complex plugins. It's the second tutorial in WordPress plugin creation series. If you got into any trouble then ask in comments and I will try my best to resolve them all. So, let's get started with these basic functions and add then in our newly created WordPress plugin: Add Basic Functions in WordPress Plugin As we have already created the class for our wordp ...
Blog
Line Following Robotic Waiter using Arduino
line following robot, line following robotic waiter, line following robot arduino, arduino line following code, line following robotic waiter
Hello friends, I hope you all are fine and having fun with your lives. Today, I am going to share a new project which is Line Following Robotic Waiter. I hope you guys are gonna enjoy it. I have shared all the details below so that if you wanna design it then you can easily do it. I have designed this project for a client and it worked quite perfectly so I thought to share it with you guys as well. I have designed this Line Following Robotic Waiter using Arduino UNO board. I have also shared the code below and have given all the instructions but still if you got into any problem then ask in comments and I will solve your problems. I have also shared a video below which will show you the working of Line Following robotic Waiter. So, let's get start ...
Blog
Flame Sensor Arduino Interfacing
Flame sensor interfacing with Arduino, Interfacing of Flame sensor with arduino, Flame sensor Arduino interfacing, how to interface Flame sensor with Arduino, Flame sensor Arduino interfacing, Flame sensor attached with Arduino, Interfacing Flame sensor with Arduino
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to provide a detailed discussion on Flame Sensor Arduino Interfacing. Flame sensor is an electronic device which is capable of sensing/detection of fire or a high temperature zone. It gives an indication through an LED attached at its top, just after sensing the fire. These type of sensors are usually used for short ranges. They are able to detect the fire up to 3 feet. Flame sensors is the most common device available in the market these days due to its good results and cost efficiency. You should also have a look at Flame Sensor Library for Proteus. Flame sensors are available in the market in two types one having three pins and the other having four pins ...
Blog
Automatically Connect with Wifi SSID using Arduino YUN
How to get available wifi SSID using Arduino yun, How arduino yun in connected to available wifi connections, Arduino yun behaving as a wifi host, How to get available wifi SSID connections through Arduino YUN
Hello Friends, hope you all are fine and having fun. In today tutorial i am going to elaborate How to Automatically Connect with Wifi SSID using Arduino YUN. If you recall one of my previous tutorials named Getting started with Arduino YUN , in which i gave a brief introduction about Arduino YUN, its working and features. In that tutorial, I have explained How to connect Arduino YUN with Wifi manually. A little problem encounters while connecting Arduino manually to available wifi networks that if wifi connection drops then, then Arduino will also disconnect automatically and if wifi connection is energized again, it will still remain disconnected unless you reconnect it by yourself. This thing has very serious drawbacks in industrial projects, wh ...
Blog
Top 5 Affordable Flooring Upgrades
Top 5 Affordable Flooring Upgrades, floor decoration, affordable floor, floor decorate
If you're dreaming of a home with new flooring, but the budget won't allow it, fear not! There are plenty of affordable and easy-to-install upgrades that will make your floors look like they were professionally installed. Also, an essential thing that you should always keep in mind is to consider free flooring samples before installing this upgraded flooring at your home. In this blog post, we'll share some of our favorite inexpensive DIY options for hardwood and tile floors. Let's take a look at these options. Luxury Vinyl Plank Flooring Luxury vinyl flooring is the most expensive of our inexpensive options, but it doesn't require installation or anything more than a squirt bottle and mop to maintain. It also comes in an array of styles that mim ...
Blog
Surprising Technology In Top Mattresses
Surprising Technology In Top Mattresses
When you think of the technology that's changed a lot over the past few years, your phone may be the first thing that comes to mind. After that, you might consider your vehicle, laptop, tablet or television. Your mattress is unlikely to be in your list of the top five or even 10 things that use a lot of innovation. However, it's true that new mattresses incorporate a great deal of research and technology. Today's mattresses are entirely different from those made just a decade ago. Here are a few of the types of technology that top mattresses use. Sleep Research When mattress manufacturers develop new products, they turn to sleep medicine physicians and sleep science to drive their decisions. New technology for performing sleep studies, tracking movement and monitoring the quantity and qu ...
Blog
How to use Timer Interrupt in 8051 Microcontroller
How to use timer Interrupt in 8051 Microcontroller, Timer interrupt in 8051 microcontroller, 8051microcontroller timer code,use timer with 8051,8051 timer code
Hello friends, hope you all are fine and having fun with your lives.In today's post, we are gonna see How to use timer interrupt in 8051 Microcontroller.8051 Microcontroller comes with timer as well. They normally have two timer in them named as Timer0 and Timer1. These timers are used for counting purposes like you want to start some countdown in your project then you can use these timers or you wanna create some clock then in that case as well you need timers. So, in short there are numerous uses of timers in a project. Timers are also used for delays like you wanna create some delay of 10 sec but you dont wanna use the delay function in your project so you can use timers. You start the timer and then when it comes to 10 seconds then you can do ...