Windows 11 não reconhece porta para Arduino

Ao enviar código para o meu Arduino uno porta de comunicação não é reconhecida. O que fazer?

Olá! Bem vindo ao Forum.

A primeira pergunta é: você já usou esse Uno antes?

Se seu Uno é um clone, provavelmente ele usa o chip CH340 para se comunicar com o computador. Você instalou o driver CH340?

@marques55

[Estou usando uma página da web do tradutor]

Eu entendo. Estou tendo o mesmo problema. Adicionando meus dados para possível correção. O IDE no meu computador Windows parou de me permitir fazer upload de código para qualquer Arduino. 1. Nano em USB-mini CH340 2. Nano em USB-micro CH340 3. Nano em USB-C CH-340 4. O Gerenciador de dispositivos vê CH340 e COM4 ou COM6 5. IDE "conectado a" Nano em COM4 ou COM6. MAS, todos os uploads falham. Meu computador Linux funciona corretamente com todas as combinações de Arduino, cabo e porta.

Sketch uses 958 bytes (3%) of program storage space. Maximum is 30720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x90
Failed uploading: uploading error: exit status 1

??? what has happened to the CODE box???

Tente isso... Esqueci que meus Nanos eram "reais", então eu precisava de 328P e não de "Old Bootloader"

IDE >> TOOLS >> PROCESSOR >> 328P
or
IDE >> TOOLS >> PROCESSOR >> OLD BOOTLOADER

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.