3D Printering: Electronics Boards

If you’re gearing up to build a 3D printer, one of the first things you’ll need to look at is your options for electronics boards. Whether you decide to optimize for cost or capability, the choices you make during the planning stages of your build will drastically affect what the final project will look like and how it will behave.

There are a ton of electronics boards out there, so for this installation of 3D Printering, we’re going to take a look at what’s available. Hit the link below to give Hackaday more pageviews read the rest.

Continue reading “3D Printering: Electronics Boards”

Bootloader Burning Basics

[Charles Gantt] and a few others were having trouble burning the Sanguino bootloader to an ATmega644 chip. With some help from the [Nils Vogil] via the RepRap IRC [Charles] got it worked out and wrote a guide for burning the bootloader using an Arduino as an ISP programmer.

We’re not familiar with the specifics of the Sanguino bootloader, but [Charles] mentioned that he was unable to flash it onto the AVR chip without a resonator. The resonator serves as an external clock source for the chip. We’d bet the programming process changes the fuse settings on the chip to use an external source. Without that source, you won’t be able to communicate with the chip afterwards.

The solution just adds the resonator to the programming circuit. This should be useful when burning any bootloader using an Arduino. But it does make us wonder if there isn’t an alternative method that would let you draw the clock signal from the Arduino itself?