OTA for ESP8266

1,833 views
Skip to first unread message

Di Maio, Dario

unread,
Oct 11, 2015, 1:30:54 PM10/11/15
to sou...@googlegroups.com

Hi, there is a branch with support for OTA for ESP8266 through IDE have a try and share your feedback.

The example if for LYT bulb but can be used for any ESP8266 module. It allow first configuration of IP address through WebConfig and then upload of new sketches over the air.

Regards,
Dario

From Mobile.

Juan Pinto

unread,
Oct 11, 2015, 1:50:50 PM10/11/15
to souliss
This will be a good way to update our nodes.

Regards

Di Maio, Dario

unread,
Oct 11, 2015, 2:39:31 PM10/11/15
to sou...@googlegroups.com

It works in the Arduino Yun way, so is quite easy to use.

Dario.

From Mobile.

--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/1ded361a-4708-4c88-8799-d0e34a4f05ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Marcolino

unread,
Oct 11, 2015, 3:46:50 PM10/11/15
to souliss
HI just did it with Ciseco Radio, and is awesome to have in ESP module

Di Maio, Dario

unread,
Oct 11, 2015, 3:48:58 PM10/11/15
to sou...@googlegroups.com

Would be nice if some could have a try.

Dario.

From Mobile.

On 11 Oct 2015 21:46, "Marcolino" <marco.p...@gmail.com> wrote:
HI just did it with Ciseco Radio, and is awesome to have in ESP module

--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.

Marco Pozzuolo

unread,
Oct 11, 2015, 4:50:38 PM10/11/15
to sou...@googlegroups.com
give me all info and I'll give a try


-----------------------------------------------------------------------------------------------------------------
Marco Pozzuolo
PS. Realizzo PCB artigianali con piste stagnate.

--
You received this message because you are subscribed to a topic in the Google Groups "souliss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/souliss/fyK6VH8tAHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to souliss+u...@googlegroups.com.

To post to this group, send email to sou...@googlegroups.com.

Di Maio, Dario

unread,
Oct 11, 2015, 4:53:30 PM10/11/15
to sou...@googlegroups.com

Nothing special, there is a sketch for LYT bulb that can be used for every ESP8266, you just need three more lines of code to enable OTA.

First load a sketch with OTA support via serial, then you will be able to upload a new sketch selecting OTA instead of Serial via the IDE.

You need the code from the esp8266_ota branch.

Dario.

From Mobile.

Di Maio, Dario

unread,
Oct 13, 2015, 6:30:47 AM10/13/15
to sou...@googlegroups.com
For who has ESP8266 with 1MByte of FLASH, you can try WebConfig_OTA example from last branch

Load this sketch via Serial, selecting 1 M (64 K SPIFFS) then you can configure the node via WebConfig as usual and once connected to your local network you can select OTA in the Programming mode of the IDE and you will see the node with its IP address.

From this time you can upload any new sketch via OTA, using the wenconfig as base sketch.

Have a try and let me know,
Dario.

Juan Pinto

unread,
Oct 13, 2015, 11:48:51 AM10/13/15
to sou...@googlegroups.com
We need to update the ESP8266/Arduino with the last staging version too right?
 
I don' find the example you said :S
 
 
If I have some time I'll test this week.
 
Regards and Ty
 

--
You received this message because you are subscribed to a topic in the Google Groups "souliss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/souliss/fyK6VH8tAHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.

Di Maio, Dario

unread,
Oct 13, 2015, 2:25:53 PM10/13/15
to sou...@googlegroups.com

Yes you need the latest staging core, the example to follow is WebConfig_OTA in zeroconfig folder.

Dario.

From Mobile.

You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.

To post to this group, send email to sou...@googlegroups.com.

Juan Pinto

unread,
Oct 13, 2015, 2:44:37 PM10/13/15
to souliss
Ok, I updated to the last staging core to solve the bug with PWM so I'll try to load your example this night to make the first OTA update on Souliss :) 
 
Regards.

Juan Pinto

unread,
Oct 13, 2015, 5:56:54 PM10/13/15
to souliss
Let me say Thank You again Dario! :P Very fast integration and good work too :) Its working!! :P

