Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
4 votes
1 answer
1k views

How to burn the bootloader and upload sketches on ATmega328P U (specifically this model)?

Recently I started to learn embedded electronics and C/C++ and for a couple of days I tried and I am still trying to burn a new ATMega328P U bought from Aliexpress. From what I know new ATMega328P's ...
Vlad George's user avatar
0 votes
1 answer
151 views

Can I use my Arduino nano to upload sketch in Uno's ATmega328p chip?

I can not upload sketch to my UNO directly. My ATmega16U2 doesn't work.But the Atmega328P processor still work. I have an arduino nano lying around. Can I use it to upload sketches to Atmega328P ...
Shaharia Antu's user avatar
2 votes
1 answer
854 views

Amforth on Arduino UNO

I'm having trouble with flashing amforth on my Arduino UNO. I'm using an Arduino as ISP to write amforth. Here's what I do: Upload the code on the Arduino programmer and set Baudrate to 19200 Wire ...
magicleon94's user avatar
1 vote
3 answers
12k views

Using Arduino UNO to retrieve ATMega328P-PU chip signature

Good day. I have successfully built and tested an Arduino-on-breadboard about 2 days ago. The device is rather straight forward, I have added a voltage divider and an LED to indicate power. The ...
MDChaara's user avatar
  • 207
1 vote
3 answers
5k 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, ...
SidharthM's user avatar
1 vote
1 answer
8k views

Using Arduino Uno as ISP to program Mega 2560

I'm trying to use Arduino Uno as ISP to program Arduino Mega 2560 using this Pin connections (Uno->Mega): slave reset: 10: -> RESET on target MOSI: 11: -> 51 MISO:...
baqx0r's user avatar
  • 111
2 votes
2 answers
8k views

'OUTPUT' was not declared in this scope - ATtiny85 with Arduino Uno r3 as ISP

I'm trying to follow this this tutorial to program an ATtiny85 micro-controller using my Arduino Uno r3 as the ISP. I am up to the final step on the tutorial, but get an error when attempting to ...
Isaac's user avatar
  • 21
6 votes
4 answers
3k views

Can the Arduino Uno become an AVR programmer and use the ICSP header to program the target board

The Arduino Uno has an ICSP header that I imagine is for programming the board using a separate ICSP programmer. That is, its ICSP header turn the board into a target. Can one use that same ICSP to ...
Ricardo's user avatar
  • 3,390