Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By Denis Vitez
#24408 Hi guys, this is my first post here so I'm hoping I'm asking it in the right category.

My problem is as it follows:

I have a Quadcopter using Multiwii and since bluetooth is fairly limited in range I accuired two ESP8266 modules. But in order for them to work with Multiwii I require to flash my modules with following firmware:
https://github.com/beckdac/ESP8266-transparent-bridge as describet in tutorial
http://ez-gui.com/manual/multiwii-clearflight-wifi-to-ezi-gui-how-to/

To do that I would need to have two binary files:
eagle.app.v6.flash.bin
eagle.app.v6.irom0text.bin


The problem I'm having is that I can't get to successfully compile transparent bridge project or find the required binary files already compiled. I'm a C/C++ noob, and my compiling skills are very primitive. The furthest I got was recieving error from ESP Tools that I was unable to resolve.

Can someone help me with my problem please? :)