MXB7843 interfacing with Microcontroller - Block Diagram
08:03 | Posted in 4 wire resistive touch screen, Block Diagrams, MXB7843, touch screen controller | Read More »
8051 LCD interfacing Command Codes
- 01H : Clear Display Screen
- 02H : Return Home
- 04H: Decrement Cursor
- 06H : Increment Cursor
- 05H : Shift Dis[;ay Right
- 07H : Shift Display Left
- 08H : Display off, Cursor off
- AH : Display off, Cursor on
- CH : Display on, Cursor off
- EH : Display on, Cursor Blinking
- FH : Display on, Cursor Blinkinf
- 10H: Shift Cursor position to left
- 14H: Shift Cursor position to right
- 18H: Shift the entire display to left
- 1CH: Shift the entire display to right
- 80H: Force cursor to begin from the Ist line
- C0H:Force cursor to begin from the 2nd line
- 38H: 2 lines and 5 x 7 matrix
15:49 | Posted in LCD command codes, Microcontroller | Read More »
Finding order of Butterworth IIR filter in Matlab GUI
15:45 | Posted in MATLAB, Matlab GUI, Order of IIR filter | Read More »
Basic Concept of FDM and TDM
20:13 | Posted in Communication Basics, Digital Communication System, FDM, TDM | Read More »
Multiplexer
07:03 | Posted in Digital Communication System, Digital Electronics | Read More »
E-books
19:10 | Posted in E-books | Read More »
Basics of Channel Coding
20:09 | Posted in Communication Basics, Digital Communication System | Read More »
What is Bit Error Rate ?
22:13 | Posted in Bit Error Rate, Communication Basics, Digital Communication System | Read More »
M-PSK Modulation
Total angle is 360 degree
18:04 | Posted in Communication Basics, Digital Modulation, M-PSK Modulation | Read More »
Introduction to FDM, OFDM, OFDMA
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiple Access (OFDMA)
05:48 | Posted in Communication Basics, Digital Communication System, FDM, OFDM, OFDMA | Read More »
Introduction to QAM modulation
13:58 | Posted in Communication Basics, Digital Modulation, QAM | Read More »
Digital Modulation with introduction to ASK, FSK and PSK
- ASK [Amplitude Shift Keying]
- FSK [Frequency Shift Keying]
- PSK [Phase Shift Keying]
23:56 | Posted in BASIC ELECTRONICS, Communication Basics, Digital Communication System, Digital Modulation, How Stuff Works? | Read More »
PIC Microcontroller USART (Asynchronous ) transmission Steps
- Initialize the SPBRG register for the appropriate baud rate. In the case high speed baud rate is rquired, set bit BRGH.
- Dont forget to enable the asynchronous serial port by clearing bit SYNC and setting bit SPEN.
- For interrupt based transmission enable bit TXIE.
- For 9-bit transmission is desired, then set transmit bit TX9.
- Enable the transmission by setting bit TXEN, which will also set bit TXIF.
- If 9-bit transmission is selected, the ninth bit should be loaded in bit TX9D.
- Load data to the TXREG register (starts transmission). It is to be noted, transmission starts immediately after TXREG is loaded.
- If using interrupts, ensure that GIE bit and PEIE bit (bits 7 and 6 of the INTCON register) are set.
16:30 | Posted in BASIC ELECTRONICS, Electronics Projects, PIC, PIC Microcontroller USART, USART, USART on PIC | Read More »
PCB Design Rules for Sensitive Circuits to avoid EMI problems
- Keep the tracks length as short as possible
- Do not route the analog signal and the digital signal together
- Keep the clock track separate from the other signal
- Keep the high frequency signals tracks separate from the other signals.
- Keep the Ground track as short as possible.
- Keep the lengths of the connector short of high frequency signals such as SPI clock (!important)
- Do not turn the route at 90o.
- Never run the clock signal tracks to outer edge of the PCB
- No unrelated component should be closer than 1 inch to the crystal
- Put the crystal not farther than 1 cm form oscillator pin
- Put RBIAS resistor as close as possible to pin.
16:22 | Posted in BASIC ELECTRONICS, How to handle EMI problem in PCB Designing, PCB Designing Rules | Read More »
AVR based Multiple Input Digital Data Acquisition System using SDHC Card
Report available only for educational purpose.
14:13 | Posted in Data Acquisition System, Electronics Projects, Pakistani Universities Projects, SDHC Card Interfacing | Read More »