Questions tagged [icsp]
In-Circuit Serial Programming, when you program the chip without having to physically remove it and place it in a programmer.
37 questions
0
votes
1
answer
31
views
Arduino IDE 2.x fails to flash 32u4 via ArduinoISP flashed Nano, but 1.8.19 works
I'm trying to use a Nano as an Arduino as ISP programmer in Arduino IDE 2.x, and it's not working.
In v1.8.19 of the Arduino IDE I select the comport the Nano appears as, select "Arduino as ISP&...
2
votes
0
answers
453
views
Using ICSP pins as SPI in Arduino Due
I am using two RFID sensors operating on SPI with arduino Due. They will not be operating at the same time.
Is it favorable to use the ICSP pins as SPI pins for one of them, or use them in a one ...
0
votes
1
answer
120
views
Is it possible for Arduino as ISP board to flash an ISP master board?
I have a setup of 2 Arduino Leonardo boards. Let's refer to them as Board A and Board B.
Board A is a master SPI board that is constantly communicating via SPI to an array of sensors. At some point, ...
1
vote
1
answer
664
views
How to use any module that has no library for arduino?
I am 2 years old in this Arduino world.
I am currently working on a project where I am about to make use of a fingerprint sensor. Now my question is that could we be able to make use of a sensor that ...
6
votes
2
answers
3k
views
Can we burn Arduino bootloader into any microcontroller chip?
I am new to this Arduino community
I noticed on youtube that while the prototype is complete people purchase new ATmega328p chips and flash bootloaders into them using in-system-programmers so that ...
0
votes
1
answer
420
views
Arduino UNO not showing up in USB devices on Ubuntu 18.04
I have an Arduino UNO (clone, not original) that was working fine until a couple of days ago. Now, it does not show up when I connect it to my laptop.
Things that I've troubleshouted:
USB cable is ...
2
votes
1
answer
10k
views
Suddently, "avrdude: Device signature = 0x000000" with ArduinoISP. Is my chip dead?
I have some boards with the atmega32u4 that they were working perfectly before. I'm using an unnoficial UNO board to program them via ICSP. To power the uC I'm using two lithium batteries and a step-...
0
votes
2
answers
2k
views
Using Due (SAM3X8E) native USB port for programming?
I would like to make my own version of the Arduino Due.
What I can't find the answer to is;
Can I program a blank SAM3X8E using the native USB port from within the Arduino IDE, or do I first need to ...
0
votes
1
answer
359
views
parse intel hex into SPI commands for arduino ICSP AVR
I'm attempting to use the arduino as an ICSP AVR to flash hundreds of ATMEGA's 90USB162. I'm having some difficulties when trying to do the actual flashing of the chip. I've go all the wires done ...
4
votes
1
answer
1k
views
Purpose of USB (FTDI) and ICSP connectors
As an Arduino newbie I am a little bit confused about possible ways of programming and communicating with this device. I have done some research and it seems that:
ICSP is used for programming with a ...
1
vote
3
answers
688
views
Programming standalone 328P in circuit
I am designing a PCB using a 328P. As I understand it, I can either flash the chip via the ICSP header (without bootloader) or via Serial (if it has a bootloader already). But how does programming ...
2
votes
0
answers
94
views
Connecting Arduino Wifi shield to Arduino Uno based Mcore board
I am trying to connect this mBot board to an external network, that's why I bought the arduino wifi shield.
I am connecting the wifi shield to the 6pins (5V MOSI GND RST SCK MISO) of the mCore.
...
0
votes
1
answer
264
views
After update via ICSP can't use usb for Serial Reading and Usb for programming board [closed]
after update software on my arduino Nano board via ICSP i can't use USB for serial monitor and update software, why?
0
votes
1
answer
9k
views
Programming Arduino via ICSP
I'm trying to programming Arduino Nano with another Arduino Nano via ICSP. I have a 6-pin cable directly connected to the ICSP's pin of the second board:
ICSP NANO ISP 1
pin1 pin2 pin3
pin4 pin5 pin6
...
0
votes
1
answer
233
views
Alternative ways for read Serial Output
its possible to read serial ouput from ICSP or Tx Rx pin instead from USB port? If it's possible how? thanks for reply