Skip to main content

Questions tagged [programmer]

Filter by
Sorted by
Tagged with
7 votes
2 answers
12k views

I am new to ESP8266. To ease out the task of programming esp8266, I bought this: ESP-01 ESP8266 Programmer CH340G Chip USB WiFi Wireless UART GPIO0 Adapter. Configured Arduino Interface to run AT ...
Arjun Sunil Kumar's user avatar
6 votes
2 answers
14k views

This is my first time working with ESP32 Cam boards. I have followed the instructions as given in this site https://technoreview85.com/how-to-program-esp-32-cam-using-arduino-uno-board/ However my IDE ...
AfiJaabb's user avatar
  • 219
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
6 votes
2 answers
691 views

I'm trying to program an ATtiny85, using an AVRISP mkII programmer (this one: https://www.amazon.de/dp/B00IYNAXUC/ref=cm_sw_r_sms_c_api_i_VXOWDb3H3N5ND) with the Arduino IDE (version 1.8.10 on Ubuntu ...
Fii's user avatar
  • 161
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
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
353 views

I just have a complex program that runs on a NANO. Now when I use my printlns for debugging I am running out of memory. I read about using a programmer to get rid of the bootloader that uses 2K space ...
GeKu's user avatar
  • 33
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
3 answers
3k views

I'm getting the following error with a genuine Arduino Uno on Mac OSX10.11 El Capitan when uploading to it (the green light is on, the orange light flashes intermittently while attempting to upload). ...
Agent Zebra's user avatar
3 votes
1 answer
5k views

Hi my USB to UART bridge (CP2102) seems to be broken on one of my NodeMCU Dev Boards with ESP8266. It seems to be just that specific board since all other boards that I have can be flashed without ...
shyney's user avatar
  • 73
3 votes
2 answers
962 views

I have a weird problem, and it's probably because I'm doing something wrong. I'm quite new to Arduino. My Uno R3 (Elegoo) has been working fine for a month. It has been sitting on a bench for the past ...
Software Engineer's user avatar
3 votes
1 answer
278 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
2k views

I am using an Arduino Uno, and I use the EEPROM to store some presets. It works fine. But, when I reprogram the Arduino, the EEPROM gets wiped out. Is there a way to prevent this, and have the EEPROM ...
Fed's user avatar
  • 131
3 votes
2 answers
1k views

When looking for alternate external programmers (ISPs), I am noticing that many are not Arduino Mega 2560 compatible (e.g. Pocket AVR Programmer, USBtinyISP). I am looking for a reliable external ...
Michael Molter's user avatar
3 votes
1 answer
1k views

Are there any options for programming an STM32 black-pill from the Arduino IDE without first having to manually push buttons to go into DFU mode or having to buy an ST-Link device? A solution that ...
NeilenMarais'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
2 answers
8k views

i want to upload sketch into arduino uno using usb/ttl adapter.i tried searching for it, but found about programming arduino using another. can anyone help me.
Eswar's user avatar
  • 23
2 votes
2 answers
4k views

Is there any way I can program an Arduino using another Arduino,without the need of any computer. I want to store the programming code in the EEPROM of the "Programmer Arduino" and using any ...
Rishi Sharma'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
2 votes
1 answer
446 views

The question is meant as in, can I lock myself out of the Arduino using the bootloader, if I flash a hex file that doesn't contain the bootloader? Or does the bootloader automatically add the flashed ...
Dakkaron's user avatar
  • 239
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
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
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
2 votes
1 answer
223 views

I have an Arduino Due board. I can successfully upload code to it using Arduino upload via USB. However I am also exploring another approach, which is to upload code via Atmel studio using an Atmel ...
daniel's user avatar
  • 185
2 votes
0 answers
756 views

I am getting an error while trying to upload programs to the Attiny85 through a USBTinyISP programmer, found here. Unfortunately, it isn't working. Following this tutorial for connecting the board and ...
user76915's user avatar
2 votes
0 answers
296 views

I reprogrammed the Atmega32u4 on my Arduino Uno Wifi Rev2 in order to use it as a human interface device, but I am now having difficulty programming the 4809 (through the 32u4 over UPDI) with the ...
nametable's user avatar
2 votes
0 answers
116 views

