Search found 10 matches

by JohnW
11 Jan 2023, 13:51
Forum: ESP Easy: General Discussion
Topic: Espeasy only as AP
Replies: 21
Views: 20347

Re: Espeasy only as AP

TD-er wrote: 07 Dec 2021, 15:16 Yep, that's one way to do it ;)
Can we use ESPEasy also as ESP-Now gateway? Or it’s still in development?
by JohnW
08 Jan 2023, 19:07
Forum: ESP Easy: Hardware
Topic: Sensair S8
Replies: 118
Views: 94733

Re: Sensair S8

Well, it should be possible to run it... However the ESP01 does have a lot of other limitations, like the 1M flash size. I can confirm that it works fine with ESP-01: TX-TX, RX-RX and then using Software Serial with proper TX/RX mapping. Concerning 1M flash I have 2 ideas: 1. Build custom FW withou...
by JohnW
27 Dec 2022, 18:10
Forum: ESP Easy: Hardware
Topic: Sensair S8
Replies: 118
Views: 94733

Re: Sensair S8

Thanks, I'll give it a try and post results.
by JohnW
27 Dec 2022, 18:10
Forum: ESP Easy: Hardware
Topic: Properly reset PMS7003 via Rules
Replies: 5
Views: 1321

Re: Properly reset PMS7003 via Rules

TD-er wrote: 27 Dec 2022, 17:05 What build are you using?
This reset command was only added a few months ago.
I was thinking about it as well - old build.
Any way to properly reset via Rules w/o updating to a new build? Don't know if there were some breacking changes.
by JohnW
27 Dec 2022, 16:26
Forum: ESP Easy: Hardware
Topic: Sensair S8
Replies: 118
Views: 94733

Re: Sensair S8

Has anybody tried to use Sensair S8 with ESP-01? I'm checking ESP-01 pins and wonder if it will work: ESP-01 has build-in TX/RX pins - GPIO1 & GPIO3 are both HIGH at boot. The remaining GPIO0 and GPIO2 shouldn't be LOW, which may cause ESP to enter FLASH mode. Or it's no go and better to use D1/...
by JohnW
27 Dec 2022, 16:17
Forum: ESP Easy: Hardware
Topic: Properly reset PMS7003 via Rules
Replies: 5
Views: 1321

Re: Properly reset PMS7003 via Rules

You can use the command pmsx003,reset to reset the sensor. This can be issued from rules, the Tools page, or remote via HTTP or MQTT (when using the OpenHab controller). It requires the RST pin to be configured correctly. Unfortunately, I don't see in logs (Debug Dev) any output releted to the sens...
by JohnW
26 Dec 2022, 14:26
Forum: ESP Easy: Hardware
Topic: Properly reset PMS7003 via Rules
Replies: 5
Views: 1321

Properly reset PMS7003 via Rules

Hello, I have PMS7003 dust sensor and sometimes it stops working, so I want to automatically reset it via Rules. Have checked PMS7003 specs and it looks like we need to set Reset Pin Low, but in ESP Easy source I see this code for reset: // Toggle 'reset' to assure we start reading header addLog(LOG...
by JohnW
17 Nov 2019, 09:25
Forum: ESP Easy: Hardware
Topic: Is it possible to use LCDs with ST7735&ST7739 controllers??
Replies: 42
Views: 25696

Is it possible to use LCDs with ST7735&ST7739 controllers??

Hello,

Is it possible to use LCDs with ST7735 or ST7739 with ESP Easy? I have several of them: some with I2C, some with SPI.

Thanks!
by JohnW
20 Oct 2019, 16:05
Forum: ESP Easy: General Discussion
Topic: ESP Easy development "mega-201YMMDD" clearifications
Replies: 20
Views: 16332

Re: ESP Easy development "mega-201YMMDD" clearifications

What is the difference between there builds: custom_ESP8266_4M1M.bin test_core_260_sdk222_alpha_ESP8266_4M1M.bin (test plugins + new SDK?) test_ESP8266_4M_VCC.bin (includes test plugins) See the README.txt also included in the ZIP you can download: https://github.com/letscontrolit/ESPEasy/tree/mega...
by JohnW
19 Oct 2019, 20:34
Forum: ESP Easy: General Discussion
Topic: ESP Easy development "mega-201YMMDD" clearifications
Replies: 20
Views: 16332

Re: ESP Easy development "mega-201YMMDD" clearifications

What is the difference between these builds:

custom_ESP8266_4M1M.bin
test_core_260_sdk222_alpha_ESP8266_4M1M.bin (test plugins + new SDK?)
test_ESP8266_4M_VCC.bin (includes test plugins)