Simple 89S52 Project Board

Board has been developed by Wichit Sirichote. It can be used as general purpose development board for various project. For example author have used it for temperature, AC outlet, current measurements with additional current to voltage circuit connected to ADC input.

89s52board.jpg

 

Board itself has 2×12bit ADC inputs, 4-digit seven segment LED indicator, connector for alphanumeric LCD, four switches, 16 I/O port pins for digital data communication and ISP adapter (89S series allows ISP programming). There are couple example programs like temperature sensor reading through ADC input. So it may be practical board to have or simply to learn 89S52 microcontrollers.

Read

GPS tracker prototype

Thomas Pfeifer decided to experiment with Tyco X1029-A-53 GPS module. He built a Atmega8 prototype board which reads GPS data and logs it to MMC/SD card every 1 second. So later data can be analysed on computer or simply put on top of the map (easy to do with Google map) to see the where did you go.

gps_tracker_7.jpg

 

He made several experiments by driving with bicycle around around his place. In one of them he managed to draw his name on the map.

Read

Frequency counter up to 70MHz

Herbert Dingfelder known as DL5NEG among radio amateurs have constructed a microcontroller based frequency counter up to 70MHz.

counter_board.jpg

 

Frequency counter can use prescalers what allows reading GHz with 10kHz resolution. Without prescaler device can measure frequency up to 70MHz with 10Hz resolution. I think this is very good what simple schematic can offer. Hex file is ready for download and can be flashed to Atmega16.

Read

GPS and temperature logger on PIC

This project was intended to be used in weather balloon which logs position and temperature data read from LM75 temperature sensor. Device has 64kB EEPROM memory for storing data.

gps_logger_2.jpg

 

Device position can be sent via SMS by using mobile phone. Also there is ability to connect and control devices with relay. All project files are available for download.

Read

AVR logic analyser via USB

Lucas have posted useful project in μlabs. Logical analyser is very handy tool when working with digital electronics. Buying one sometimes may be to expensive and not worth an investment. So why not to build one.

AVR_logical_analyser.png

 

Device sends data via USB to PC where it can be viewed and analysed in convenient window. Device uses external RAM which is used as data buffer – this allows to avoid bottel neck of data transmission due to low internal AVR RAM. Project files and necessary software is available for download. Dont be scared description is in German language. So use any translator available on line.

Read

« Previous PageNext Page »