-->
Page 1 of 1

Re: How to use an esp8266 with arduino uno?

PostPosted: Wed Dec 16, 2020 4:09 am
by schufti
better don't (at least don't use uno for flashing)
depending on the needs of your project consider running your sketch on the ESP.
If you need the arduino, you can communicate over serial using AT commands or implement your own "communication protocol" over serial (or I2C for pros).
Depending on what "ESP8266" (ESP-01, ESP-12, etc) you have, buy a USB-serial converter for flashing.