Show Posts
|
|
Pages: 1 2 [3] 4 5 ... 35
|
|
31
|
Using Arduino / Project Guidance / Re: What fuse settings for bootloader
|
on: August 23, 2012, 08:44:27 am
|
|
mega2560 bootloader low_fuses=0xFF mega2560 bootloader high_fuses=0xD8 mega2560 bootloader extended_fuses=0xFD mega2560 bootloader unlock_bits=0x3F mega2560 bootloader lock_bits=0x0F
Copied from the boards.txt file in Arduino IDE 1.0.1
|
|
|
|
|
34
|
Using Arduino / Installation & Troubleshooting / Re: Arduino is not responding at uploads
|
on: August 08, 2012, 10:24:01 am
|
|
Hi Michael, Welcome to the wonderfull world of Arduino. There are a few things to check :
Is the power led on? Have you performed the loopback test? If not, I recommend you do. If it is, can you check for the com ports by unplugging the arduino, then plugging it back in, taking note of what port (if any) appears. When you press upload, wait for the Binäre Sketchgröße: to show, quickly tap reset. (it may help) Do you see any other LEDs flash or flicker when you try to upload?
Failing this, you MAY have to arrange for a replacment. (but with a few checks we may be able to narrow down the fault)
|
|
|
|
|
38
|
Community / Products and Services / Re: My Mini Ardiuno as ISP Shield & its big brother
|
on: July 18, 2012, 06:31:46 pm
|
|
I'm putting up 2 of these to swap. Leave an offer here or PM me, I'm not after anything specific, does not even have to be arduino related, But preferred.
I've Built & Tested the shields with :
atmega 328 atmega 168 atmega 8 (All set to internal clock & Oscillator) tiny 13,45,85 all on internal Osc.
I'll post to world wide (With a few restrictions).
|
|
|
|
|
40
|
Community / Products and Services / My Mini Ardiuno as ISP Shield & its big brother
|
on: July 17, 2012, 06:34:02 pm
|
|
Hi - After browsing through this forum, and others, I came to the conclusion that LOTS of people have issues uploading the bootloader / programs to there blank atmega/attiny chips. So I have made the following 2 boards :
Arduino as ISP Mini board, Fits onto the ICSP header (With a lead going to pin 10 for reset). and Arduino as ISP Shield, Complete with the Heartbeat, Error and Working LEDs.
Just upload the ArduinoISP sketch, fit the Mini or Shield, then disable the reset on you Arduino (The shield has a jumper to do this) pop you chip onto the relevant socket, Choose the correct chip from the tools menu, Select Arduino as ISP in the tools menu. Then upload the bootloader or (if using the up to date IDE) upload the program with programmer.
See the attached images.
They are for sale if any-one wants one (or both).
|
|
|
|
|
42
|
Using Arduino / Microcontrollers / Re: Help! Where can I buy ATmega328p?
|
on: July 11, 2012, 04:59:32 pm
|
|
Hi - I program QFP-32s here, never thought there would be a demand for bootloaded QFP 328's. I think i've got 2 left (I'll check the workshop tomorrow) and a few 8s as well, I'm going to order a few more tomorrow. Any-one who needs them, or wants me to bootload them just PM me.
|
|
|
|
|
43
|
Using Arduino / Microcontrollers / Re: Arduino Tiny
|
on: June 13, 2012, 12:30:55 pm
|
|
((reading / 1024) * 5);
reading is 0 ->1024 therefor reading/1024 will be 1 or less (Probably rounded to 1) * 5 = 5, what value range are you trying to get?
|
|
|
|
|
45
|
Using Arduino / Microcontrollers / Re: bootloading a ATMEGA 2560
|
on: June 13, 2012, 09:49:50 am
|
No Picture  - Confirm the following conections : ISP HEADER 2560 1 MISO (D12) PIN22 2 5V PIN11,31,61,90 & 100 3 SCK(D13) PIN20 4 MOSI (D11) PIN21 5 RESET(D10) 30(WITH 10K PULLUP TO 5V) 6 GND PIN11,32,62,91 & 99 I don't have a 2560 at hand, so cant set up a test circuit just now. But I just tested programming a 328 with my arduino, using a wire jumper from reset to 5V (Only while programming) - maybe try that if the wiring looks good.
|
|
|
|
|