Search found 39 matches

by Oderlando
Fri Dec 07, 2018 9:57 am
Forum: General Programming
Topic: Problems setting up setup
Replies: 2
Views: 2536

Problems setting up setup

Hi. I'm having a little problems with a flowchart I set up. I believe someone can help me fix it. This is a SetPoint that I'm slowly developing. It works as follows: Setpoint starts with initial zero value. When the A1 input is activated for at least 2 seconds, the Setup mode is activated. A led sig...
by Oderlando
Thu Nov 29, 2018 6:28 pm
Forum: General Programming
Topic: Problem in reading the DHT11 sensor
Replies: 12
Views: 8720

Re: Problem in reading the DHT11 sensor

Thank you all for the help and support you have given me. I will continue the studies with the flowcode and gradually evolve with it. Thank you.
by Oderlando
Tue Nov 27, 2018 1:26 am
Forum: General Programming
Topic: Problem in reading the DHT11 sensor
Replies: 12
Views: 8720

Re: Problem in reading the DHT11 sensor

I'm more lost than I imagined. I think I'll need some time to study FlowCode and then go back to doing projects :( I decided to use this diagram to read the DTH11 because the other diagram I sent here had a problem reading the sensor, but it ended up becoming even more complicated to follow this pat...
by Oderlando
Mon Nov 26, 2018 10:36 pm
Forum: General Programming
Topic: Problem in reading the DHT11 sensor
Replies: 12
Views: 8720

Re: Problem in reading the DHT11 sensor

Hi ! I have a flow chart for the Atmega8. It worked well on proteus simulation. Probably works well in real life. I'm sending the flowchart and proteus file. I tried to modify the flowchart to work with PIC16F88 and I am not able to compile the file. Can you take a look at me? I could not identify t...
by Oderlando
Sun Nov 25, 2018 8:44 pm
Forum: General Programming
Topic: Problem in reading the DHT11 sensor
Replies: 12
Views: 8720

Re: Problem in reading the DHT11 sensor

Hi, Benj. I mounted the circuit according to the proteus simulation and recorded the microcontroller with the HEX file generated by FlowCode and the result of the circuit was the same as the one emulated by the proteus: the DHT11 sensor returns with value 1 (error). The value that was shown in the d...
by Oderlando
Fri Nov 23, 2018 12:57 pm
Forum: General Programming
Topic: Problem in reading the DHT11 sensor
Replies: 12
Views: 8720

Re: Problem in reading the DHT11 sensor

I am using version 7 of FlowCode
by Oderlando
Fri Nov 23, 2018 12:56 pm
Forum: General Programming
Topic: Problem in reading the DHT11 sensor
Replies: 12
Views: 8720

Re: Problem in reading the DHT11 sensor

I used this same hardware to simulate the proteus for reading an ADC and it worked perfectly. I do not think it's a proteus problem. The problem only arises when I try to read the DHT11 sensor. I'm sending the zipped proteus file. proteus showed no problems emulating DTH11 with another code
by Oderlando
Fri Nov 23, 2018 12:11 pm
Forum: General Programming
Topic: Problem in reading the DHT11 sensor
Replies: 12
Views: 8720

Problem in reading the DHT11 sensor

Hi. I set up my flowchart to show the humidity values, read by a DHT11 sensor, to be shown on a 7-digit 4-digit display. Flowcode simulation works, but does not work on Proteus. The proteus shows the display with a zero value. I noticed that for some reason the sensor is not being read because the v...
by Oderlando
Wed Nov 21, 2018 8:50 pm
Forum: General Programming
Topic: Measurement of temperature and relative humidity using DHT11
Replies: 90
Views: 86320

Re: Measurement of temperature and relative humidity using DHT11

You were right. GetHumidityWole is not being called. Insert a value for moisture at the beginning of the program and it is appearing in the simulation. Any suggestions on what might be happening?
by Oderlando
Wed Nov 21, 2018 8:43 pm
Forum: General Programming
Topic: Measurement of temperature and relative humidity using DHT11
Replies: 90
Views: 86320

Re: Measurement of temperature and relative humidity using DHT11

Hi mnf. I tested your code and the display remained off. I could not determine why. I made some modifications to the flowchart that I had posted earlier. I used GetHumidityWole, as you said, and got the flowcode simulation to work. When I tested the proteus, the display shows something, but only sho...
by Oderlando
Wed Nov 21, 2018 11:01 am
Forum: General Programming
Topic: Measurement of temperature and relative humidity using DHT11
Replies: 90
Views: 86320

Re: Measurement of temperature and relative humidity using DHT11

Hi mnf. In the proteus simulator this flowchart is not working. Nothing appears on the display. I used GetHumidityWole, as you said. I simulated the proteus and also did not show the humidity reading. The difference is that now the display lights, but only shows a zero value. I'm posting the flowchart
by Oderlando
Tue Nov 20, 2018 11:20 pm
Forum: General Programming
Topic: Measurement of temperature and relative humidity using DHT11
Replies: 90
Views: 86320

Re: Measurement of temperature and relative humidity using DHT11

I've made a breakthrough. I can already display the numbers in the diplay. Now all I need to do is find out why this odd behavior of the numbers go up to 100 and return to zero as the humidity value increases to the maximum.
by Oderlando
Tue Nov 20, 2018 8:30 pm
Forum: General Programming
Topic: Measurement of temperature and relative humidity using DHT11
Replies: 90
Views: 86320

Re: Measurement of temperature and relative humidity using DHT11

I'm posting the flowchart I've assembled so far. I could not progress in the formulas to be able to show the reading of the DHT11 in the display 7 segments of 4 digits. I am a beginner in FlowCode and I am doing a lot of research to try to achieve this.
by Oderlando
Tue Nov 20, 2018 2:41 pm
Forum: General Programming
Topic: Measurement of temperature and relative humidity using DHT11
Replies: 90
Views: 86320

Re: Measurement of temperature and relative humidity using DHT11

Hi. I'm trying to show the humidity values, read by the DHT11 sensor, on a 7-segment 4-digit display, but I'm not getting it. I was able to display ADC values on the display, but I do not know how to do this for the DHT11. I'm posting the file to the test I did for the ADC. Could anyone modify it fo...