Skip to main content

Questions tagged [programmer]

Filter by
Sorted by
Tagged with
-1 votes
2 answers
306 views

when i use SoftPWMBegin() function in setup there is some delay while receiving data over bluetooth. And if i pressed o and 1 fastly (see in below given code), some time it receives data and sometime ...
Rakesh Wadbudhe's user avatar
2 votes
3 answers
5k views

I've recently purchased a no-brand 1€ ATtiny programmer off eBay, and with the ridiculous price obviously came no documentation nor support from the seller. At first I thought that using it with the ...
nxet's user avatar
  • 151
1 vote
1 answer
413 views

I compiled my code several times today, I would quit and restart randomly through the day. each time I started I get a error box board and libraries need updates. I did an AVR board up date, then ...
Lee's user avatar
  • 11
1 vote
1 answer
521 views

I'm trying to understand the "programmer-id" concept, as specified in -c avrdude's option. avrdude asks me to choose a "programmer-id" among many it knows of. Let's say (just as an example) I have a ...
leonbloy's user avatar
  • 145
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
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
8k views

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 (...
Lukasz's user avatar
  • 103
0 votes
1 answer
2k views

I have been using an AVRISPmkII for many years but recently gave mine away to another hobbiest. I wnated to buy a replacement and have had to buy an ATMEL-ICE ISP as the AVRISPmkII is now unavailable. ...
sa_leinad's user avatar
  • 3,218
1 vote
1 answer
658 views

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 ...
Listen's user avatar
  • 85
0 votes
3 answers
450 views

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 ...
KilowattLaser's user avatar
1 vote
3 answers
5k views

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, ...
SidharthM's user avatar
0 votes
3 answers
377 views

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(): ...
Pan mAriusz's user avatar
2 votes
1 answer
2k views

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 ...
orome's user avatar
  • 123
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
0 votes
1 answer
1k views

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 ...
Dario's user avatar
  • 145
2 votes
1 answer
1k views

So I decided it would be a good idea to flash a firmware onto my mega 2560 for a project. I ended up flashing the wrong side of the ICSP header (one near the usb plug/ M16U2) and killed my arduino for ...
Woolfy's user avatar
  • 51
1 vote
1 answer
2k views

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 ...
vee's user avatar
  • 15
0 votes
1 answer
228 views

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 ...
ana's user avatar
  • 1
2 votes
0 answers
386 views

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 https://...
Wouter's user avatar
  • 121
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
0 votes
4 answers
1k views

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 ...
wizofwor's user avatar
  • 298
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
0 votes
1 answer
423 views

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 ...
PhillyNJ's user avatar
  • 1,178
1 vote
4 answers
2k views

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 ...
user avatar
6 votes
1 answer
9k views

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 -U ...
A.Schulz's user avatar
  • 467