JEELABS

esp-link

System overview

Info

The JeeLabs meta-id firmware bridges the ESP8266 serial port to WiFi and can program microcontrollers over the serial port, in particular Arduinos, AVRs, and NXP's LPC800 and other ARM processors. Typical avrdude command line to program an Arduino:

/home/arduino/hardware/tools/avrdude \
  -DV -patmega328p \
  -Pnet:meta-id.local:23 \
  -carduino -b115200 \
  -U flash:w:my_sketch.hex:i\
  -C /home/arduino/hardware/tools/avrdude.conf

where -Pnet:meta-id.local:23 tells avrdude to connect to port 23 of meta-id. You can substitute the IP address of your meta-id for meta-id.local if necessary. Please refer to the online README for up-to-date help.

Pin assignment

System details