Tomorrow I'll inform to the spanish community and if I have some time we make a tutorial with some screenshots.

This is the BEST way to update our nodes for sure!

Regards

Di Maio, Dario

unread,
Oct 13, 2015, 6:03:52 PM10/13/15
to sou...@googlegroups.com

Report here your steps, because isn't working with me :(

Could you please check if the Souliss access point turns off once the configuration is done?

Dario.

From Mobile.

Juan Pinto

unread,
Oct 13, 2015, 6:18:17 PM10/13/15
to souliss
Ok, Arduino 1.6.4, the last core from staging and your OTA branch.
-First I've an error on compilation, python.exe not found (I added to the windows path)
-Then I loaded your example normally via COM port.
-When I configured the node Network the AP is OFF
-Next I changed the Serial Option to OTA on Arduino IDE and on Port I see the COM ports and the Network ones, I selected here the ESP device (it gives the IP too)
-Click to Load on Arduino IDE and DONE.

Maybe you need to close and open the IDE again if in the port config you don't see the device.

Regards

Di Maio, Dario

unread,
Oct 13, 2015, 6:24:00 PM10/13/15
to sou...@googlegroups.com
May you please test the last commit in friariello? (I'm deleting the esp8266_ota branch and merging it in friariello).

Thanks,
Dario.

Juan Pinto

unread,
Oct 13, 2015, 6:44:31 PM10/13/15
to souliss
Its working too. :)

Regards

Di Maio, Dario

unread,
Oct 13, 2015, 6:46:26 PM10/13/15
to sou...@googlegroups.com

That's great, I wasn't able to get the OTA working, but you and the guys at Authometion got it working and this is good.

The actual code in friariello will be tagged as v7.1 in the next day and released in the Library Manager.

Dario.

From Mobile.

Juan Pinto

unread,
Oct 13, 2015, 7:40:56 PM10/13/15
to souliss
Ok, but what's your problem? I want to help you for first time! (I guess) :P xD

Regards

Di Maio, Dario

unread,
Oct 14, 2015, 2:25:53 AM10/14/15
to sou...@googlegroups.com

I don't know yet, my node is not sending mDNS request or my firewall is stopping those request.

I need to try with a different PC and router. Which OS are you running?

Dario.

From Mobile.

Di Maio, Dario

unread,
Oct 14, 2015, 7:25:42 AM10/14/15
to sou...@googlegroups.com
Hi Juan,

could you please crosscheck the steps in this tutorial?

I think that is time to add the OTA steps to the ESP8266 programming tutorial also.

Dario.

Juan Pinto

unread,
Oct 14, 2015, 9:29:23 AM10/14/15
to sou...@googlegroups.com
Hi Dario, Im using an old XP laptop, I'll try again in a few days with W10.
 
The steps are ok.
 
Regards

Antonino Fazio

unread,
Oct 26, 2015, 9:57:43 PM10/26/15
to souliss
I'm using this sketch: https://github.com/mcbittech/souliss-smart-thermostat-WiFi/blob/master/e05_ESP8266_SST_webconf/e05_ESP8266_SST_webconf.ino

and OTA don't work.
I can see port: souliss at: 192.168.1.130 (Generic ESP8266 Module)
but sometime it disappeare.

The upload don't work from IDE, and also if I run command from shell I receive same error:
python.exe C:\Users\Antonio\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266\1.6.5-1160-gef26c5f/tools/espota.py -i 192.168.1.130 -p 8266 -f C:\Users\Antonio\AppData\Local\Temp\build2101206831125848105.tmp/e05_ESP8266_SST_webconf.cpp.bin 

02:37:55 [ERROR]: No response from device


With standard e02_WebConfig_OTA the upload sometime started but it is freezed aftew a few seconds.

Any idea?


Note: 
C:\Users\Antonio>python --version
Python 2.7.10


Tonino

Di Maio, Dario

unread,
Oct 27, 2015, 2:16:28 AM10/27/15
to sou...@googlegroups.com

Are you compiling nodes at 80 Mhz? Looks a timing ptoblem.

Dario.

From Mobile.

--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.

Flavio P.

