Page 1 of 3
Arduino Wifi Programmer
Posted:
Wed Jun 10, 2015 7:04 pm
by THLL
What are the best options for programming a arduino over wifi? attempted to do the transparent bridge but the firmware did not work right, ended up getting just a bunch of garbage no matter what buad rate (reflashed firmware multiple times)
Re: Arduino Wifi Programmer
Posted:
Wed Jun 10, 2015 11:36 pm
by cal
Moin,
That reads like you got your modules, flashed them immediately with bridge firmware and you got garbage.
Either make smaller steps talking to some AT or nodemcu firmware first or tell more what you did and what happens.
Cal
Re: Arduino Wifi Programmer
Posted:
Thu Jun 11, 2015 1:21 am
by ArnieO
@THLL: I have a working project using an ESP and transparent bridge software to program an Arduino Nano clone over Wifi from a Win7 PC. Please give some more information on your project, what works and what does not - then I might be able to guide you.
Re: Arduino Wifi Programmer
Posted:
Thu Jun 11, 2015 5:57 am
by bjpirt
I've implemented the Arduino Bootloader protocol on the ESP and in conjunction with ESP-HTTPD you can drag a hex file onto a web page and it will store it in ESP flash then flash it across to the Arduino (a Pro Mini in my case). Works pretty well! Code is here:
https://github.com/mirobot/mirobot-wifi