Skip to main content

Questions tagged [programmer]

1 vote
1 answer
515 views

I am using an ArduinoISP external programmer to upload a sketch to an Arduino MEGA. I set the processor type to MEGA 2560, and use Ctrl-Shft-U to upload using a programmer. My programmer is set to ...
Michael Molter's user avatar
4 votes
6 answers
10k views

Has 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://...
Ola Andersson's user avatar
0 votes
1 answer
6k views

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 ...
user782104's user avatar
4 votes
2 answers
9k views

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 ...
Revils's user avatar
  • 161
3 votes
1 answer
11k views

To burn a bootloader to the Arduino Micro (ATMega32u4), I'm using an Arduino Uno with the ArduinoISP program uploaded to it. 1st case: Arduino IDE Very straightforward, using the ArduinoISP sketch ...
iFreilicht's user avatar
3 votes
1 answer
262 views

I have an Arduino R1 board (the very first one) and I managed to solder the resistor into Arduino's Atmega8u2 (I went to a specialist in order to do that). Then I reset atmega8u2 and by wiring the ...
Dimitrios Desyllas's user avatar
3 votes
1 answer
3k views

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 ...
Lorin's user avatar
  • 131
2 votes
3 answers
1k views

I have installed the Arduino IDE 2:1.0.5 on my Raspberry Pi3 under Raspbian and am using a cobbler breakout which provides a nice breadboard. On that breadboard I have installed an Arduino Nano to do ...
SDsolar's user avatar
  • 1,175
1 vote
4 answers
3k views

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 in ...
Misha's user avatar
  • 11
0 votes
2 answers
738 views

Currently I am using avrdude and I'm programming my atmega328p chip via the spi pins by pulling the RESET pin low (spidev programmer). In my project I'm using predominantly i2c and this the only place ...
php_nub_qq's user avatar
0 votes
1 answer
759 views

I am using the Arduino IDE as an ISP programmer to program my ATtiny44 IC. Unfortunately, I ran out of pins, so I want to use the reset pin as I/O. I read several articles online that says it is ...
electro_nooobbbb's user avatar