Dienstag, 14. August 2012

DIY CNC Laser/Mill/3D Printer

Last weekend I've successfully completed first tests with the first prototype of my self designed CNC.
Also I could test the 2W laser with the self-made laser control.

After long time of designing, brooding about the functionality, it looks like it's working :)



Design of CNC

Design of LaserCtrl



 

 

 

 

Dienstag, 29. Mai 2012

arduino BootLoader on ATmega328 (non pico power)

If you want to flash a ATMEGA328-PU (non pico power) with the arduino bootloader you have to change the chip signature.

I have created a "new" Board in Arduino which is only for flashing the bootloader.
Open [arduino-dir]\hardware\tools\avr\etc\avrdude.conf in Editor and search for ATMEGA238P
you'll find this line:
#------------------------------------------------------------
# ATmega328P
#------------------------------------------------------------