Search found 16 matches

by paridhi
Wed Jun 01, 2016 6:52 pm
Forum: Flowcode V6
Topic: Keypad wait interrupt
Replies: 1
Views: 2459

Keypad wait interrupt

I do not want to wait for the input for long time. If the input is there in keypad its fine, else the program must carry on. What should I do make such program?
by paridhi
Sat Apr 30, 2016 12:26 pm
Forum: General Programming
Topic: Measurement of temperature and relative humidity using DHT11
Replies: 90
Views: 83835

Re: Measurement of temperature and relative humidity using D

I thought my mistake was wires. But it was the the Delay used in Delay us. It had no value. The warning text was showing during compiling, but since it scrolled upwards, I didn't see it.
by paridhi
Fri Apr 15, 2016 2:46 pm
Forum: General Programming
Topic: Measurement of temperature and relative humidity using DHT11
Replies: 90
Views: 83835

Re: Measurement of temperature and relative humidity using D

Thank you, alot.
Sorry, I wasted your time.
by paridhi
Fri Apr 15, 2016 2:46 pm
Forum: General Programming
Topic: Measurement of temperature and relative humidity using DHT11
Replies: 90
Views: 83835

Re: Measurement of temperature and relative humidity using D

It worked, momentraily. I was testing the input provided by DHT11. Just as I removed it from the board, it showed the temp and humidity. Its not working properly due to Breadboard I think. :o
by paridhi
Fri Apr 15, 2016 2:38 pm
Forum: General Programming
Topic: Measurement of temperature and relative humidity using DHT11
Replies: 90
Views: 83835

Re: Measurement of temperature and relative humidity using D

and its A0 only. The pin is working fine. I just tested it. And it is getting signal from DHT11 (tested with led). DHT11 is working fine (also tested).
However, it doesnt Checksum error now. When i remove the wire and connect it again multiple times, it shows Checksum error then.

Ground is blue wire.
by paridhi
Fri Apr 15, 2016 2:11 pm
Forum: General Programming
Topic: Measurement of temperature and relative humidity using DHT11
Replies: 90
Views: 83835

Re: Measurement of temperature and relative humidity using D

Sorry, I don't know how to make this picture small.
The clock frequency is by default 48MHz. As shown in datsheet.
by paridhi
Fri Apr 15, 2016 2:00 pm
Forum: General Programming
Topic: Measurement of temperature and relative humidity using DHT11
Replies: 90
Views: 83835

Re: Measurement of temperature and relative humidity using D

DHT11v1.01 No timer interrupt.fcf shows Delay_count 1. Also the clock speed is 48MHz.
by paridhi
Fri Apr 15, 2016 12:55 pm
Forum: General Programming
Topic: Measurement of temperature and relative humidity using DHT11
Replies: 90
Views: 83835

Re: Measurement of temperature and relative humidity using D

I am using the USB programmable microcontroller ECIO 40P. I have connected Dht11 directly through the bread board with the same connections as shown on the the first page. Can you send me the edited program of chip PIC 18F4455? Maybe I made an error somewhere...
by paridhi
Fri Apr 15, 2016 12:52 pm
Forum: Flowcode V6
Topic: slow Bluetooth
Replies: 7
Views: 4766

Re: slow Bluetooth

I am making a program to send text messages from my mobile through bluetooth Hc 05 to control operations by ECIO 40P. Though I was able to send strings to and fro, the speed is really slow. It takes 6-7 secs to go though. Can you suggest a way to make it faster without using RS232? Is there an inter...
by paridhi
Fri Apr 15, 2016 7:09 am
Forum: General Programming
Topic: Measurement of temperature and relative humidity using DHT11
Replies: 90
Views: 83835

Re: Measurement of temperature and relative humidity using D

I tried DHT11v1.01 No timer interrupt.fcf, its not working. When I displayed the delay count, it showed 4 . I also did the above mentioned setting of presacalar ratios and timers in DHT11v1.01.fcf program. It always give checksum error. My Dht11 is working correctly, I checked it with Arduino microc...
by paridhi
Wed Apr 06, 2016 6:52 pm
Forum: General Programming
Topic: Measurement of temperature and relative humidity using DHT11
Replies: 90
Views: 83835

Re: Measurement of temperature and relative humidity using D

Hi,
I tried DHT11v1.01.fcf with ECIO-40P. But it gives CheckSum Error, Trying again... Can you help me please.
by paridhi
Wed Apr 06, 2016 5:47 pm
Forum: Flowcode V5 Free Edition
Topic: bluetooth hc05
Replies: 2
Views: 6434

Re: bluetooth hc05

I tried working with it. But it is not working. I am trying flowcode examples provided on the site.
by paridhi
Tue Apr 05, 2016 8:47 am
Forum: Flowcode V5 Free Edition
Topic: bluetooth hc05
Replies: 2
Views: 6434

bluetooth hc05

Can we run bluetooth module hc05 from ECIO-40P by connecting modifying cts and rts pin?
The Rx and Tx features are in flowcode 6 and I have flowcode 5 which shows only CTS and RTS pins in bluetooth component.
by paridhi
Tue Apr 05, 2016 8:08 am
Forum: Flowcode V5 Free Edition
Topic: Dht11 by ECI0-40P
Replies: 1
Views: 5626

Dht11 by ECI0-40P

I have tried all the previous files by Benz and Enamul on Dht11 sensor, But it does not go further than "DHT11 Init..".
Can you help me please.