Search found 8 matches

by gert3d
11 Oct 2019, 22:27
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy P1 wifi gateway GPIO Idx
Replies: 38
Views: 50060

Re: ESPEasy P1 wifi gateway GPIO Idx

I followed the advices above and got readings using Putty from the P1 port of the smart meter: T210-D ESMR5 ESP-Easy version ESP_Easy_mega-20191003_normal_ESP8266_4M1M.bin on a node-MCU, circuit and parameters as shown by Domosapiens and DomoticaRob, Domoticz (running on a Synology DS212J) : P1 Smar...
by gert3d
07 Jun 2018, 00:11
Forum: ESP Easy: General Discussion
Topic: Deep sleep, manual and interval wakeup possible?
Replies: 9
Views: 8416

Re: Deep sleep, manual and interval wakeup possible?

So there is no wake-up possibility in ESPeasy after let's say 1 minute?
Try to connect GPIO15 to RST, since that pin goes low after the deep sleep timer ends.
by gert3d
06 Jun 2018, 11:10
Forum: ESP Easy: General Discussion
Topic: Deep sleep, manual and interval wakeup possible?
Replies: 9
Views: 8416

Re: Deep sleep, manual and interval wakeup possible?

> This i can do of course with max sleep time and GPIO16 ?? connected to RST. I guess you mean GPIO15. I am doing excactly the same to find out what batteries I should use (NiMh) for maximum service, no pull-up resistor needed. Did you try shorter wake-up periods? Make sure all your code is in the s...
by gert3d
26 May 2018, 22:00
Forum: ESP Easy: General Discussion
Topic: Deep sleep, manual and interval wakeup possible?
Replies: 9
Views: 8416

Re: Deep sleep, manual and interval wakeup possible?

ESP wakes up from deep sleep by the connection of GPIO15 to Reset - GPIO15 goes low when deep sleep ends.
You can also wake up the ESP manually by driving Reset low some other way.
by gert3d
17 Apr 2018, 19:48
Forum: ESP Easy: Software
Topic: TCP protocol
Replies: 1
Views: 2242

Re: TCP protocol

There is a library ... I think SyncClient should do it?
https://github.com/me-no-dev/ESPAsyncTCP
or this one?
https://github.com/INEXTH/Arduino-ESP8266_libs
by gert3d
16 Apr 2018, 18:43
Forum: ESP Easy: Software
Topic: TCP protocol
Replies: 1
Views: 2242

TCP protocol

Sorry to be rather ignorant, I hope my question is clear enough: I am using a TCP protocol to dump temperature and time data to carbon database to feed Grafana using Arduino software. Only an IP address is necessary for this operation. Would it be possible to include this protocol in the ESPEasy Con...
by gert3d
12 Nov 2017, 22:43
Forum: RFlink: General Discussions
Topic: RSSI info / provide signal strength
Replies: 26
Views: 29993

Re: RSSI info / provide signal strength

What would shorting to the ENABLE option do?