Connecting To The Server To Fetch The WebPage Elements!!....
MXPlank.com MXMail Submit Research Thesis Electronics - MicroControllers Contact us QuantumDDX.com



Search The Site






ELECTRONICS - MICROCONTROLLERS









PIC - MicroControllers


1   2   3   4   


Dual speed RC oscillator for pic microcontroller
What does I mean by dual speed RC oscillator? Its mean you can either use RC oscillator as a lower speed or high speed oscillator just by changing the current flow through dual speed RC oscillator. In this post, I will show you how to do it. To design a RC oscillator we need one resistor and one capacitor. But to design a dual speed RC oscillator, we need two resistors and one capacitor. One resistor will be used to change the frequency from low to high and high to low by changing the current flow through the other resistor ....


MPX4115A pressure sensor interfacing with pic microcontroller – Digital Barometer
MPX4115A pressure sensor is a integrated on chip pressure sensor. It consists of piezoresistive transducer which converts pressure into dc voltage. It can measure pressure from 15 kilo pascal to 115 kilo pascals. And output of sensor ranges from 0.2 volt to 4.8 volt according to pressure applied to sensor. ....




Heart beat pulse sensor interfacing with pic microcontroller
Heart beat pulse sensor interfacing with pic microcontroller. Hi everyone I hope you are fine and doing well. In this article, you will learn how to interface heart beat pulse sensor with pic microcontroller. How to measure heart beat using inexpensive hear beat pulse sensor? How to use this cheap heart beat pulse sensor with pic microcontroller to measure heart beat rate very easily. I have used SEN-11574 hear beat pulse sensor in this project. ....


dspic microcontrollers introduction and features
A Digital Signal Controller is a single-chip that flawlessly combines the control features of a Microcontroller (MCU) with the computation and throughput aptitudes of a Digital Signal Processor (DSP) just in a single core. Microchip’s dsPICR DSC offers you everything which would be expected from a powerful 16-bit MCU: sophisticated, fast and flexible interrupt handling; a wide array of analog and digital peripheral functions; flexible clocking options; power management; brown-out protection; power-on-reset; full-speed real-time emulation; code security; watchdog timer and full-speed in-circuit debug solutions. ....




8 bit pic microcontrollers family introduction and features
In this article, I will explain 8 bit pic microcontrollers features and their applications. Microchip Technology: Why microchip? First of all, microchip provides an extensive product portfolio to meet the needs of hundreds of diverse customers applications worldwide. Microchip portfolio includes 8, 16 and 32 bit PIC. Microcontrollers and dsPIC digital signal controllers along with a broad line of an analog interface, memory, and wireless solutions. So whether you are designing a simple application or a complex and highly intricate design microchip likely has the perfect solution for your embedded design needs. Secondly, to offer customers a low-risk developer environment PIC microcontroller offers to seem less migration within the complete range of products. ....


CHARGE TIME MEASUREMENT UNIT (CTMU) OF PIC MICROCONTROLLERS
OVERVIEW OF CHARGE TIME MEASUREMENT UNIT (CTMU) OF PIC MICROCONTROLLERS; the one of the peripheral of PIC microcontroller which is charge time measurement unit (CTMU).It is useful for error applications. The heart of CTMU is the constant current source ranges from 0.55µA,5.5µa and 55µA source and each range are can be trim-able up to +/- 62%.The channels of CTMU works in conjunction with an analog-to-digital converter(ADC). It is also used for high precision time measurement asynchronous to the system such as flow meter and other military applications. There are different types of triggering in CTMU. It can be triggered by external or internal sources like timer1, output compare or software trigger. ....




Introduction to PIC32 MICROCONTROLLERS
As some of you know, this term PIC stands for “Peripheral Interface Controller”. And when we try to know about its generations specifically about PIC32, it is cleared to us that constructing on the tradition of Microchip Technology’s domain leading 8 and 16-bit microcontrollers, the 32-bit family offers a large range of products from the industry’s lowest point to highest-point. The architecture of PIC32 is specially designed so to make “passage” from 8-bit and 16-bit architectures seamless and smooth. PIC32 microcontrollers has high performance and high memory. They are especially designed for high performance embedded systems applications. ....


INTRODUCTION TO PIC18F4550 MICROCONTROLLER
The PIC18F is one of the families of pic microcontrollers and PIC18F4550 is its member. PIC18F4550 is one many of the advanced microcontrollers from the microchip era. This microcontroller is very famous in between hobbyist and beginners due it functionalities and functions along with ADC and USB integration. There are different packages like DIP, QPF, and QPN of PIC18F4550 which are currently available. ....




HCSR04 Ultrasonic Sensor Interfacing with Pic Microcontroller – Distance Measurement
In this article, we will learn to interface HC-SR04 ultrasonic sensor with pic microcontrollers and how to measure distance with the HC-SR04 ultrasonic sensor? There are a variety of Pic microcontroller chips available. But the concepts, you will learn to interface the HC-SR04 ultrasonic sensor with any pic microcontroller remain the same. This sonar sensor has important and useful applications for embedded systems projects such as contactless range meter, contactless water level measurement, and sonar system. ....


GPS module interfacing with pic microcontroller
In this post , you will learn how to interface Holux M-89 GPS module with pic microcontroller. In this pic microcontroller post, we will how we can connect GPS module with pic microcontroller to get different satellites data. GPS modules receives data from different satellites. It can receive latitude and amplitude from different satellites but it depends on the GPS module you are using. We are using Holux M-89 Gps Module in this post. ....




PIC MICROCONTROLLER ARCHITECTURE
PIC stands for Peripheral Interface Controller. PIC microcontroller was developed by microchip technology in 1993. It was developed for supporting PDP computers to control its peripheral devices and that’s why it was named Peripheral Interface Controller. PIC microcontrollers are of low cost, very fast and easy for the programming and execution of program. Their interfacing with other peripherals is also very easy. PIC Microcontrollers from Microchip Company are divided into 4 large families. ....


How to use pic microcontroller timers as a interrupt
Interrupts stops the CPU program from normal execution and ask it to serve first what appear as a interrupt. CPU does not know when these interrupt will happen, so CPU will keep doing its normal execution until interrupt occurs. For example the microcontroller does not know when a user will press a button, so the microcontroller will continue its operation until a interrupt is received. So the CPU keeps on doing its normal job, which may be for example read temperature using LM35 sensor and display on LCD ....




ESP8266 wifi module interfacing with pic microcontroller
ESP8266 wifi module configurationthis article shows pin configuration of this module and how to connect this module with pic microcontroller. This module works on 3.3V voltage range. So make sure you do not connect more than 5 volt with this module otherwise your module will get damaged. It works on serial communication. ....


How to Use PICKit3 to upload code to pic microcontroller
The programmer is a debugger system used for software and hardware development of Microchip PIC microcontrollers. The debugger system executes code like an actual device because Instead of using a special debugger chip for emulation it uses a device with built-in emulation circuit. All available features of a given device are accessible interactively, and can be set and modified by the MPLAB IDE interface. ....




How to Use “MikroC PRO for PIC” to Program PIC Microcontrollers
Why use MikroC Compiler?It is one of the most popular compilers used for Pic Microcontrollers Programming. There is a number of reasons for its popularity among students and hobbyists. Firstly, it offers a user-friendly interface for beginners. Secondly, Unlike the MPLAB compiler, only a few and simple steps needed to create a new project. Thirdly, when you can create a new project, it automatically includes all resources requires for a select microcontroller. On top of these, it has plenty of built-in libraries for all modules and peripherals of Pic MCUs such as ADC, SPI, I2C, UART, and many others. ....