Programming
EE Software Development
By allankliu Jan 13th, 2009
|
Please do not get confused by the title. This is not a resource book of EDA software for electronics engineering, but a collection about how to program hardware in high level languages and alternative approaches. I prefer to call it as Rapid Hardware Programming with High Level Languages. |
- allankliu's blog
- 1 comment
- Read more
- 2602 reads
Memory Cache - Overview
By RarCod Oct 28th, 2008
|
Cache is a small and very fast type of memory. Cache, as a concept, means a type of buffer between the processor and the main memory. |
- RarCod's blog
- 1 comment
- Read more
- 17141 reads
How to Debug with MPLAB
By arag61 Oct 27th, 2008
|
The debugging allows to check the value of variables at various points in the program and to check the routines requested results. MPLAB IDE (Integrated Development Environment) has been created by Microchip and it is an integrated tool-set for the development of embedded applications. |
- arag61's blog
- 9 comments
- Read more
- 5076 reads
Embedded Linux - Linux Operating System for Microcontrollers
By RarCod Oct 25th, 2008
|
Linux is becoming a very popular operating system, especially for embedded domain. From 1991 it was continuously developed and now it is one of the most popular operating system. A lot of hardware platforms (microcontrollers) are using embedded Linux, some of them being ARM, PowerPC, Intel. |
- RarCod's blog
- 2 comments
- Read more
- 24162 reads
FIFO Queue
By frabs Oct 23rd, 2008
|
FIFO (First In, First Out) is an abstraction in ways of organizing of data relative to time. |
- frabs's blog
- 2 comments
- Read more
- 4220 reads
Alarm system: educational example using the Omron PLC C28K
By arag61 Oct 6th, 2008
|
Alarm system -an example using the Omron PLC C28K |
- arag61's blog
- 2 comments
- Read more
- 9428 reads
ZigBee module with 32-Bit ARM Processor
By John Artiuch Oct 4th, 2008
|
ZigBee module with 32-Bit ARM Processor is ideal for remote sensing. California Eastern Laboratories is the only company that offers an IEEE 802.15.4 wireless module with an internal 32-Bit ARM processor. The module named FreeStar Pro is based on Freescale Semiconductor’s MC13224V radio/processor Platform in Package (PiP) chip. It offers lots of memory and I/O ports making it simple to design complex wireless nodes. |
- John Artiuch's blog
- 1 comment
- Read more
- 5970 reads
Boards running Linux
By Emanuele Sep 28th, 2008
|
Linux is a Unix-type operating system which uses the Linux kernel. The name - Linux- comes from the Linux kernel, written in 1991 by Linus Torvalds. The system's utilities and libraries usually come from the GNU operating system, announced in 1983 by Richard Stallman. The following article presents some boards that are running on Linux. |
- Emanuele's blog
- 2 comments
- Read more
- 35885 reads
DSP (digital signal processing) on FPGA - advantages and disadvantages
By botondkirei Sep 26th, 2008
|
I will focus on DSP (digital signal processing) on FPGA to see the advantages and disadvantages.DSP (digital signal processing) is implied in some specific applications where the necessary filter order is too high or the computation scheme is too complex for analog circuit implementation. Analog signal filtering in the discrete domain can be done with the use of a simple processing chain, containing an analog-digital converter (ADC), a computation unit that can be a DSP, an FPGA either a personal computer, and a digital-analog converter. In this article I will concentrate on a processing chain with an FPGA and describe the advantages and disadvantages of it. |
- botondkirei's blog
- 2 comments
- Read more
- 7387 reads
Serial Port Communication in C#
By brumbarchris Sep 22nd, 2008
|
The purpose of this article is how to do serial port communication using C#. |
- brumbarchris's blog
- 46 comments
- Read more
- 60390 reads




