The tag has no usage guidance.

learn more… | top users | synonyms

0
votes
1answer
21 views

Relationship between avrdude's “programmer” and bootloaders

I'm trying to understand the "programmer-id" concept, as specified in -c avrdude's option. avrdude ask me to choose a "programmer-id" among many it knows of. Lets say (just as an example) I have a ...
1
vote
1answer
24 views

Arduino Nano Update failure - avrdude: stk500_recv(): programmer is not responding

Before I tear all my hair and teeth out, can anyone please help. I have tried googling an answer and have not found anything. My Setup: Win7 64bit Arduino 1.6.9 IDE freshly reinstalled COM14 port ...
0
votes
2answers
66 views

EBay “Development Programmer Board for attiny”

Have anyone tried these? Does the attiny have a bootloader? What software is used to program the chip? Arduino compatible? Looks a lot more convenient than programming the attiny via an uno. http:/...
0
votes
1answer
21 views

Can I use Arduino Nano V3 to program another arduino (Pro Mini)?

I was planning to buy serial to USB converter (FT232RL) to be able to program Arduino Pro Mini. But the shop nearby offers Arduino Nano V3 at almost the same price. Could I use this Arduino instead (...
0
votes
0answers
41 views

What programmer do I select in Arduino IDE for the ATMEL-ICE ISP?

I have been using an AVRISPmkII for many years and have just transitioned to ATMEL-ICE ISP after the AVRISPmkII became unavailable. Occasionally, I like to program the Arduino Uno from the Arduino ...
1
vote
1answer
32 views

How to use Arduino Pro Mini without Programmer

I'm a software engineer, but I'm not too skilled at understanding hardware design yet. I'm trying to learn how to use an Arduino Pro Mini board without the programmer connected, so I can actually make ...
0
votes
2answers
27 views

How do I change pin assignments for the LUFA AVRISPMkII?

I just managed to get Dean Camera's LUFA AVRISP clone working on my Arduino Pro Micro, when to my dismay I found that to use PDI for my XMega, I need to have PD5 exposed for the clock source! The Pro ...
0
votes
2answers
248 views

Can an AT89S52 be programmed using an Arduino as ISP?

Since the AT89S52 controller is ISP programmable is it possible to use an Arduino UNO as a programmer to upload the hex file to the 8952 ? I've tried various programmer softwares such as progisp, ...
0
votes
0answers
59 views

Arduino Fio wireless programming via Xbee

I have an Arduino Fio Board with an integrated Xbee socket. I also have two Xbee Series 2 radios and a Xbee USB Explorer. I don't have any Arduino or AVR programming board/module. I want to know, if ...
-1
votes
1answer
131 views

Arduino does not work

When I try to upload a sketch to my Arduino Uno R3 then sometimes I get the following issue: At the beginning the RX LED flashes three times and then I get errors: avrdude: stk500_recv(): ...
2
votes
1answer
83 views

What does the 'arduino' avrdude programmer do?

The command line that my toolchain (CLion + PlatformIO) uses to program my Arduino (Uno) includes includes avrdude ... -c arduino ... but the documentation for this programmer simply reads -c ...
1
vote
1answer
102 views

Arduino Nano - programmer is not responding

I cannot seem to upload the simple blink program to my Arduino Nano. I keep getting the message: avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 1 of 10: not in ...
0
votes
1answer
236 views

Using Arduino UNO as FTDI programmer for 9DOF Razor IMU

I am trying to upload some code to the ATmega328 on Sparkfun's 9DOF Razor IMU. Because I don't have an FTDI board at hand I was trying to use my UNO by "grounding" the RESET pin. Communicating with ...
0
votes
0answers
12 views

Only compiling, becouse other programmer

I have a Evaluationsboard v2.01 and a noname programmer. I want to use Arduino Software only compiling and other software to flash the hex. My programmer has a USB and no COM. How i can compile for ...
-1
votes
1answer
95 views

Issue when using Nick Gammon Board Programmer Sketches

Apparently I cannot comment on your answer Matt, only edit my existing post due to my reputation score. Appreciate you input, here is what I can tell you. I am connecting the ICSP from the ...
1
vote
1answer
221 views

Cannot upload sketch to Atmega328p TQFP soldered on PCB

After creating a working prototype with DIP ATMega328 chip/ Arduino UNO I recently got PCBs assembled with SMD components and ATMega328P TQFP soldered onto them, but now I'm having a hard time trying ...
0
votes
1answer
76 views

What minimum equipment is needed to program the Freematics Vehicle Data Logger?

I was looking for a GPS/OBD2 data logger that logs data to an SD card and eventually arrived at the Arduino powered Freematics Vehicle Data Logger. It's great that it's programmable, but I have no ...
1
vote
0answers
102 views

Programming an Arduino BT-V06 using an UNO using ICSP

I have an Arduino BT-V06 laying around which I can't program over bluetooth for some reason. To be honest I don't understand the exact problem, but the problem is described in the question Arduino BT ...
2
votes
0answers
664 views

Atmega328P-PU: Programmer is not responding

Few days ago, I built my own custom Arduino on the breadboard. It is built according to tutorial on http://www.crash-bang.com/resource/breadboard-arduino/. The Atmega328P-PU is already burned with the ...
0
votes
4answers
424 views

Is it possible to program Arduino UNO with USB/TTL adapter withouth connection Vcc

For some strange reason my Arduino UNO clone board occasionally cause my Mac to reset, when I connect the usb cable. Possibly a power problem in Arduino or the USB hub. Is it possible to program ...
0
votes
1answer
157 views

Get the uploaded code from arduino by using arduino IDE 1.0.6

Recently bought a arduino device which already have program, it is model AR-293D and I have already connect it with my PC(windows 7) through usb when I open the IDE , It seems there is no function ...
0
votes
1answer
83 views

Atmel STK500 and Atmel Studio

Is the Atmel STK500 worth using as a AVR programmer and Dev board? I am starting to get to into AVR programming with Atmel studio. I plan on purchasing the AVRDragon and also looking into purchasing ...
1
vote
4answers
334 views

Using Arduino to learn AVR programming

I want to learn AVR C programming instead of arduino programming. I have an arduino UNO board and few Atmega328 chips that I bought, and Atmel studio for programming. Can I use Arduino Uno board as ...
4
votes
1answer
4k views

Change Options for the AVR Programmer via Arduino IDE

I want to program an ATtiny through the Arduino IDE. I have a somehow strange programmer. But I can upload via avrdude by avrdude -p attiny13 -P /dev/cu.usbmodemfa131 -c stk500v2 -F -B20 -...