-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is possible burn the firmware? #829
Comments
If I use TX/RX of a SparkFun's LLC, for 3.3 V, perhaps it works with SDIO, SPI or I²C. But this do not implies it have UART support, is not? Update
|
You could use a voltage divider on the 5V TX uart to the 3.3V RX on ESP8266, also a simple resistor in series (1k) may work, due to the contention of the latch-up protection diode inside the ESP8266 chip. (which will limit the voltage to 3.3V + Vd) |
Let's see if I understand. These solutions do not cause ripple because of a latch-up protection diode that there is inside the ESP8266 chip. And the speed on the UART is adaptive, right? |
Closing per #3655 . |
Sorry because this is not a project's issue. But I do not find more expert than this site.
I know that I can load sketches on ESP8266 through Arduino IDE. I also know that I can do AVR flashing using a Arduino Uno or Nano as Arduino ISP through Arduino IDE. There are specifics tutorials.
I would to know if (and how) I could do flashing of ESP8266 from an Arduino as ISP.
I'm interested in changing the FTDI converter by an Arduino Nano.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: