Search found 9 matches

by R1mon
16 Feb 2016, 20:21
Forum: ESP Easy: Software
Topic: ESP8266 Processor load
Replies: 1
Views: 2666

ESP8266 Processor load

Does anyone know what the current processing load of the ESP Easy FW is on the ESP8266? I know this is depending on the amount of devices connected and that it is 100% because the may loop is continuously running. But I mean the time spend within the timed routines. Maybe some one measured it for a ...
by R1mon
16 Feb 2016, 19:48
Forum: ESP Easy: Projects / Applications
Topic: Use capsense on ESPeasy?
Replies: 5
Views: 8043

Re: Use capsense on ESPeasy?

Capsense works fine with the ESP Easy as is. There are ICs available (as used on the TP223B post above) that do the capsense trick, just follow the datasheet and design you own PCB. Maybe some fine tuning is required based on used button cover! With the ESP just connect them to an IO and setup as a ...
by R1mon
16 Feb 2016, 19:21
Forum: ESP Easy: Software
Topic: MySensors goes ESP!!
Replies: 91
Views: 104575

Re: MySensors goes ESP!!

Thanks BertB for your version, this one is compiling and running fine!!! Only the advantage of the MySensor ESP is not clear to me anymore... I hope for better failure proof handling/indication with respect to the ESP Easy firmware. But I think this is not actually the case. When monitoring the data...
by R1mon
13 Feb 2016, 12:01
Forum: ESP Easy: Software
Topic: MySensors goes ESP!!
Replies: 91
Views: 104575

Re: MySensors goes ESP!!

@BertB,

Thanks for the PM! Apperantly I'm not allowed to respond to your PM can you send me your email so I will just email you my mail address!
by R1mon
11 Feb 2016, 18:35
Forum: ESP Easy: Software
Topic: MySensors goes ESP!!
Replies: 91
Views: 104575

Re: MySensors goes ESP!!

Thanks for the responses! But I still didn't manage to get this project running.
Maybe I using a incorrect version of the MySensors librarie else I don't know what could be wrong.....
Could someone share his portable version of this project??
by R1mon
03 Feb 2016, 21:40
Forum: ESP Easy: Software
Topic: MySensors goes ESP!!
Replies: 91
Views: 104575

Re: MySensors goes ESP!!

I have made a folder like this: C:\Tools\Arduino1.6.5.MySensors In that folder I have the following folders: - arduino-1.6.5-r5 (portable Arduino IDE with the ESP8266 package you also use) - Libraries - ESPEasyMySensors R001 (I downloaded the master from the github and renamed it to - ESPEasyMySens...
by R1mon
31 Jan 2016, 14:32
Forum: ESP Easy: Software
Topic: MySensors goes ESP!!
Replies: 91
Views: 104575

Re: MySensors goes ESP!!

Correct. The file ESPMySensors.ino and the other arduino files that belong to it, must be in a folder named ESPMySensors. To separate the various releases, I created the following subtree /ESPMySensors R003/ESPMySensors/ESPMySensors.ino etc. Ok I this case I did it everything according to the steps...
by R1mon
29 Jan 2016, 21:07
Forum: ESP Easy: Software
Topic: MySensors goes ESP!!
Replies: 91
Views: 104575

Re: MySensors goes ESP!!

I do not know about ESPMySensors, but for regular ESPEasy, you need to name the folder exactly ESPEasy and not ESPEasy Rxx or ESPEasy-master like the downoladed zip file suggests. Thanks for the anwser! But building the normal ESPEasy software is no issue that runs fine on my ESP8266. That's why I ...
by R1mon
29 Jan 2016, 20:18
Forum: ESP Easy: Software
Topic: MySensors goes ESP!!
Replies: 91
Views: 104575

Re: MySensors goes ESP!!

I have made a folder like this: C:\Tools\Arduino1.6.5.MySensors In that folder I have the following folders: - arduino-1.6.5-r5 (portable Arduino IDE with the ESP8266 package you also use) - Libraries - ESPEasyMySensors R001 (I downloaded the master from the github and renamed it to - ESPEasyMySens...