Farzad_k
@farzad_k
Member
Joined: 2021-08-30 8:40 am
Last seen: 2022-09-07 4:07 am
Topics: 9 / Replies: 66
Reply
RE: ESP32 Compile Problem

@davee The "port" part of the IDE > Tools is disabled. Apparently this is a common issue, and because there are hundreds of boards, there are thous...

3 years ago
Reply
RE: ESP32 Compile Problem

UPDATE: Looking at it some more it looks like it does compile without an issue. It is at upload time when it not only starts compiling again, but th...

3 years ago
Reply
Reply
RE: ESP-32 and DHT22

In the sketch I am only trying to trigger "something". It doesn't matter for now if the numbers are realistic. They will get so once I have the schema...

3 years ago
Reply
RE: ESP-32 and DHT22

It certainly helps, thanks a lot. I will give it a try. Farzad

3 years ago
Reply
RE: ESP-32 and DHT22

So, this circuit in principal works. When calibrated relative humidity as simulated by a simple potentiometer is pushed to a certain percentage, and a...

3 years ago
Reply
RE: ESP-32 and DHT22

It turned out it wasn't the resistors but the equation I used for the pulse to the MOSFET's gate. I have adjusted the equation, taken out the extra te...

3 years ago
Reply
RE: ESP-32 and DHT22

Here is the full picture. I read the article, thanks. I have tried lowering the resistance of those resistors and it still doesn't work. I think som...

3 years ago
Reply
RE: ESP-32 and DHT22

@will Is this what you mean: After including the resistors the light cannot come on anymore. But that is fine because I need to calibrate the pote...

3 years ago
Reply
RE: ESP-32 and DHT22

@robotbuilder I will keep practicing. Thank you for the feedback. Farzad

3 years ago
Reply
RE: ESP-32 and DHT22

const int analogPin0 = A0; //relative humidtyconst int analogPin1 = A1; //temp sensor1const int analogPin2 = A2; //temp sensor2const int analogPin3 = ...

3 years ago
Reply
RE: ESP-32 and DHT22

Of course the relationship between analogValue and analogWrite to the mosfet is not linear and has to be determined more thoughtfully, for example wit...

3 years ago
Reply
Reply
RE: ESP-32 and DHT22

@will good idea. I can take a few TMP36 sensors and spread them around the front element retainer of my scope, hook them up in parallel, take the aver...

3 years ago
Reply
RE: ESP-32 and DHT22

@will Once the dew point [temperature] (DPT) is calculated using the reported temperature (T) and relative humidity, then the delta between the DPT an...

3 years ago
Page 3 / 5