Nano GPS Logger

Nano GPS Logger
This is a small GPS logger based on the San Jose Navigation FV-M8 GPS module that stores coordinates, altitude, and speed into an EEPROM.Then a software converts EEPROM stored data into .kml (Google Earth format).Altitude and speed graphs are also generated by the software. [more]

Posted in : GPS projects

Darkroom Timer

Darkroom Timer
The purpose of this project is to present a device that is useful and at the
same time demonstrate to the beginner many features involved in programming
the PIC. Some of the topics included are:
  * Simple use of MPASM assembler
  * Demonstration of use of timer 0 and the prescaler
  * Use of length of instructions to set up timing delays
  * Using interrupt routines
  * Detection of switch closures including debouncing
  * Saving and recovering data from the onboard EEPROM
[more]

Posted in : PIC projects | Timer projects

30 W Digital Wattmeter for RF (0-500MHz)

30 W Digital Wattmeter for RF (0-500MHz)
Author writes:This watt meter project is very similar to my last wattmeter project. The main reason I made a new project is becasue I needed a unit which could handle higher power than 1W. I found a 50 ohm dummy load which could take 50W of power. Of course I could use attenuates for my 1W meter, but I prefered to build a new unit. The new thing with this project is that it will only display the power in Watt on the LCD display. This means that I will not need so many EEPROM to store display data (more about this later).First we need to update our knowledge how to measure RF power: Some figures and text comes from my last wattmeter project, but it can be good to read it to remember. [more]

Posted in : Measurement projects | RF projects

Quickie Servo Tester

Quickie Servo Tester
This is a Quickie Servo Tester.The project is based on a ATMEL AT90S2343 MCU with 8 pins. This little MCU is very nice in that it has 2k of Flash Program ROM, 128 bytes of RAM, and 128 bytes of EEPROM. That is a lot of power in a little 8 pin package. It has five I/O pins of which we are using four in this project.[more]

Posted in : AVR projects

50 MHz frequency counter, voltage meter & SWR/PWR indicator

50 MHz frequency counter
This is a very cool project for all hobbyists.It is a PIC16C71 based 4-digit LED frequency-counter & Volt-meter. Some hard to find parts used in the previous version, which are out of production for some time, has been omitted. A rather early PIC16C71 has also been replaced by 28-pin device PIC16F876. The later is capable of driving 4 digit LED display in multiplexed mode while measuring frequency, power supply voltage as well as handle two analog inputs to display SWR/PWR signal strength in a bargraph manner. There is no need for external LED display driver chip as well as external data EEPROM since it is already implemented in PIC16F876.[more]

Posted in : Measurement projects | PIC projects

Next Page »