Control 3×7 segment LED display with one MCU pin

ibsimed1 have developed a single I/O-Pin 3×7-Segment Display board. It only needs one microcontroller I/O pin and power source.

7_segment_display.jpg

 

 

The board itself is very simple but idea is great – it uses three serial to paralel converters 74HC164 which activates LED segments. As it is said – display board uses only one I/O pin which also serves as CLK source for serial to paralel converters (from 500kHz to 8MHz). Synchronisation is done by connecting microcontroller I/O pin to CLK through RC Low-pass Filter. There is an AVR code example which can be run from any AVR microcontroller. In this Example PB0 is the general I/O-Pin, but this can be easily changed. Project can be downloaded Here.

Read

Connect up to 16 satellites to one receiver with AVR DiSEqC switch

DiSEqC-Switch is widely used in individual satellite systems to connect up to 16 satellites to one receiver using cascading method. This switch uses other cheap DiSEqC-Switches ver1.0 with four satelite heads each or simply connects directly to satelite heads and this way acts as simple switch.

diseqc11_small.jpg

 

Schematic diagram is based upon standard DiSEqC-schematic solutions except connections between the Attiny13 and the output switches. This solution allows to reduce number of transistors. PCB is available in P-CAD format. Decoding algorithm of incoming DiSEqC messages are explained here. Also you can check out Testing Device for DiSEqC-Switches that is uses 1.0 or 11 protocols .

Read

Blue clock gift project

Want to please your friends or family, then make Christmas gift by yourself. This is nice looking blue LED clock project which can be made without significant efforts.

blue_LED_clock.jpg

Clock looks really nice when decorated with smoked gray acrylic. It has two push buttons for selecting time and alarm, while another two are for setting hours and minutes. The project heart is Atmega835 microcontroller and PCF8563P RTC module. Clock source is written by using WinAVR compiler.

Read

Spectrum analyser mod for PC

This mod is based on PIC18F2550 and WG24064A 240×61 graphical LCD with T6963 controller.

T6963_USB_spectrum_analyser.jpg

 

Download eagle schematics and firmware files to flash. To feel full power of this mod also download Winamp Open Source LCD plugin. This mod works only under Win2k and Win XP.

Read

Control servo motor via USB

This project is adapted from USB LED fader from Objective Development. As servo motor uses PWM which is used to control LED light intensity. It only requires minimal firmware changes.

USB_servo_control.jpg

 

USB is firmware only which fits inside Atmega8 microcontroller. Because of this circuit becomes very simple – just few elements. Device is powered from USB so be careful as there is potential threat to damage USB port. I would suggest to attach an external power supply. The demo application is real fun. Once servo is attached on top of monitor, pointer attached to motor shaft points to mouse pointer location on screen.

Read

Next Page »