Actions

Flashing the AVR through Wifi

From Just in Time

Revision as of 17:45, 1 January 2017 by Danny (talk | contribs) (Created page with "==Wifi flashing through ESP8266== After a long search and many discarded ideas, [http://hackaday.com/2015/09/18/transparent-esp8266-wifi-to-serial-bridge/ this hackaday page]...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Wifi flashing through ESP8266

After a long search and many discarded ideas, this hackaday page points to esp-link, an esp8266 firmware dedicated to providing a transparent wifi-serial bridge.

This page lists available esp8266 modules. I've got an esp-01 (and several esp-03s).

The tool esptool is documented here. This page also explains how to connect the gpio pins to get the device into serial programming mode. Notably:

  • GPIO0 to GND to select serial bootloader.
  • GPIO2 to Vcc using a resistor
  • GPIO15 is already pulled low on the module (apparently)


Discarded Ideas

  • bluetooth (HC05) appears too unreliable