Search found 12 matches

by Malanow
29 Dec 2018, 23:39
Forum: ESP Easy: Projects / Applications
Topic: Rules for PMSx003 dust sensor
Replies: 22
Views: 13718

Re: Rules for PMSx003 dust sensor

I use this datasheet.
I checked several times, and it seems to me that everything is fine, but I will check again tomorrow.
by Malanow
29 Dec 2018, 23:13
Forum: ESP Easy: Hardware
Topic: PMS7003 no readings
Replies: 7
Views: 6656

Re: PMS7003 no readings

I did everything as described in the wiki
Image
Image
by Malanow
29 Dec 2018, 23:02
Forum: ESP Easy: Projects / Applications
Topic: Rules for PMSx003 dust sensor
Replies: 22
Views: 13718

Re: Rules for PMSx003 dust sensor

All clear, this is my rules: on System#Boot do gpio,16,0 timerSet,1,600 endon On Rules#Timer=1 do LongPulse,16,1,5 timerSet,1,600 endon 10 minutes delay after start, and 10 minutes between the next measurements. But only the first part works, after 10 minutes from the start, the fan in the sensor st...
by Malanow
29 Dec 2018, 21:44
Forum: ESP Easy: Hardware
Topic: PMS7003 no readings
Replies: 7
Views: 6656

PMS7003 no readings

The problem is easy to explain, the sensor does not work. Displays only zeros. Wiring diagram according to this information -> https://www.letscontrolit.com/wiki/index.php/PMSx003 Connections checked (several times). I use Wemos D1 mini Pro, with mega-20181218 (ESP_Easy_mega-20181220_dev_ESP8266_409...
by Malanow
29 Dec 2018, 20:22
Forum: ESP Easy: Projects / Applications
Topic: Rules for PMSx003 dust sensor
Replies: 22
Views: 13718

Re: Rules for PMSx003 dust sensor

I understand almost everything. If I wanted to extend the measurement time I should change it this part:

Code: Select all

LongPulse,16,1,5
for example

Code: Select all

LongPulse,16,1,60
for for one minute measurement?
by Malanow
28 Dec 2018, 22:56
Forum: ESP Easy: Projects / Applications
Topic: Rules for PMSx003 dust sensor
Replies: 22
Views: 13718

Re: Rules for PMSx003 dust sensor

Thanks for quick answer. I am not sure if I understand this rule correctly. The first part is responsible for the start after running Wemos, for exemple 20 seconds. But what the second part does? I will explain what I would like to achieve, the sensor is turned off for 10 minutes, then it takes meas...
by Malanow
25 Dec 2018, 22:02
Forum: ESP Easy: Projects / Applications
Topic: Rules for PMSx003 dust sensor
Replies: 22
Views: 13718

Rules for PMSx003 dust sensor

Hi!
How to change the rules so that the sensor makes a measurement every ten minutes?
by Malanow
25 Dec 2018, 21:30
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 106678

Re: PCD8544 - Nokia 5110/3310 LCD - beta plugin

Hi!
How to, the easiest way to add a PCD8544 plugin, to my Wemos D1 mini. I use this bin file ->ESP_Easy_mega-20181220_dev_ESP8266_4096. A small warning, I'm not a programmer :)
by Malanow
20 Mar 2018, 21:39
Forum: ESP Easy: Software
Topic: Wifi Setup wizard stuck
Replies: 4
Views: 3779

Re: Wifi Setup wizard stuck

Thanks for the information. I am waiting for a new release :):):)
by Malanow
20 Mar 2018, 21:19
Forum: ESP Easy: Software
Topic: Wifi Setup wizard stuck
Replies: 4
Views: 3779

Re: Wifi Setup wizard stuck

Yes, I tried without success.
by Malanow
20 Mar 2018, 20:14
Forum: Introduce yourself
Topic: Greetings from Poland
Replies: 0
Views: 2380

Greetings from Poland

Hi! My name is Przemek (very difficult, to pronounce by foreigners, name). On the Web I use nickname Malanow (this is surname a literary character from one of my favorite science fiction novels). I am a beginner electronics and taciturn radioamator (call sign SQ6PNO). Now building an amateur meteo s...
by Malanow
20 Mar 2018, 20:02
Forum: ESP Easy: Software
Topic: Wifi Setup wizard stuck
Replies: 4
Views: 3779

Wifi Setup wizard stuck

Hello! I have problem with Wifi setup. When chose network and type password, counter going to zero and I got only this (look at screenshot) https://i.imgur.com/t3tVYDp.jpg My board is WEMOS D1 mini pro, and I use release ESPeasy mega-20180320. Board is invisible in the DHCP list on the router. I che...