Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By THLL
#20103 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)
User avatar
By cal
#20115 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
User avatar
By ArnieO
#20123 @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.
User avatar
By bjpirt
#20144 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