Description
Hello,
this is more likely a question, than issue.
I have been able to flash ESP on this board with ESP-Link. It works correctly I can configure the ESP, but I want to use it for OTA for Arduino.
I had switched the dip switch to correct position PIN 1,2 ON, others OFF.
I had tried to launch command:
~/.platformio/packages/tool-avrdude/avrdude -DV -pm328p -Pnet:192.168.100.40:23 -cstk500v1 -b115200 -U flash:w:firmware.hex:i -C ~/.platformio/packages/tool-avrdude/avrdude.conf
But it returns:
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
I had tried to „hijack“ this thread. But then I had found this blog. Where it is written:
In the ESP-Link home page, the pin assignment is not used. Only the ESP TX0/RX0 is connected to Mega 2560. If you want to use the reset pin, you have to connect the ESP GPIO to Mega 2560 Reset pin manually.
But I have tried almost every ESP gpio pin connect to reset pin on UNO, without any luck.
Can you guide me, what am I doing wrong?
Thanks,
Regards,
Petr Sourek