avrdude.exe: stk500_recv(): programmer is not responding

Any bugs you encounter with Flowcode should be discussed here.
chipfryer27
Valued Contributor
Posts: 1684
http://meble-kuchenne.info.pl
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 374 times
Been thanked: 583 times

Re: avrdude.exe: stk500_recv(): programmer is not responding

Post by chipfryer27 »

Hi

Glad to hear you have solved your Nano problem.

The above error message can occur when swapping targets. Whilst Flowcode allows you to do this very easily, negating the need to start again from scratch, you need to be aware that not all targets have the exact same pin / designations.

Whilst it is extremely easy to move between for example, 8-bit PICs, as their port / pin designations are very similar, it isn't the case when going from one manufacturer to another.

Port A Bit 2 may be available to use on your Nano but Flowcode is telling you that this Port and / or Bit is not available for use in the ESP.

Simply look at your ESP datasheet and choose an available Port / Bit and you should be good to go.

Hope this helps.

Regards

chipfryer27
Valued Contributor
Posts: 1684
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 374 times
Been thanked: 583 times

Re: avrdude.exe: stk500_recv(): programmer is not responding

Post by chipfryer27 »

Hi

Below is a simple chart I created to illustrate. In it I have a LED connected to Port D0 of a Nano.

Nano.jpg
Nano.jpg (116.42 KiB) Viewed 52 times

I then changed the target to an ESP. However as an ESP doesn't have a Port D it is left unconnected. All I need to do is simply assign the LED to any of the available ports the ESP does have

ESP.jpg
ESP.jpg (120.54 KiB) Viewed 52 times

Much quicker than starting again :D

Regards

andeug
Posts: 31
Joined: Thu Jan 07, 2021 1:42 pm
Location: Stockholm (SE)
Has thanked: 11 times
Been thanked: 2 times

Re: avrdude.exe: stk500_recv(): programmer is not responding

Post by andeug »

Ah, ok, got it now... so that information message was just something in case I migrate between Arduino and ESP32. It's more like a feature and not a bug. :idea:

chipfryer27
Valued Contributor
Posts: 1684
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 374 times
Been thanked: 583 times

Re: avrdude.exe: stk500_recv(): programmer is not responding

Post by chipfryer27 »

Yep

Pretty much it :D

Post Reply