Please visit the homepage for location and information on open hours


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ATmega & PIC Prototyping PCB
01-13-2016, 08:18 AM,
#12
RE: ATmega & PIC Prototyping PCB
I have built up some proto-PCBs with ATMega and Arduino bootloader. However, I have built some of these up with a 20Mhz resonator (25% faster than a "standard" Arduino)!

If you want to play with a 20Mhz Arduion, you'll need to add the following to your "boards.txt" in your Arduino folder.

Code:
##############################################################


SCFast20.name=SpokaneCreate 20MHZ

SCFast20.vid.0=0x2341
SCFast20.pid.0=0x0043
SCFast20.vid.1=0x2341
SCFast20.pid.1=0x0001
SCFast20.vid.2=0x2A03
SCFast20.pid.2=0x0043

SCFast20.vid.0x2A03.warning=Uncertified

SCFast20.upload.tool=avrdude
SCFast20.upload.protocol=arduino
SCFast20.upload.maximum_size=32256
SCFast20.upload.maximum_data_size=2048
SCFast20.upload.speed=115200

SCFast20.bootloader.tool=avrdude
SCFast20.bootloader.low_fuses=0xF7
# low was FF ... Changed to F7 to enable "Full swing" -- BP
SCFast20.bootloader.high_fuses=0xDE
SCFast20.bootloader.extended_fuses=0x05
SCFast20.bootloader.unlock_bits=0x3F
SCFast20.bootloader.lock_bits=0x0F
SCFast20.bootloader.file=optiboot/optiboot_atmega328_20MHZ.hex

SCFast20.build.mcu=atmega328p
SCFast20.build.f_cpu=20000000L
SCFast20.build.board=AVR_UNO
SCFast20.build.core=arduino
SCFast20.build.variant=standard

##############################################################
Reply


Messages In This Thread
ATmega & PIC Prototyping PCB - by Brendan - 07-26-2015, 06:55 AM
RE: ATmega & PIC Prototyping PCB - by Brendan - 07-27-2015, 08:54 PM
RE: ATmega & PIC Prototyping PCB - by Dan - 07-27-2015, 03:03 PM
RE: ATmega & PIC Prototyping PCB - by n8cutler - 07-27-2015, 06:33 PM
RE: ATmega & PIC Prototyping PCB - by Brendan - 07-28-2015, 06:36 PM
RE: ATmega & PIC Prototyping PCB - by n8cutler - 07-29-2015, 05:16 PM
RE: ATmega & PIC Prototyping PCB - by Brendan - 07-29-2015, 09:33 PM
RE: ATmega & PIC Prototyping PCB - by Brendan - 09-01-2015, 10:07 PM
RE: ATmega & PIC Prototyping PCB - by ABearden - 09-02-2015, 08:18 PM
RE: ATmega & PIC Prototyping PCB - by Brendan - 09-02-2015, 08:52 PM
RE: ATmega & PIC Prototyping PCB - by Brendan - 01-13-2016, 08:18 AM
RE: ATmega & PIC Prototyping PCB - by n8cutler - 01-13-2016, 08:20 AM
RE: ATmega & PIC Prototyping PCB - by Brendan - 02-17-2016, 07:37 PM
RE: ATmega & PIC Prototyping PCB - by n8cutler - 02-18-2016, 10:00 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)