Answer the question
In order to leave comments, you need to log in
I can't configure rx-tx ports, how to start an Arduino clone?
I bought a fork of Arduino, there is a programmer for it . The drivers are installed, the device is located, but the LEDs on rx-tx are silent, and the test program is not loaded, the IDE writes:
Using Port : /dev/tty.usbserial-AH02JYIS
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
avrdude done. Thank you.
Iteduino Foca
DTR DTR
Gnd Gnd
TXD RXD
RXD TXD
З,ЗV VCCIO
____
____
Answer the question
In order to leave comments, you need to log in
Everything, we decided, we just had to connect to it as an Arduino Micro 328p, and not Uno.
1) Is power being supplied to the controller? Not on the board, but on the chip itself. Can be measured directly on the legs of the atmega or on the capacitors nearby.
2) If the bootloader is not flashed into the atmega, nothing will be uploaded via UART. Try connecting via ISP (6-pin connector).
Your board has its own power, it does not need to be supplied with 3.3 V from the programmer, remove the wire
3, 3V VCCIO
6, 7 output on the SIP7-FW connector are free, do not think about them.
If you didn’t mess up with the power supply (usually at least 1 LED on the board should light up), then immediately after the start of the firmware (after compilation) you need to press Reset on the board, then it will go into firmware mode for a couple of seconds, if it didn’t work the first time scary, I got used to it 10 times
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question