Power Factor Correction PFC Tutorial
In this Power Factor Correction PFC tutorial, a basic PFC circuit and the calculations used to design the circuit will be demonstrated.
In this Power Factor Correction PFC tutorial, a basic PFC circuit and the calculations used to design the circuit will be demonstrated.
In this PID tutorial C code example Pt/2, the basic concept of a Boost PID controller will be explored. All the PID controller C code is stepped through, as well as some basic concepts for testing and tuning the controller. The final C code example can be downloaded via the link at the end of View more…
In this PID tutorial C code example Pt/1, the basic concept of a PID controller will be explored. The full example code is implemented on a Stellaris LM3S6965 microcontroller, and is used to control a simple boost converter circuit, regulating the voltage with a change in load resistance. The boost circuit is not covered in-depth View more…
In this Stellaris timer example two timers are used to code a basic frequency counter.
This first tutorial will be a basic introduction to C programming Pointers. They are an important part of the C language, providing a powerful and flexible method of manipulating data. When pointers are used with functions, it allows the values of variables to be changed regardless of where they originated.
C programming functions Part 1, will be a basic introduction to functions in the C language.
The Stellaris DAC7571 tutorial will show how a LM3S6965 evaluation board is interfaced to the DAC7571 using the I2C bus.