Skip to content

Adapter for remote programming an arduino via WiFi with the ESP8266

Notifications You must be signed in to change notification settings

dima-ch/esp-ftdi

Repository files navigation

esp-ftdi

Adapter for remote programming an arduino via WiFi with the ESP8266

ESP8266 firmware https://github.com/beckdac/ESP8266-transparent-bridge

Flash script:

#!/bin/bash

HEXILE="firmware.hex"
ADDRESS=x.x.x.x
BAUD=57600

echo "+++AT BAUD $BAUD" | nc $(ADDRESS) 23
echo "+++AT GPIO2 1" | nc $(ADDRESS) 23
echo "+++AT GPIO2 0" | nc $(ADDRESS) 23
avrdude -P net:$(ADDRESS):23 -F -U flash:w:$(HEXILE):i

About

Adapter for remote programming an arduino via WiFi with the ESP8266

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published