In this tutorial, we’ll learn how to use device-to-device (D2D) communication to make daily life a little simpler. For example, you’ll be able to control household appliances, such as the coffee machine, a light switch, or the AC — and do so from inside your vehicle. So, if you’re arriving home one evening, the presence…
How Video is Displayed on the Screen
Video is basically data; rather we can term it more aptly as a signal. The signal can be transmitted as analog or digital signal/data; but the thing which remains in the background is that what makes this signal so special. Let us look at this that “how video is displayed on a screen”. First we…
How to generate PWM-based dual sine waves
By Krupa Bhavsar, Applications Engineer, Dialog Semiconductor Sine waves are continuous waves, which describe a smooth periodic oscillation. These waves are generally used in signal processing and engineering fields In this article, dual sine waves with opposite polarity as shown in Figure 1 are generated without coarse PWM “steps”. For generating sine waves, one PWM…
Motherboard : Components of Motherboard
Everyone who owns or wants to own a PC needs to know about motherboard. We all are always interested in Processor, memory-RAM, storage- Hard Disk. But we all tend to forget the most important component which ties all the above – Motherboard.Motherboard is glue which binds all the components of a Computer. Every component directly or indirectly attached/installed/connected to a system has a connection to motherboard, because it is the base on which system & its components/peripheral devices stand and perform. Technically speaking motherboard is a PCB- Printed Circuit Board that provides an interconnection to almost every component present in a PC. It is also known as system/main board. There are various roles that a motherboard plays. The important ones are: It acts as glue which binds all the components together. It’s main job is to coordinate with the various operations performed by the various components; it serves as a interface for all the modular singular components of a system like Central processing Unit – CPU, Random Access Memory – RAM, Storage device – Hard Disk ( Magnetic or Solid State); to provide slots and expansion cards to enhance the functionality of a system. There is development of new devices with new interfaces every day. Motherboard need to provide the slots to include the functionality; to deliver the power to the various components and devices as per their requirements.
How Torrent works
Today Torrent are the most common word used across whenever there is a talk about downloading a movie, TV program series or any big file like software etc. [[wysiwyg_imageupload:8324:]]A torrent file is nothing but a file that consists of the address and information about file of interest. So, what is torrent, how torrent became famous, how they increase the speed of downloading without affecting the bandwidth and how it is different from the traditional downloading?Now, it’s time to see how the software is fetching the data. The torrent file works on the method of peer to peer sharing downloading method i.e. file is downloaded in different pieces according to their availability. There are different terms that are being used by the torrent and you will come across such as seed, leeching, nodes, peers, swarm etc. To understand this downloading scheme, let’s go through the steps.
Analyzing different proximity sensor technologies
Utilized as a no-touch method to provide either precise distance measurement to an object or simple “there/not there” logic, proximity sensors span a wide range of technologies, each offering their own set of operating principles, advantages, and drawbacks. Some of the most commonly found technologies in portable or small embedded systems include ultrasonic, photoelectric, laser…
DC motor speed control using the Bluetooth-based Android app
This project is somewhat different than the previous ones we’ve covered on DC motor control. So far, the articles have included insight on controlling a DC motor speed by using: Arduino An 8051 microcontroller An AVR / PIC / ARM microcontroller A remote SMS Bluetooth This time, we’ll be covering DC motor speed control via…
DC power connector selection criteria
As an often overlooked or underappreciated aspect of a final design, dc power connectors, also known as barrel connectors, provide a key connection point for powering many applications. Although a relatively simple component in the design process, it is still important to have a basic understanding of a dc power connector’s specifications and nomenclature. Specifications…
How Internet Works on Mobile Devices
In today’s age of connectivity, smartphones and tablets are becoming more of a necessity rather than a luxury. Whether it is not to miss important mails, being updated with the news or finding directions when lost – connecting to the Internet anytime and anywhere is becoming an integral part of our lives. It’s now possible to get internet access in any location as long as your phone gets a good signal from the cellular network.You can also use public Wi-Fi hotspots to connect to the Internet through a shared connection. So how exactly does the Internet, which was made for computers, work on your mobile phone?First, let’s see what Mobile Internet is. In simple terms, Mobile Internet is a smaller Internet scaled down to fit the dimensions of a web browser on a mobile phone. The mobile phone network is an example of a cellular network.
How to Hack a Wired Mouse
As we see the above procedure for developing as wired mouse for a purpose. The positive and the negative terminals are the output terminals. Then we see at the other end of the mouse orange and white are to be joined as we have no use of those, then we see to connect green and blue wire for negative and positive of the battery. Then here is the concept “when we apply the infrared radiation from the TV remote to the bottom of mouse (i.e. at bottom of the chip) the output terminals go high about 1.5-2 volts for 1.5 seconds then clearly we find it as a trigger (oneshot)” then we can use this for the various purposes. For the counter, i.e. the remote IR LED is fixed in the axis of IC chip then o/p is connected in the place of the clock for serial reload counter.
Difference Between Optical Mouse and Laser Mouse
Mouse is one of the most important peripheral for computers, especially for those which are not touch screen based. Fascinating is the concept that how various types of computer mice are available depending on the need, shape, pointing technology etc. There was a time when only ball mouse was prevalent. A proper surface was…
What is the difference between a UPS and an inverter?
Electricity is a must for electronic devices to power up and run smoothly. However, even minor fluctuations from a power source can be hazardous to the devices and appliances that rely on it. Although many of us take electricity for granted, to conserve power in certain cities, supplies are cut short for set intervals —…
Zigbee v/s Wi-Fi
Zigbee has often been regarded as a mini version of Wi-Fi. Keeping some features like range, power consumption apart, zigbee and wi-fi are often used in similar applications in terms of household based wireless communication. These short range wireless technologies even share common ISM band of 2.4GHz, use same spread spectrum technique. Interestingly, both of…
RFID vs Barcodes
As far back as 1960s, the barcodes were used in industrial work environments. In the early 1970s, common barcodes started appearing on grocery shelves. To automate the process of identifying grocery items, UPC barcodes were placed on products and were used to mechanize the process of checking out in store. They are in use today…
Difference between 2G and 3G Technology
Second Generation (2G) technology was launched in the year 1991 in Finland. It is based on the technology known as global system for mobile communication or in short we can say GSM. This technology enabled various networks to provide services like text messages, picture messages and MMS. In this technology all text messages are digitally…
How SMS are sent from internet/ websites to mobile phones
Since the invention of the Internet, a new era of convergence of technologies has ushered, bringing close distant technologies which could not have been thought to be related at all. Sure, we can send a mail from our GPRS activated cellular device, but is the reverse true? Can we send a text message from the Internet? The answer is yes and we all have used free online SMS sending websites either on a regular basis or just for testing if it works or is merely faking. The best and the most attractive part is the word ‘free’ and sometimes, ‘unlimited’ too. But have you ever wondered how this is made possible? We’re going to cruise along the path an online SMS would follow in the whole process in the next few pages.
Difference between compiler and interpreter
A Compiler and Interpreter both carry out the same purpose – convert a high level language (like C, Java) instructions into the binary form which is understandable by computer hardware. They comprise the software used to execute the high-level programs and codes to perform various tasks. Specific compilers/interpreters are designed for different high-level languages. However,…
Difference Between GSM and CDMA
GSM (Global System for Mobile Communication) and CDMA (Code Division Multiple Access) are two dominant technologies for mobile communication. These two technologies differ in the way calls and data travel over the mobile phone networks take place. On comparing both the technologies GSM has some limitation when the call quality is concerned but still has…
How Clock in Computer works
Even after rebooting your computer you get exact date and time. Have you ever given it a thought that how is it possible? The answer is pretty simple; there must be an independent power source running a clock which runs even when system main power is off. Let us explore it. RTC- Real…
How Video Players work
Clicking on Michael Jackson video or Mission Impossible movie leads to… Video display, but what is so special about these files? What is the data present in these files and how a player plays these files? The answer is Codec. A codec is a software (at times also considered as hardware unit as set-top box attached with video…