Search found 4 matches

by SawaX
06 May 2021, 13:24
Forum: ESP Easy: Software
Topic: SSR Control with Pulse cmd -> help needed
Replies: 7
Views: 5013

Re: SSR Control with Pulse cmd -> help needed

I found another issue... I am not sure how to solve it, probably my stupid mistake... :D I made PID plugin with data struct... If I add one device -> no issues... but when I am trying to use two PID devices, Free RAM is running to 0 in a couple of minutes which leads to device reset. I would like to...
by SawaX
03 May 2021, 08:25
Forum: ESP Easy: Software
Topic: SSR Control with Pulse cmd -> help needed
Replies: 7
Views: 5013

Re: SSR Control with Pulse cmd -> help needed

sorry, I was out of reach for a couple of days...

Indeed, longpulse_ms make a job. I didn't read the documentation carefully... Thx for the help!
by SawaX
29 Apr 2021, 22:29
Forum: ESP Easy: Software
Topic: SSR Control with Pulse cmd -> help needed
Replies: 7
Views: 5013

Re: SSR Control with Pulse cmd -> help needed

Ok, I will start from the beginning... I have two similar projects -> both of them are based on: -Wemos d1 mini pro, -2 x db18s20, -2 x SSR, -2kW Heating element -1kW Heating element. Both are designed more or less for the same target -> precise temperature control (but in different environments). I...
by SawaX
29 Apr 2021, 16:20
Forum: ESP Easy: Software
Topic: SSR Control with Pulse cmd -> help needed
Replies: 7
Views: 5013

SSR Control with Pulse cmd -> help needed

Hello, I have a small issue... I am working on PID controller implementation with SSR output. I made a plugin to let the magic happens... the only thing I can't pass is the pulse command. I want to run this command inside code, after PID calculations. my idea is: input -> PID -> SRR on for 0-1000 ms...