unread,
Oct 27, 2015, 3:07:56 AM10/27/15
to sou...@googlegroups.com
Ciao Tonino,
can be that the problem are generated by the big sketch?
OTA probably cannot respect the timing, there is a timeout? can you change it?

--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
P ********* Consideriamo l'ambiente prima di stampare questa e-mail *** Think about environment before printing *********
Il contenuto di questo messaggio e-mail è privato e riservato al solo destinatario. L'utilizzo non autorizzato può costituire reato. Se ricevuto erroneamente siete pregati di cancellarlo e comunicarci via e-mail l'errata ricezione.

Antonino Fazio

unread,
Oct 27, 2015, 5:07:41 AM10/27/15
to souliss
Generally I compile at 160MHz, but also a 80MHz I have problems.

I also erased EEPROM with sketch erase_ZeroConf.ino, modified for ESP and reconfigured node.

Nothing.
Today my IDE cannot see ip port :(

From Fing I see node at 192.168.1.130, but it initially appear instable, sometime disappear and is unreachable to ping.

C:\Users\Antonio>ping 192.168.1.130
Esecuzione di Ping 192.168.1.130 con 32 byte di dati:
Richiesta scaduta.
Richiesta scaduta.
Risposta da 192.168.1.130: byte=32 durata=1127ms TTL=255
Risposta da 192.168.1.130: byte=32 durata=385ms TTL=255

From Fing, on smartphone, 10/15% of packet lost.

Boh.
Senza-titolo-1.jpg

Di Maio, Dario

unread,
Oct 27, 2015, 5:53:52 AM10/27/15
to sou...@googlegroups.com
Which is the FLASH size of your module? The 1 M (64K) selection is for ESP-03 included in LYT8266, but for other ESP module you should use a different selection.

The Olimex module has 2 or 4 M, but there is a selection for that board in the menu.

Dario.

--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.

Juan Pinto

unread,
Oct 27, 2015, 11:39:25 AM10/27/15
to sou...@googlegroups.com
I think isn't a problem with the OTA update, this ping take's too long :P can you put the ESP module closer to your WIFI and try again?
 
btw you can change the channel on your wifi router to get better wifi connection.
 
Regards
 
 
 

--
You received this message because you are subscribed to a topic in the Google Groups "souliss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/souliss/fyK6VH8tAHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to souliss+u...@googlegroups.com.

To post to this group, send email to sou...@googlegroups.com.

Antonino Fazio

unread,
Oct 27, 2015, 8:07:53 PM10/27/15
to souliss
Nothing.
I changed channel to my home wifi, but isn't there the problem.

With Thermostat Sketch the ping is always very slow.
Today I cannot see the port, but after windows reboot is ok, and I see the IP port.

I tried with various Flash Sizes, but I always get error:

00:46:37 [ERROR]: No response from device


Juan Pinto

unread,
Oct 27, 2015, 8:15:46 PM10/27/15
to sou...@googlegroups.com
Wait, I have some problems with T31, looking at the LOG I get a loop that isn't solved yet, seems to be a problem with deadband and this causes the node works slowly and maybe this is why your OTA update isn't working ok, can you test it with the basic OTA example? (you'll need to load the sketch via USB if OTA isn't working)


Sometimes I get this error too, but with a power reset of the node it works again. 

Hope this help you :P

Regards

--
You received this message because you are subscribed to a topic in the Google Groups "souliss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/souliss/fyK6VH8tAHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.

Juan Pinto

unread,
Oct 27, 2015, 8:21:07 PM10/27/15
to sou...@googlegroups.com
Sorry, I don't know if its explained well (fu**ng spanish school xD)

If you try with this example and you get a good ping and you are able to upload sketches probably you have the same problem with T31 that I've posted on the comment before.

Regards

Tonino Fazio

unread,
Oct 27, 2015, 8:40:17 PM10/27/15
to sou...@googlegroups.com
Yes, I tested it.
The ping is better but it don't work.
Sometime (not today) started Upload .... (a few point) and stop.
Tonino Fazio
> https://groups.google.com/d/msgid/souliss/CAN5yH6Fm9Cuckgeu%2BhVmnyA0e6vmJ5EYW20dT1rxrYwzvMpaWQ%40mail.gmail.com.

Juan Pinto

unread,
Oct 27, 2015, 8:47:27 PM10/27/15
to sou...@googlegroups.com
Its strange :S 

Still with: 00:46:37 [ERROR]: No response from device ?

Have tried to reset the node before upload?

Maybe its a problem with the power source, how you power the ESP?

Regards

Electroguard

unread,
Oct 27, 2015, 8:49:27 PM10/27/15
to souliss
I have been getting the same problem and error msg. I can do the web config ok, and eventually (after a frustrated power-off reset) the device IP is eventually available in the ide port window, but when I select it and try to upload, it quickly bombs with a no response from device error.

Do the specified OTA settings for the ESP-03 also apply to the ESP-12E ?


Robin.

Juan Pinto

unread,
Oct 27, 2015, 9:07:57 PM10/27/15
to sou...@googlegroups.com
Am working with ESP12E and uploads well, I have 3 nodes running with OTA.

Regards

--
You received this message because you are subscribed to a topic in the Google Groups "souliss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/souliss/fyK6VH8tAHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.

Tonino Fazio

unread,
Oct 27, 2015, 9:21:26 PM10/27/15
to sou...@googlegroups.com
Now....

Uploading..................02:19:12 [ERROR]:
Error Uploading

I think that the problem slow ping.
But also e02_WebConfig_OTA.ino don't work for me :(
Tonino Fazio
> https://groups.google.com/d/msgid/souliss/CAN5yH6H0Dt4GRYGhnZ3%3Dnp5iFt%3D1LEgyuRALpXXXE6Se5qXhtA%40mail.gmail.com.

Di Maio, Dario

unread,
Oct 28, 2015, 2:31:07 AM10/28/15
to sou...@googlegroups.com

We should report this problem in the issues of the esp8266 cores or check if other people are affected.

Ensure that you have firewall disabled on your PC.

Dario.

From Mobile.

Tonino Fazio

unread,
Oct 28, 2015, 5:59:00 AM10/28/15
to sou...@googlegroups.com
Yes, I think, because sometime upload start.
Tonino Fazio
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "souliss" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/souliss/fyK6VH8tAHw/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> souliss+u...@googlegroups.com.
> To post to this group, send email to sou...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/souliss/CAKGhMPKgp%3D4O_yKkCR8A8ZDvyx%2B0DFp6F3H1HW6u%3D0aKNV7wcQ%40mail.gmail.com.

Heleno

unread,
Oct 28, 2015, 8:11:45 AM10/28/15
to souliss
I had the same error with ESP-01 to I only worked with ESP-12.

Omar Gimenez

unread,
Nov 10, 2015, 7:00:28 PM11/10/15
to souliss
Hello, the same 

ERROR : No response from device


El domingo, 11 de octubre de 2015, 14:30:54 (UTC-3), Dario Di Maio escribió:

Hi, there is a branch with support for OTA for ESP8266 through IDE have a try and share your feedback.

The example if for LYT bulb but can be used for any ESP8266 module. It allow first configuration of IP address through WebConfig and then upload of new sketches over the air.

Regards,
Dario

From Mobile.

Di Maio, Dario

unread,
Nov 29, 2015, 6:43:04 AM11/29/15
to sou...@googlegroups.com

Juan Pinto

unread,
Nov 30, 2015, 9:51:30 AM11/30/15
to sou...@googlegroups.com
Thanks for sharing :P Will be good add an option on the webinterface to update nodes with .bin files :P
 
Regards

--
You received this message because you are subscribed to a topic in the Google Groups "souliss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/souliss/fyK6VH8tAHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.

Juan Pinto

unread,
Dec 1, 2015, 7:31:38 PM12/1/15
to souliss
Ok, I worked a bit with the new Webinterface OTA update and its done, I tested with the code on my git, but you just need to add:

#include <ESP8266HTTPUpdateServer.h>
const char* host = "esp8266-webupdate";  //This can be changed or access directly via IP/update on the browser.
ESP8266HTTPUpdateServer httpUpdater
;


and on the setup():

    MDNS.begin(host);
    httpUpdater
.setup(&server);
    MDNS
.addService("http", "tcp", 80);

Now we can update nodes just with a bin file!!

Regards!

El lunes, 30 de noviembre de 2015, 15:51:30 (UTC+1), Juan Pinto escribió:
Thanks for sharing :P Will be good add an option on the webinterface to update nodes with .bin files :P
 
Regards
2015-11-29 12:43 GMT+01:00 Di Maio, Dario <dario....@souliss.net>:

--
You received this message because you are subscribed to a topic in the Google Groups "souliss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/souliss/fyK6VH8tAHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to souliss+unsubscribe@googlegroups.com.

To post to this group, send email to sou...@googlegroups.com.

Juan Pinto

unread,
Dec 1, 2015, 7:50:45 PM12/1/15
to souliss
I precipitate xD now OTA don't work, I'll take a look and let you know, but I think it's easy to integrate this.

Regards

Di Maio, Dario

unread,
Dec 2, 2015, 1:17:01 AM12/2/15
to sou...@googlegroups.com

Nice :)

