It goes without saying that technology is highly responsible for transforming the world around us in so endless number of ways. Not only it’s growing at a faster pace but it’s also gradually leading us to a smarter and better future. The term that has lately become the talk of the town is Internet of Things i.e. IoT. We are completely surrounded by so many applications of IoT in our daily lives but most of us are not aware of them. Interestingly, IoT was coined in 1999 by Kevin Ashton, a British entrepreneur, while he was working in his lab.
DATA ACQUISITION ROBOT
This Project aims in the building of one application of robots in the automation of Collecting environmental aspects. The robot supports remote performance monitoring and maintenance of various factors of the environment in any given area. The details of the design, setup and the use of the robot in Data Acquisition (DAQ) system are given here. The sensors provide accurate and reliable real time data needed for autonomous monitoring and control of any type of area or industry. Data Acquired by the proposed system can be remotely accessed, plotted and analyzed. This provides a fully automated solution for the monitoring and control of remote locations.
Display custom urdu language characters on 16×2 lcd using pic16f877a microcontroller
In this project i am going to display urdu language characters on 16×2 lcd using pic16f877 microcontroller. Urdu is a language spoken in Pakistan, India and Bangladesh. Character lcd’s generally contains a Hitachi HD4478 controller in it. Hd4478 only contains ASCII character set in it and we can only display the predefined characters that are present in it. It…
CAN communication between PIC and Arduino
This project helps in understanding the insights of CAN protocol interfacing two different Microcontroller for example, PIC and Arduino. Controller Area Network or CAN protocol is a methodology of communication between various electronic devices like engine management systems, gear control, active suspension, ABS, lighting control, air conditioning, airbags, central locking etc. embedded in an automobile. For further learnings refer this article.
Temperature sensing using PIC microcontroller CAN interface
This project helps in understanding the insights of CAN protocol interfacing with PIC Microcontroller. Controller Area Network or CAN protocol is a methodology of communication between electronic devices like engine management systems, gear control, active suspension, ABS, airbags, lighting control, air conditioning, central locking etc. embedded in an automobile. For further learnings refer this article.
How to build 100W 2.1-channel home theater system
In this mini DIY project, we will build a 2.1-channel home theater system of 100 W with a deep base and crystal-clear sound output at a very low cost of 1200/- to 1500/- Rupees only. Big speaker systems like 2.1 / 4.1 / 5.1-channel, home theater systems with Bluetooth connectivity and excellent quality sound (crystal…
What to expect from microcontrollers in 2023
Microcontrollers are the workhorse behind most embedded systems. They serve as a compact integrated circuit (IC) designed to govern a specific operation in an embedded system. The programmable firmware used in these tiny computers is ideal for and fits well into several applications. Microcontrollers are neither too specific, like application-specific integrated circuits (ASICs), nor too…
CLONING OF ARDUINO
There are numerous motivations to assemble your own Arduino circuit on a breadboard or PCB. It consumes less space in the breadboard, cheaper than Arduino boards or perhaps you won’t be utilizing a shield, yet despite everything you need an Arduino as the heart of your Project.The following steps will outline how to assemble the circuit on a breadboard.
How to achieve longer MCU battery life with low power sleep mode
There are generally six power modes in an MCU: Run: In full run mode, an MCU consumes full current. This mode is best suited for applications where power efficiency is not essential. Doze: As we know, power increases proportionally to the frequency. Therefore, we can conclude that higher clock speeds tend to higher power consumption.…
Microchip adds to its 8-bit PIC and AVR microcontroller family
With smartphones, autonomous vehicles, and 5G wireless connectivity dominating the landscape of embedded design in 2022, Microchip’s 8-bit PIC and AVR microcontroller (MCU) families are gaining market share. Over the past 50 years, the market for 8-bit MCUs has grown steadily and Microchip currently sells one device for every human in the western hemisphere each…
What is an embedded system?
If we look around, we will find ourselves to be surrounded by computing systems. Every year millions of computing systems are built destined for desktop computers (Personal Computers, workstations, mainframes and servers) but surprisingly, billions of computing systems are built every year embedded within larger electronic devices and still goes unnoticed. Any device running on electric power either already has computing system or will soon have computing system embedded in it.
8255A Programmable Peripheral Interface Pinout and Working
8255 is general purpose programmable peripheral interface. It is used with many microprocessors and microcontrollers for various purposes. The device has three 8-bit ports port A, port B and port C. These ports can be used as input or output. These ports are further divided in to two groups A and B. Each group further…
USB (Universal Serial Bus): an overview
What is USB? UNIVERSAL SERIAL BUS What does it do?It connects your laptop or PC to the peripheral devices attached to it.How does it communicate?You attach the device using a cable to PC and communication is initiated within a fraction of seconds. However, what looks easy on our end is a complicated process in the USB system. It may be single step in our stride to attach the device and start working but for the system it’s entirely a different picture. In that fraction of second after the device is attached, it initiates step by step process to make communication possible. It starts right from alerting the PC about the attachment, change in voltages at ports, then addressing the devices, gathering the information, loading the drivers and finally communication. Let’s understand each of these steps in detail to get a crystal clear picture about the working of USB.
What is an Integrated Circuit? Specifications to tapeout
An integrated circuit, or an IC, is a miniature circuit made up of thousands or even billions of transistors. It can be described as a set of electronic circuits fabricated on a semiconductor material. Usually, this material is silicon. The integration of MOS transistors leads to chips being faster, smaller in size, and less expensive…
Circuit Design: Pulse Amplitude Demodulation
The simple pulse modulation technique called Pulse Amplitude Modulation (PAM) proved to be more power efficient than the PWM and consumes constant power for individual pulses like PPM. In PAM the amplitude of the individual pulses are varied according to the amplitude of the modulating signals. The PAM modulator and demodulator circuits simple compared…
Invention Story of Slot Machines
Have you ever thought who could be the father of the glorious machines that make most of the casino revenues these days? A casino owner, a researcher, a young lad interested in gambling? None of these. It was a car mechanic who changed the face of gambling entertainment. Charles Fey from San Francisco came up with the first ever slot machine in the year 1887. Until 20th century term ‘slot machines’ was used not just to address gambling devices but also the automatic vending machines. These machines were called by unusual named like one armed bandit and fruit machine. Before your imagination starts running wild with the names, let me tell you that it is because prior to Fey’s invention, there were some poker machines that allowed the users to win free drinks or cigars on hitting the winning combination. These were also known as trade simulators because they paid winners in merchandise.
Insight – How Head Phone TRS Connector or Jack works
Ever wondered how are wires connected to a connector. How different number of wires are connected to segments of the connector? A connector aka jack for the earphone, headphone, microphone, like any other gadgets has an equally interesting chapter in the book s of engineering. It is among the cheapest part but not the technically inferior. It deserves its attention from the engineers for its design and quality.The connector plays an important part of tranferring signals from the device like mobile, laptops, music players etc to the earphone and the microphone and vice versa. Even a small problem may lead to an unplesant experience with the device. The connector has three contacts/segments/parts called the TIP, RING, and the Sleeve. Therefore it is also called the TRS connector.
FPGA vs microcontrollers: Another approach to embedded design
Most engineers start their journey in embedded systems with microcontrollers. With microcontrollers, one gets a complete miniature computing system on a single integrated circuit. The CPU, RAM, ROM and Input / Output peripherals all on a single thumb size SoC. This very popular approach to learning embedded design and development is in fact just the one side of the complete picture. Working with microcontrollers (and microprocessors) is all about software-based embedded design.
How to determine whether a Person is sleeping through Brain waves (Part 7/13)
Previously in the Brain waves applications, we worked on controlling the speed of the motor using the attention level of the brain. Now, it is time to check our study for some more real-time applications to detect if Brain wave can actually be used in day-to-day life or not. Presently in this article, I am planning to trigger something related to any type of Brain wave. In real life, often we may want to know if the patient (possibly our close one) is sleeping or not. So, I have tried to make a device using Brainwave through which I can find out if the person is sleeping with the help of a message/call.
Basic Electronics 26 – different types of power supplies
In the previous articles, we discussed passive electronic components like resistors, capacitors, inductors, and transformers. The passive components are particularly useful in designing various analog circuits. The real fun of modern electronics begins with semiconductors and digital electronics. Electronics is all about signals (in the form of voltage or current) and processing signals by components…