-->
Page 16 of 122

Re: My Espressif DevKit for Windows + Eclipse IDE

PostPosted: Thu Jan 01, 2015 3:12 pm
by Lawrence_jeff
alonewolfx2 wrote:
marcinozog wrote:Hi, yours project its very helpful. Can you add this ESP8266 transparent bridge? https://github.com/beckdac/ESP8266-transparent-bridge

I attached cip file for this project. just extract in examples folder and import with eclipse. i tried with 093 and 095 sdk its compiling. but i didnt tried on esp chip


FYI In case anyone else had trouble, maybe a newbie mistake but this didn't work for me, eclipse wouldn't import it until I changed the name in the .project file. (The file in the zip had the name of an existing project that was already present if you followed the instructions in this thread)

Re: My Espressif DevKit for Windows + Eclipse IDE

PostPosted: Thu Jan 01, 2015 3:23 pm
by alonewolfx2
Lawrence_jeff wrote:
alonewolfx2 wrote:
marcinozog wrote:Hi, yours project its very helpful. Can you add this ESP8266 transparent bridge? https://github.com/beckdac/ESP8266-transparent-bridge

I attached cip file for this project. just extract in examples folder and import with eclipse. i tried with 093 and 095 sdk its compiling. but i didnt tried on esp chip


FYI In case anyone else had trouble, maybe a newbie mistake but this didn't work for me, eclipse wouldn't import it until I changed the name in the .project file. (The file in the zip had the name of an existing project that was already present if you followed the instructions in this thread)

you can change folder name and you dont need change anything else. i tried change folder name and project name in .project file and its working fine for me.
Code: Select all22:20:43 **** Build of configuration Default for project transparentUartTcp ****
mingw32-make.exe -f C:/Espressif/examples/transparentUartTcp/Makefile all
CC driver/uart.c
CC user/server.c
CC user/user_main.c
CC user/config.c
CC user/flash_param.c
AR build/app_app.a
LD build/app.out
FW firmware/0x00000.bin
FW firmware/0x40000.bin

22:20:48 Build Finished (took 5s.320ms)

Re: My Espressif DevKit for Windows + Eclipse IDE

PostPosted: Sat Jan 03, 2015 7:36 am
by alonewolfx2
Lawrence_jeff wrote:
alonewolfx2 wrote:
marcinozog wrote:Hi, yours project its very helpful. Can you add this ESP8266 transparent bridge? https://github.com/beckdac/ESP8266-transparent-bridge

I attached cip file for this project. just extract in examples folder and import with eclipse. i tried with 093 and 095 sdk its compiling. but i didnt tried on esp chip


FYI In case anyone else had trouble, maybe a newbie mistake but this didn't work for me, eclipse wouldn't import it until I changed the name in the .project file. (The file in the zip had the name of an existing project that was already present if you followed the instructions in this thread)

Did you tried upload hex file to the arduino? I tried and i didn't upload.

Re: My Espressif DevKit for Windows + Eclipse IDE

PostPosted: Sat Jan 03, 2015 1:33 pm
by Lawrence_jeff
One additional step to the instructions that will make you life easier, add serial terminal support directly to eclipse.

http://mcuoneclipse.com/2014/03/23/seri ... se-kepler/

Following these instructions I can now compile, flash and talk to the ESP all without having to leave eclipse. Awesome - thanks OP for this thread