Skip to main content

Questions tagged [programmer]

0 votes
0 answers
289 views

I just got an AVR ASP mkII external programmer and I am unsuccessfully trying to program my arduino with it. All the settings in the IDE are correct. This is the error message that I am getting: ...
-1 votes
1 answer
164 views

I got a Pocket AVR Programmer. https://learn.sparkfun.com/tutorials/pocket-avr-programmer-hookup-guide I hooked it up on Ubuntu Linux, opened up a sketch in the Arduino IDE, selected Programmer: ...
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 ...
1 vote
1 answer
580 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 ...
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 ...
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 ...
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 ...
-1 votes
2 answers
627 views

I have a Spark Fun Pro Micro (ATmega32U4) without a USB connection (it was broken off at an earlier point) that I want to use to duplicate a prototype running on another Pro Micro. How can I upload a ...
1 vote
2 answers
306 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&...
2 votes
1 answer
423 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 ...
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 ...
1 vote
1 answer
257 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 ...
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 ...
1 vote
1 answer
398 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 ...
2 votes
0 answers
751 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 ...

15 30 50 per page
1
2 3 4 5