From Mobile.

On 2 Dec 2015 01:50, "Juan Pinto" <juanp...@gmail.com> wrote:
I precipitate xD now OTA don't work, I'll take a look and let you know, but I think it's easy to integrate this.

Regards

El miércoles, 2 de diciembre de 2015, 1:31:38 (UTC+1), Juan Pinto escribió:
Ok, I worked a bit with the new Webinterface OTA update and its done, I tested with the code on my git, but you just need to add:

#include <ESP8266HTTPUpdateServer.h>
const char* host = "esp8266-webupdate";  //This can be changed or access directly via IP/update on the browser.
ESP8266HTTPUpdateServer httpUpdater
;


and on the setup():

    MDNS.begin(host);
    httpUpdater
.setup(&server);
    MDNS
.addService("http", "tcp", 80);

Now we can update nodes just with a bin file!!

Regards!

El lunes, 30 de noviembre de 2015, 15:51:30 (UTC+1), Juan Pinto escribió:
Thanks for sharing :P Will be good add an option on the webinterface to update nodes with .bin files :P
 
Regards
2015-11-29 12:43 GMT+01:00 Di Maio, Dario <dario....@souliss.net>:

--
You received this message because you are subscribed to a topic in the Google Groups "souliss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/souliss/fyK6VH8tAHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to souliss+u...@googlegroups.com.

