AVR ATmega Projects

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 »

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 »

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