Choosing a microcontroller and other design decisions
|
2008-04-23 |
| The author gives general guidelines on how to select microcontrollers for use in a complex embedded project. |
|
Improve the transient immunity of microcontroller designs
|
2006-11-15 |
| This article presents a tutorial on EMI, ESD and EFT problems in embedded designs and its possible solutions. |
|
How to design a microcontroller-based three-channel LED driver
|
2008-01-11 |
| A microcontroller-based current-mode supply can effectively drive LEDs |
|
Improve the transient immunity of microcontroller designs (5
|
2006-12-14 |
| Here are tips on doing defensive software design for transient immunity. |
|
How to design a microcontroller-based three-channel LED driver (1
|
2008-01-09 |
| A microcontroller-based current-mode supply can effectively drive light-emitting diodes (LEDs |
|
Improve the transient immunity of microcontroller designs (3
|
2006-11-28 |
| If the immunity signal can be sufficiently suppressed at the point of power or signal entry, remaining hardware and software techniques to eliminate are not necessary. |
|
Extending power in microcontroller-based designs
|
2006-07-26 |
| There are now many strategies to prolong battery-life in many devices and applications using MCUs. |
|
Assessing the Centinel management system
|
2002-06-16 |
| This technical article discusses the efficiency of accurately managing oil mixture content in a diesel engine using a microcontroller-based control system |
|
Create a compact Ethernet PCB system
|
2004-11-01 |
| Learn how to integrate Ethernet functionality within a microcontroller in a small package |
|
Implement rural public transport scheduling
|
2009-05-28 |
| Read about a wireless hub consisting of a low cost wireless transceiver and a microcontroller embedded in the bus stop infrastructure |
|
Designing MCU applications for use in high voltage environments (1)
|
2007-04-25 |
| This article is the first in a two-part series on MCU design for high voltage environments. It provides useful tips for microcontroller applications in high voltage using a shunt regulator |
|
Use 8bit MCUs for cost effective, efficient HBLED control
|
2011-05-31 |
| Read about the implementation of a smart HBLED lighting control using an 8bit microcontroller and a low-cost discrete solution |
|
| Do-it-yourself MCU-based functional tester
|
2012-01-30 |
| Learn how to build your own functional tester based on a low-cost microcontroller |
|
MCU offers an alternative to direct-digital-synthesis
|
2011-07-18 |
| The task of DDS devices can be performed with a microcontroller programmed as a DDS and an external high-resolution DAC |
|
PIC programming in C using hand compilation
|
1999-04-02 |
| Most very small programs are written in assembly language because either no C compiler is available or the inefficiencies of the compiled code are unacceptable for the project. This article shows how to use the benefits of C and of high-end C compiler tools to develop assembly programs for any microcontroller |
|
Tricks with PICs
|
2005-04-02 |
| Squeeze extra features out of Microchip's popular PIC microcontroller chips. The tricks, such as making extra serial ports and performing 32-bit math on an 8-bit chip, are all here and can be used on other microcontrollers as well |
|
Generate stepper-motor speed profiles in real time
|
2005-01-03 |
| A new algorithm for stepper-motor acceleration allows speed profiles to be parameterised and calculated in real time. This algorithm can run on a low-end microcontroller using only simple fixed-point arithmetic operations and no data tables. It develops an accurate approximation for the timing of a linear ramp with constant acceleration and deceleration |
|
Expand your 8051 memory
|
2005-08-01 |
| Here's a way to extend the life of the ever-popular 8051 microcontroller. The author's clever circuits and software extend the chip's addressing range without awkward tricks or cumbersome add-ons |
|
| Reconfiguring SoC according to Garp
|
2001-05-01 |
| Programmable SoC components, containing a microcontroller and reconfigurable hardware, promise the flexibility of software and the performance of hardware |
|
Eight-Bit OO (Hard Eight)
|
2000-11-02 |
| Using object-oriented techniques to design software for an 8-bit microcontroller may not be common, but it can be effective. This article tells how one project did it and what they learned |
|
Improve transient immunity in MCU-based embedded design (4)
|
2006-12-04 |
| This article is part of a tutorial series on how to improve transient immunity in microcontroller-based embedded design. It focuses on PCB power supply and floorplanning |
|
The best way to move multimedia data
|
2004-01-02 |
| With embedded media processors assuming the role of both microcontroller and signal processor, engineers need to understand how various memory management options work on these processors. While cache may be your first choice, the more active approach of DMA may be your best bet |
|
Bluetooth Architecture, Protocol And Applications
|
2001-04-02 |
| This paper examines the hardware architecture, software protocol and applications of a single-chip device that integrates Bluetooth radio and baseband, memory, a Harvard architecture RISC microcontroller and audio codec |
|
Use an 8bit MCU to build yourself a PI controller
|
2006-08-04 |
| This article shows how, using specific libraries that enable an 8bit microcontroller to perform arithmetic operations with 16- and 32bit precision, you can implement a proportional-integral (PI) controller |
|
| Diagnostics for design validation
|
2003-04-01 |
| Whether you are testing a new microcontroller or an ASIC, post-silicon design validation is a must. Here's a look at diagnostic tests and techniques |
|
Add USB connectivity to apps with legacy serial connections
|
2011-02-14 |
| Read about USB bridges, which are easy and economical approach to adding USB connectivity to microcontroller-based solutions |
|
Produce fast, compact code for small microcontrollers
|
1997-06-02 |
| Want to know how to allow small microcontrollers to be fast, use very little memory, and seem to do everything at once? Read on. |
|
Manage dynamic power in MCU using non-maskable interrupt
|
2008-12-17 |
| Know how to manage power in MCU based on system switch on and off states by using its non-maskable interrupt pin. |
|
Develop FFT apps on low-power microcontrollers
|
2005-10-03 |
| The Fast Fourier Transform (FFT) is a mainstay of embedded systems and signal processing. Usually the domain of expensive DSP chips, this article shows how to do FFTs on simple microcontrollers. |
|
| Incorporate graphics without using dedicated graphics controller
|
2012-02-07 |
| Discover the ways by which integrated peripherals on MCU along with graphics libraries enable embedded designers to cut costs by driving an LCD display without a graphics controller. |
|