Archive for the 'AVR Microcontrollers' Category

Setup AVR Eclipse plugin to work with WinAVR

Tuesday, December 1st, 2009

Probably many of you (including me) are using Programmers Notepad or AVR Studio to set up AVR projects. Each of them has advantages and disadvantages. For instance Programmers Notepad is great GUI, but there are lots of manual routines required to start compiling project – like setting up makefile, creating file dependencies, etc. AVR Studio [...]

ScienceProg Forum has been closed!

Thursday, September 10th, 2009

Just a short notice to inform everyone, that ScienceProg forum has been closed. The decision was made because of small activity and lots of spam. We hope this decision won’t hurt anyone. Feel free to post subject related questions under blog posts here in scienceprog.com
Have a great time!

New series of AVR projects from Cornell

Sunday, May 10th, 2009

It’s been a tradition to check on new projects from Cornell University ECE 4760 Engineering class. They build cool AVR based projects each year and seems that they are getting more and more advanced. During the last 5 weeks of the semester in ECE 4760, Microcontroller Design, students had to combine sensors, actuators, microcontrollers, and [...]

Scienceprog.com is back and running!

Friday, April 10th, 2009

Probably you’ve noticed, that scienceprog.com was down for a while. We have faced some technical issues that are fixed now. Right now seems that all functionality is restored and working properly. If you notice something wrong going on, just drop us a note. We are sorry for inconveniences. And hope you’ll stay with us.
Admin

The Compact ATtiny Breadboard Headers

Tuesday, January 27th, 2009

If you have to spending endless times to start prototyping with an AVR ATtiny, then you can make it becoming easier. Yep, all you need to do is build the headers that can carry the 8 and 20 pin chips, where it can be plugged directly into breadboards.
Technically, these controller boards are building to provide [...]

Peggy 2.0 led display board

Thursday, May 8th, 2008

Guys from Evil Mad Scientist Laboratories have released 2nd version of their Peggy LED display kit. It is a 25×25 LED display board which is capable to display various LED effects, output text and even animation with individual LED addressing.

WPvideo 1.10

Download!

This is quite smart construction allowing to drive any number of LEDs (from one to [...]

Yet Another Simple AVR ISP cable

Tuesday, May 6th, 2008

Probably this programmer cable can be found on every AVR fan website. It very simple and easy to build. You just need few passive components that can be packed inside LPT connector. From my perspective I wouldn’t recommend using this one programmer if you are more serious in microcontroller projects, because it has poor computer [...]

USB bootloaders for AVR microcontrollers

Thursday, April 24th, 2008

Probably most proper microcontroller programming method is using a bootloader program. Because you don’t need any special programming adapters or special knowledge – you just need to connect standard cable from your PC to target board and run special program on PC which communicates with MCU bootloader program. The idea is simple:

If microcontroller is preconfigured [...]

New WinAVR 20080411 has been released

Wednesday, April 16th, 2008

Open source rocks isn’t it? Here is a new WinAVR 20080411 release available for download. As always new release has lots of tweaks, bug fixes and optimizations. There are new XMEGA series microcontrollers preliminary included in supported device list. So we may have a chance to put hands on these new cool AVR microcontrollers. Here [...]

AVR DDS signal generator V2.0

Monday, March 10th, 2008

Finally second and improved AVR DDS signal generator is here. First AVR DDS V1.0 generator was only an attempt of running DDS algorithm without any amplitude control. This time I still wanted to keep things simple like minimum count of widely accessible components circuit, single sided PCB that comes together with good functionality.

AVR DDS [...]