Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By anakod
#20833
This is the url it fails on

thehans, looks like source forge was in down some time. You can try agin.

I am using smartconfig example and esp_mqtt to allow my mobile app to set ssid and pwd easily, it works. esp_mqtt also works, I can send mqtt publish subscribe successfully to 2lemetry. But I am having trouble combining them together. If Sming can make them work together easier, it would be interesting

Bontor Humala, yes it can (in few lines of code). Please look examples: MqttClient_Hello and Basic_SmartConfig.

You can also can be interested in Web interface WiFi configuration: HttpServer_ConfigNetwork
User avatar
By kenn
#20999 Hi all,

As I've done several times before, I've updated my sming directory (PULL from github). I'm trying the new example "HttpServer_Websockets" - it builds ok, except for the following (make log):

Code: Select allChecking for spiffs files
files directory exists. Creating spiff_rom.bin
/bin/sh: line 2: spiffy: command not found
mv: cannot stat `spiff_rom.bin': No such file or directory
make: *** [out/firmware/spiff_rom.bin] Error 1


I'm using CHERTS dev environment on Win 8.

I found "spiffy.exe" tucked into the NodeLua project, and cloned it to the \Espressif\utils\ folder, but it still can't seem to find it. Before I start doing makefile path surgery, can any of you tell me the best place to place spiffy.exe and which if any path to check and alter?

Thanks :)