If I have connected 2 usbasps in the same time to ubuntu, can I upload 2 hexes one after the other(using avrdude) on each usbasp without disconnecting a usbasp ? If yes, how do I select each port for ...
Robert Rotsching's user avatar
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
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
2 answers
311 views

I took a look at a barebones Arduino schematic. It had three different ways of programming the chip. The first interface is for programming through SPI (For example with "Pocket AVR Programmer&...
user1584421's user avatar
  • 1,435
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
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
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
1 vote
1 answer
525 views

I want to burn the arduino optiboot_atmega328.hex bootloader but it doesn't work. I remember that I was able to burn the BL using the arduino IDE which was quite easy, this time I'm having some ...
Sim Son's user avatar
  • 1,878
1 vote
1 answer
7k views

I am trying to burn bootloaders to Atmega2560V and when I hit burn bootloaders it shows me this error avrdude: Device signature = 0x1e9803 avrdude: Expected signature for ATmega2560 is 1E 98 01 I ...
Mudassir Hussain's user avatar
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
1 vote
1 answer
591 views

I bought a couple of ESP32CAMs from aliexpress... althought the listing shows them with two buttons, I got the ESP32-CAM-MB boards with just the reset button... I have my computer set up to dual boot ...
JoSSte's user avatar
  • 129
1 vote
1 answer
286 views

I currently use a Pololu USB AVR Programmer v2.1 for programming 328p chips and I really like it. The ability to have ISP and Serial in one physical device, enumerating as two separate COM ports on ...
Kevin W's user avatar
  • 121
1 vote
1 answer
105 views

I had this added to programmers.txt mysmartusb.name=mySmartUSB light mysmartusb.communication=serial mysmartusb.protocol=stk500v2 mysmartusb.program.protocol=stk500v2 mysmartusb.program.tool=avrdude ...
rory's user avatar
  • 31
1 vote
1 answer
353 views

I have an Anduino Uno R1 and the ATmega8U2 on. It does not respond correctly. How can I use another Arduino Uno R3 in order to reinstall the correct firmware? What I want to avoid it to solder the ...
Dimitrios Desyllas's user avatar
1 vote
2 answers
342 views

I've made my own AVR programmer with an Arduino Nano V3 clone. It has been working fine, but yesterday I was trying to program a faulty board that pulled too much current. Was powering via USB and my ...
Viktor Hedefalk's user avatar
1 vote
1 answer
267 views

I have ARM-USB-OCD created by OLIMEX. I am interested in can I use this to burn a bootloader to Arduino Uno. As I know Atmega 328P can be programmed using JTAG protocol which has also ARM-USB-ODC, so ...
AlexL's user avatar
  • 11
1 vote
1 answer
543 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
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
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
1 vote
0 answers
316 views

I want to use the Arduino IDE using a raspberry pi with raspbian OS because it's the only way I can read a Digispark usb (I don't have 2.0 usb ports in my laptop so I can't read the usb with it). I ...
iam_agf's user avatar
  • 111
1 vote
0 answers
75 views

I've done it with an ESP-8266 but can't find any articles on how to do it with an ESP-32. I'm working with an ESP-32 on my own PCB, not a dev board. I exposed: 3V3 GND EN TX RX IO0 I'm pretty sure I ...
user875234's user avatar
1 vote
0 answers
729 views

I would like to flash my Arduino Due from my Synology DS218+ NAS which runs on an Intel 64bit Linux-derivate platform. Previously, I was able to flash a Mega 2560 from this NAS via avrdude and ...
fredlcore's user avatar
1 vote
0 answers
146 views

I'm trying to upload the sketch on a Mega 2560 via the serial port 0 using another microcontroller. To better undestand the process, I decided to first observe what avrdude is doing while it is ...
Chris's user avatar
  • 111
1 vote
0 answers
212 views

I realize this generic error has been asked about lots of times before, but I have been unable to find an answer that works for me. I have a bunch of pro mini's that I program with an FT232RL. It ...
Akegata's user avatar
  • 11