AVR Light dimmer with IR remote control

Light dimmer is a very handy device in many situations like various lighting effects starting with Christmas and ending with disco lights. You can find lots of light dimmer projects around internet, but this one has some handy features to consider.

It is a microcontroller based, so can be programmed to do various custom functions. Also it is featured with IR remote control capability. Additionally control commands can be sent  via RS232 interface. To make dimming more accurate there is a zero voltage crossing detection circuit. It enables to fire triacs precisely each time the line voltage crosses zero point. Once AVR requires low power (~20mA), there is a very simple power supply solution used without any transformers – only a energy storing capacitor, zener diode and resistor after then 5V stabilizer. So the whole design is quite lightweight.

Read

AVR based audio Spectrum Analyzer

The AVR Acoustic Spectrum Analyzer is a device that you need to have if you want to improve the audio quality of your audio equipment. This acoustic spectrum analyzer is created on the technical aspects of the Atmega8 AVR microcontroller and an amplifier that is operational. You can install this analyzer on your PC, external speakers, car radio or any other device whose sound you want improved.

The AVR acoustic spectrum analyzer supports displays such as 20*4, 20*2, 16*2 and 24*2. The settings of this spectrum analyzer are normally saved in the eeprom memory. If you want to alter certain settings, such as the brightness of the display, you can fix a keyboard to do so. You can also use the keyboard if you want to change the display effect or even its sensitivity.

The Analyzer can be used on any VFD or LCD that is compatible with HD44780. All you need to do is to connect the AVR Acoustic Spectrum analyzer with the audio signal and you will like what you hear. You also need to AVR analyzer to coincide with your display. You can use any programmer to connect the audio signal and for fast and precision calibration.

Read

Turn Signals generator for a Trailer

You can get turn signals from Imsolidstate for a trailer that will not involve any extra wiring. These are side signals that normally utilize the trailer’s electrical supply. That is not all; the trailer signals can also be used as the trailer’s clearance light. These kinds of signals work with a truck or trailer that functions on electric brakes and a brake controller.

Any clearance light will work so long as it is standard. When installing the new turn signal, you only need to fix the truck’s wiring with the clearance lights. If you do not want to do this, you can add new lights, and then fix them to the wiring. The turn signals for a trailer made by Imsolidstate have a two clearance lamps. These LED lamps are attached and can be used as right or left turn signals for your truck.

The good thing about these trailer signals is that they do not require you to tamper with the inner workings of the vehicle. If the device fails to work, you can always remove it without causing harm to the wiring of the trailer. With this kind of turn signals for a trailer you will not have to bother with using side markers which can produce confusing signals when the brakes are off.

Read

Remember old times with simple AVR TV game

Probably you still remember the times when TV games were popular. Now most of these games including Tetris, Snake can be found on most mobile devices. But if you want to play the magain on TV screen, then it’s time to make a simple console based on Atmega168 microcontroller.

Whole simplicity is that circuit is very easy to build it uses very few components couple resistors and push-buttons for control. Here is a video how this thing works:

Read

Display a waveforms on VGA monitor

Actually this is great project to show how simple circuit and program can be in order to draw signals on VGA screen. For this only few components are needed like Attiny84 microcontroller running at 20MHz, few caps and resistors.

This small circuit is capable to update 800×600 VGA screen at 60Hz refresh rate. It takes Audio signals via ADC channel and displays on screen as a vertical waveform. There is also specially designed preamp that allows to connect an electret microphone to ADC channel so you could see your voice in screen. Read more »

Read

« Previous PageNext Page »