To post to this group, send email to sou...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.

To post to this group, send email to sou...@googlegroups.com.

Juan Pinto

unread,
Dec 2, 2015, 10:03:39 AM12/2/15
to sou...@googlegroups.com
I think OTA isn't working with our code from Souliss, some things has changed on the v2 of the core, can you take a look? I get No Answer from Arduino IDE.
 
Regards

Di Maio, Dario

unread,
Dec 2, 2015, 10:19:37 AM12/2/15
to sou...@googlegroups.com

Not yet, core v2 are not supported. In the wiki there is the list of supported cores.

OTA works fine with supported staging core.

Dario.

From Mobile.

Juan Pinto

unread,
Dec 2, 2015, 10:30:40 AM12/2/15
to sou...@googlegroups.com
You're right, here at the bottom is:
 
Sorry, I don't readed this before update core :S
 
But the node and Souliss are working well! just fails on the OTA side.
 
I downloaded core v2 rc2 and Im working with Arduino IDE 1.6.4 (I can try with 1.6.5 in a few hours)
 
Regards

Juan Pinto

unread,
Dec 2, 2015, 11:13:18 AM12/2/15
to sou...@googlegroups.com
Ok, I'll keep testing the v2 r2 with webupdate OTA until we can use both ways on the v2, I readed again your previous link: https://github.com/esp8266/Arduino/blob/master/doc/ota_updates/ota_updates.md
and yes, here is the Requeriment: Classic OTA: Arduino IDE 1.6.5 and 1.6.5-947-g39819f0 (of July 23, 2015) or 1.6.5-1160-gef26c5f (of Sep 30, 2015)
 
One more thing about the OTA update, I suggest to add the hostname (now "souliss") configurable on the sketch (and on the webinterface on the future).
 
