c

Temperature controlled fan using PWM microcontroller

This project gives you a simple temperature controlled fan. If the difference between real temperature and the user temperature is high then the fan will run at full speed and if the difference is low then the fan will rotate at slow speed. The speed of the fan varies with the temperature. The user can […]

Temperature controlled fan using PWM microcontroller Read More »

SMT160 based Temperature indicator

There are lot of temperature sensors both with analog & digital outputs. This project gives you an another temperature indicator which has been done with a digital sensor SMT160. Although it is a digital sensor it does not gives out the temperature directly. The output is duty cycled modulated. The sensor can measure temperature from

SMT160 based Temperature indicator Read More »

Simple calculator using avr microcontroller Atmega16

Here’s a simple calculator with the Atmega16 microcontroller. It have an LCD display and a 4×4 keypad. You can also download the proteus simulation file on the downloads Bascom Code $regfile = “m16def.dat” $crystal = 1000000 Config Kbd = Portd , Debounce = 30 Config Lcd = 16 * 2 Config Lcdpin = Pin ,

Simple calculator using avr microcontroller Atmega16 Read More »

Using the 8Pin ATTINY programming shield with an external clock

Instructables author extraordinaire Randofo created a great programming shield to use your Arduino to program 8 pin ATTINY processors. He was even generous enough to give 50 copies of it out to people who authored instructables using AVR processors. It works great on brand new ATTINYs and any chip that is programmed to use it’s Internal clock.

Using the 8Pin ATTINY programming shield with an external clock Read More »

Picopter using Microcontroller ATmega128RFA1

Update May 4 2012: I am still working very hard on version 3 of Picopter. The new version’s hardware is already done. There are new 3D printed motor holders. I’ve done some measurements with regards to mass and radio spectrum. I’ve posted stuff to http://www.frank-zhao.com/picopter_forum/index.php including the new design files, so take a look. Update Feb

Picopter using Microcontroller ATmega128RFA1 Read More »

Scientific Calculator using AVR Microcontroller

This project gives you a nice and simple scientific calculator using AVR microcontroller. It has 2 keypads as shown in the circuit diagram and the results are shown on the 16×2 LCD display. You can do sin,cos, tan functions using this project. The code is written in Codevision AVR C. You can download the codevision

Scientific Calculator using AVR Microcontroller Read More »

Scroll to Top