Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By lethe
#49811 With 4 I/Os for SPI, you won't have any I/Os left to control the AVR's reset line.
I'd recommend to either use an UART bootloader on the AVR (the esplink project already supports this configuration afaik) or to use a better ESP module than those crappy ESP-01s.
User avatar
By Subhajit Das
#49819
lethe wrote:With 4 I/Os for SPI, you won't have any I/Os left to control the AVR's reset line.
I'd recommend to either use an UART bootloader on the AVR (the esplink project already supports this configuration afaik) or to use a better ESP module than those crappy ESP-01s.

Well tried esplink and dosen't work cleanly.
An reset using 4 th line. 3 lines for MOSI,MISO,SCK.