This can help us to select the node on Arduino IDE when we've more than one node and we use DHCP (we don't know what IP the node have)
 
Regards

Di Maio, Dario

unread,
Dec 2, 2015, 4:01:23 PM12/2/15
to sou...@googlegroups.com

Let me know if things will continue to work well with the new cores.

We can define the OTA name inSketch, is not a problem.

Dario.

From Mobile.

Juan Pinto

unread,
Dec 3, 2015, 10:34:46 AM12/3/15
to souliss
Ok, am working on it, for now with Classic OTA I get No Answer, but I can update the node via webupdate on IP/update webpage and uploading a .bin file.
 
I saw the Mero's pull request and am working to add it on the webconfig, am doing some commit on my git.
 
Regards

Domenico Carvetta

unread,
Dec 5, 2015, 6:11:45 AM12/5/15
to souliss
Antonino, Heleno, & others people,

have you fixed the OTA upload issue ( [ERROR]: No response from device ) ?
I have same problem and I don't know how to fix it.
PS: I tried all the stuff available without success !!
:-(



Marko S

unread,
Dec 5, 2015, 12:05:16 PM12/5/15
to souliss
Would it be possible in webinterface for ESP8266 also to show values of all the sensors around on all the nodes?  I was reading that webpage interfaces wiki page, would be nice if some screenshots would be there to see how each one looks like.

Dne sobota, 05. december 2015 12.11.45 UTC+1 je oseba Domenico Carvetta napisala:

Domenico Carvetta

unread,
Dec 6, 2015, 6:55:23 AM12/6/15
to souliss
HI dear Juan,
what do you mean about this issue ?
I have same problem than others,and I don't know how to fix it.
>>> [ERROR]: No response from device )
I would appreciate any ideas!!

Juan Pinto

unread,
Dec 6, 2015, 10:03:40 AM12/6/15
to sou...@googlegroups.com
Im working with v2 of the core, so Classic OTA don't work, Im updating the nodes via webinterface now.

Regars

--
You received this message because you are subscribed to a topic in the Google Groups "souliss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/souliss/fyK6VH8tAHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.

Domenico Carvetta

unread,
Dec 6, 2015, 10:44:31 AM12/6/15
to souliss
Hi Juan,
could you please help me/us to have the v2 of the core?
You said that you are updating the nodes via webinterface now, but not via Over The Air ?
I didn't understand it, sorry!

Juan Pinto

unread,
Dec 6, 2015, 10:54:12 AM12/6/15
to sou...@googlegroups.com
Read this posted before by Dario:

I added the option to update the node via IP/update webpage uploading a bin.

Regards

--
You received this message because you are subscribed to a topic in the Google Groups "souliss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/souliss/fyK6VH8tAHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.

domenico carvetta

unread,
Dec 6, 2015, 2:21:48 PM12/6/15
to sou...@googlegroups.com
One question:
did you use Classic OTA or Arduino OTA ? Which one ?


Juan Pinto

unread,
Dec 6, 2015, 7:31:46 PM12/6/15
to sou...@googlegroups.com

2015-12-06 20:21 GMT+01:00 domenico carvetta <carvetta...@gmail.com>:
One question:
did you use Classic OTA or Arduino OTA ? Which one ?


--
You received this message because you are subscribed to a topic in the Google Groups "souliss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/souliss/fyK6VH8tAHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.

Juan Pinto

unread,
Dec 6, 2015, 7:32:06 PM12/6/15
to sou...@googlegroups.com
2015-12-06 20:21 GMT+01:00 domenico carvetta <carvetta...@gmail.com>:
One question:
did you use Classic OTA or Arduino OTA ? Which one ?


--
You received this message because you are subscribed to a topic in the Google Groups "souliss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/souliss/fyK6VH8tAHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.

Marko S

unread,
Dec 7, 2015, 2:38:13 AM12/7/15
to souliss
Juan is there any chance that sensor data would be displayed also on this esp8266 webpage.

Dne ponedeljek, 07. december 2015 01.32.06 UTC+1 je oseba Juan Pinto napisala:

Di Maio, Dario

