Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By kenn
#18214
anakod wrote:kenn, Espressif LWIP have some stranges, but main thing what I was improved TCP connection now.
Working great, please try to update Sming. I checked on last SDK, but it shouldn't be important.


I've updated to v2.05 of CHERTS SDK, and I got your latest version of the sming files... I compiled HttpServer_Bootstrap and it works great!

Thanks for these improvements. :)
User avatar
By nitrokart
#18547 Hi,

I'm getting an error on eclipse that I don't know how to fix...

It can't import pyserial... However if I run the esptool from the terminal flashes nicely!
(Running the same command as showed on eclipse console(as below)...)

Can you help me??

I've followed the instructions on git hub...
I'm running Mac OS X 10.10

01:00:33 **** Build of configuration Sming for project HttpServer_Bootstrap ****
make flash
/opt/esp-open-sdk/esptool/esptool.py -p /dev/tty.usbserial-A6008j9X -b 115200 write_flash 0x00000 out/firmware/eagle.flash.bin 0x9000 out/firmware/eagle.irom0text.bin 0x3C000 out/firmware/spiff_rom.bin
Traceback (most recent call last):
File "/opt/esp-open-sdk/esptool/esptool.py", line 22, in <module>
import serial
ImportError: No module named serial
make: *** [flash] Error 1

Thanks in advance!
User avatar
By alonewolfx2
#18753
nitrokart wrote:Hi,

I'm getting an error on eclipse that I don't know how to fix...

It can't import pyserial... However if I run the esptool from the terminal flashes nicely!
(Running the same command as showed on eclipse console(as below)...)

Can you help me??

I've followed the instructions on git hub...
I'm running Mac OS X 10.10

01:00:33 **** Build of configuration Sming for project HttpServer_Bootstrap ****
make flash
/opt/esp-open-sdk/esptool/esptool.py -p /dev/tty.usbserial-A6008j9X -b 115200 write_flash 0x00000 out/firmware/eagle.flash.bin 0x9000 out/firmware/eagle.irom0text.bin 0x3C000 out/firmware/spiff_rom.bin
Traceback (most recent call last):
File "/opt/esp-open-sdk/esptool/esptool.py", line 22, in <module>
import serial
ImportError: No module named serial
make: *** [flash] Error 1

Thanks in advance!

have you pyhton on your system? is your serial driver installed? also you can use gitter chat for quick response.