Search found 9 matches

by Charly86
06 Jan 2016, 14:52
Forum: ESP Easy: Software
Topic: Arduino ESP Core 2.0.0. release
Replies: 18
Views: 15182

Re: Arduino ESP Core 2.0.0. release

Just to let you know I'm always using latest git from Arduino-esp8266 (so newer than 2.0.0) and it does not compile with IDE 1.6.7 and compile/works fine with 1.6.5 just for information here the log output from 1.6.7 IDE S:\Skydrive\devt\esp8266\ESPEasy\ESPEasy.ino: In function 'void setup()': ESPEa...
by Charly86
14 Nov 2015, 02:14
Forum: ESP Easy: Software
Topic: ESP Easy Releases
Replies: 345
Views: 295348

Re: ESP Easy Releases

Great,
sorry about that, I took most of the code for calculation from the datasheet as is.
by Charly86
15 Oct 2015, 14:24
Forum: ESP Easy: Software
Topic: ESP Easy Releases
Replies: 345
Views: 295348

Re: ESP Easy Releases

Hi guys, just wondering if any of you would be interested to have firmware update from the WebUI using HttpUpdate from OTA sample of Arduino ESP8266 ? I think is should be easy to integrate. About firmware size, may be we can play with the #define PLUGIN_xxx to remove the one not needed. I think it ...
by Charly86
13 Oct 2015, 05:48
Forum: ESP Easy: Software
Topic: ESP Easy Releases
Replies: 345
Views: 295348

Re: ESP Easy Releases

Martinus, you're welcome!

Another one R38 has TSL2561 I2C Luminosity sensor (If pull request is accepted)
See request here https://github.com/ESP8266nu/ESPEasy/pull/7
by Charly86
12 Oct 2015, 04:34
Forum: ESP Easy: Software
Topic: ESP Easy Releases
Replies: 345
Views: 295348

Re: ESP Easy Releases

R37 has SI7021 I2C Temp/Hum sensor support (If pull request is accepted)
See request here https://github.com/ESP8266nu/ESPEasy/pull/6
by Charly86
12 Oct 2015, 04:32
Forum: ESP Easy: Software
Topic: French Elec Counter : Teleinformation
Replies: 8
Views: 8151

Re: French Elec Counter : Teleinformation

I've done a SI7021 plugins, looking at the very well writed code of ESPEasy, see http://www.esp8266.nu/forum/viewtopic.p ... 7021#p1265

So now, I think It can be easy to add teleinfo, I'm waiting from core to be updated to be able managing serial plugins ;)
by Charly86
12 Oct 2015, 04:25
Forum: ESP Easy: Software
Topic: SI7021 Plugins [done]
Replies: 1
Views: 3410

Re: SI7021 Plugins

Ok it's done on plugins 14
waiting for pull request to be merged :D
https://github.com/ESP8266nu/ESPEasy/pull/6
by Charly86
11 Oct 2015, 22:31
Forum: ESP Easy: Software
Topic: SI7021 Plugins [done]
Replies: 1
Views: 3410

SI7021 Plugins [done]

Hi guys, First of all, I would like to thanks for this great job, this is exactly what I wanted to do and I found it, very nice ;-) I would like to implement I2C SI7021 Temp/Humidity sensor plugin. How can I define my plugins number ? 14 seems the 1st one free but do I need to reserve one ? thanks f...