Metering – Instrument Projects

8 MHz frequency meter using AVR microcontroller

This project can measure the clock pulses fed to the Timer input of the AVR microcontroller. The Bascom code counts the clock pulses for 1 second and display it over the LCD display. The frequency is displayed in Hertz and this project can measure a frequency of max 8mhz. Circuit Diagram For more Detail: 8 […]

8 MHz frequency meter using AVR microcontroller Read More »

Measure negative temperature with Lm35

LM35 can measure temperatures from -55deg to 150deg and we need negative supply voltage for measuring this negative temperature. This circuit eliminates the negative voltage power supply and this project can measure the negative temperature Download the protesu file to simulate the project on your desktop Bascom Code $regfile = “m16def.dat” $crystal = 1000000 Config

Measure negative temperature with Lm35 Read More »

Capacitance and Inductance meter using Atmega8

This project can measure capacitance and inductance using the Atmega8 microcontroller and the code is written in Bascom AVR. The limitations of this project is Inductance Range: 0.1?H to 2H Capacitance Range: 1pF to 2.5?F Electrolytic Capacitor Measurement Range: 0.1?F to 30000?F Circuit Diagram: For more details: Capacitance and Inductance meter using Atmega8

Capacitance and Inductance meter using Atmega8 Read More »

Scroll to Top