unread,
Dec 7, 2015, 2:44:47 AM12/7/15
to sou...@googlegroups.com

Is generally possible, but the webpage is actually designed for configuration use only.

There are many example of webservers for Arduino that can be used with ESP8266.

Dario.

From Mobile.

Marko S

unread,
Dec 7, 2015, 9:16:20 AM12/7/15
to souliss
It would be nice if a sensor-webinterface for ESP8266 was part of official Souliss. Should I open issue on github?

Dne ponedeljek, 07. december 2015 08.44.47 UTC+1 je oseba Dario Di Maio napisala:

MeroFilosofo

unread,
Dec 7, 2015, 11:23:13 AM12/7/15
to souliss
There are many solutions for doing that with a better interface that the low space in the arduino/ESP can give you, emoncms.org is the best, also you have openhab or make a little web in localhost with ajax calls to zoziarello for getting values, you can host all in a simple Raspberry Pi Zero (5$) 

ReMaking a work that is done better without getting it better is a wasted effort.

Here you have a simple webserver that serve values of analog inputs, with a simple changes you can make works with souliss.
http://www.instructables.com/id/ServDuino-Arduino-Webserver/?ALLSTEPS of course you need a SD with his shield for de files!!!! (raspberry pi zero is a better and cheaper)

Juan Pinto

unread,
Dec 7, 2015, 12:10:09 PM12/7/15
to sou...@googlegroups.com
Am agree with Mero, Im actually uploading data from the node to emoncms with a simple function, and this data be can viewed from a link, It have a lot of options and its a nice interface. If I have some time I'll make a tutorial with the function and some screenshots from my emoncms.

Regards

 






--
You received this message because you are subscribed to a topic in the Google Groups "souliss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/souliss/fyK6VH8tAHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.

Marko S

unread,
Dec 7, 2015, 4:48:55 PM12/7/15
to souliss
I agree with both of you, pi zero is the best option for the job. Thanks for the explanation!

Wow this emoncms looks really nice, especially like the dark theme. Would love to see some screenshots from your setup Juan!

BTW are you guys also data-logging the gathered data, what do you use for that?


Dne ponedeljek, 07. december 2015 18.10.09 UTC+1 je oseba Juan Pinto napisala:

Juan Pinto

unread,
Dec 7, 2015, 5:38:20 PM12/7/15
to sou...@googlegroups.com
Yes, here a set of widgets:


And here you can see a comparative of various sensors on a multigraph:

Regards

Marko S

unread,
Dec 8, 2015, 3:16:28 AM12/8/15
to souliss
If I wanted a dark gray background for example, where would i change that :). How does your example "code" loook like?

Dne ponedeljek, 07. december 2015 23.38.20 UTC+1 je oseba Juan Pinto napisala:

Di Maio, Dario

unread,
Dec 8, 2015, 4:37:21 AM12/8/15
to sou...@googlegroups.com

Hi Marko,

please open a dedicated topic, so that will be easier for other users to track the discussion.

Regards,
Dario.

From Mobile.

You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.

To post to this group, send email to sou...@googlegroups.com.

Marko S

unread,
Dec 8, 2015, 11:15:45 AM12/8/15
to souliss
Will do, sorry for the off-topic.

Dne torek, 08. december 2015 10.37.21 UTC+1 je oseba Dario Di Maio napisala:

Mikhail Lukyanov

unread,
Mar 29, 2018, 11:45:41 AM3/29/18
to souliss
Hello everybody!
Sorry to thumbing up old thread, but I've searched all this group but haven't found more suitable place.
I start learning Souliss wiki, now I've got vNet article and one question was born in may mind. Is it possible to update ESP8266 OTA over vNet? Assuming vNet configured just using Layer 2 transport protocol.

воскресенье, 11 октября 2015 г., 20:30:54 UTC+3 пользователь Dario Di Maio написал:

Hi, there is a branch with support for OTA for ESP8266 through IDE have a try and share your feedback.

The example if for LYT bulb but can be used for any ESP8266 module. It allow first configuration of IP address through WebConfig and then upload of new sketches over the air.

Regards,
Dario

From Mobile.

Reply all
Reply to author
Forward
0 new messages