Wednesday, 2 July 2014
Thursday, 19 June 2014
Dot Matrix Display Design with PIC Micro
Information Dissemination!
Information dissemination has become very indispensable in many areas of modern life.
Dot matrix digital display system is a flexible information display system used for high impact visual communication that satisfies the needs of different applications. This post features the design and implementation of a basic Dot matrix information display system.
Dot matrix digital display system is a flexible information display system used for high impact visual communication that satisfies the needs of different applications. This post features the design and implementation of a basic Dot matrix information display system.
Saturday, 8 February 2014
Implementing Time Delay in PIC Assembly program
Delay in Assembly Language Program
Delay is indispensable in any functional piece of code developed for a given embedded system. Delay in assembly program is not just easy as in high level programs such as embedded C. Delay in assembly is normally done by executing lines of instructions in a loop to realize a given delay.Assembly language tutorial for PIC Micros
Why Assembly Language
Assembly programming language is normally developed for a specific machine architecture. This is unlike high level programming language whose programs can be ported to different machine architectures. Though C language is popularly used in most embedded systems design, but Assembly is still preferred by many programmers. Assembly has closer access to hardware resulting to more efficient code and low memory usage when compared to C.Tuesday, 28 January 2014
UART to USB Converter schematic
Making devices computer friendly
Data transfer between electronic devices and a PC (computer) has increased in recent years. Most RS232 serial compliant electronic devices that require connection to a PC are equipped with TTL/CMOS UART interface. Serial data transfer on a PC are increasingly being accomplished using USB technology, in preference to the traditional RS232 serial port which is almost phasing out. This piece shows how to accomplish serial data transfer between UART devices and a PC via USB port.Monday, 16 December 2013
Code for Space Vector Modulation Inverter
Briefing
The generation of Space Vector Modulation (SVM) used for Pure Sine Wave Inverters requires software development unlike conventional Pulse Width Modulation. This code was developed in line with the SVM Inverter implementation already discussed on this blog!Saturday, 7 December 2013
Digital Clock Design - the old fashioned way
Time Keeping
Time keeping using Clock has been part of life since time immemorial. Any productive and successful society are good time keepers.Newbies in electronics designs are often required to design a digital clock that is not based on microcontroller for educational reasons. This blog post features the old fashioned way of digital clock design in which the background electronics consists of BCD counters and logic gates instead of a microcontroller.
Subscribe to:
Posts (Atom)