Search found 15 matches

by Jocelyn
Wed Apr 10, 2013 5:01 pm
Forum: Flowcode V5
Topic: pic16f690 - hardware not working
Replies: 12
Views: 8677

Re: pic16f690 - hardware not working

I've measure with multimeter, whereby voltage between AN10 and ground shows 0V,
however, while compiling, when PICkit2 busy, compiler msg states program succeeded, LEDs hardware does blink once and by that time, there is voltage arnd 1.252V and sink down to 0V after compilation finished.
by Jocelyn
Wed Apr 10, 2013 1:46 pm
Forum: Flowcode V5
Topic: pic16f690 - hardware not working
Replies: 12
Views: 8677

Re: pic16f690 - hardware not working

I was referring to the simulation only. :(
It's weird...what makes the leds dint light up?
I think the connection to sensor should be alright as I try to run the same program in Flowcode v3(with some different ADC macros used),LEDs hardware did run as I want it.
by Jocelyn
Wed Apr 10, 2013 2:11 am
Forum: Flowcode V5
Topic: pic16f690 - hardware not working
Replies: 12
Views: 8677

Re: pic16f690 - hardware not working

I did add the second delay as I see why it keeps lighting up. Thx anyway~
here's the circuit
Image
Microcontroller Board configuration schematic is shown above, RB4/AN10 is connected to sensor via connector A.
by Jocelyn
Tue Apr 09, 2013 7:31 pm
Forum: Flowcode V5
Topic: pic16f690 - hardware not working
Replies: 12
Views: 8677

Re: pic16f690 - hardware not working

oh,no.. what if the hardware doesn't work as in simulated program? hardware damage? but when compiling the program, when the compiler msg states program succeeded, when pickit2 busy, i did see the led array(hardware) blink once and then off even when i run the program after completed the compilation...
by Jocelyn
Tue Apr 09, 2013 6:22 pm
Forum: Flowcode V5
Topic: pic16f690 - hardware not working
Replies: 12
Views: 8677

Re: pic16f690 - hardware not working

below is the compiler message after reprogram, seems like having same message like before. reProg.c Starting preprocessor: C:\PROGRA~2\Flowcode\v5\Tools\boostc\pp.exe reProg.c -i C:\PROGRA~2\Flowcode\v5\Tools\boostc\include -d _PIC16F690 -la -c2 -o reProg.pp -v -d _BOOSTC -d _PIC16 -d _CHAR_INDEX .....
by Jocelyn
Tue Apr 09, 2013 5:34 pm
Forum: Flowcode V5
Topic: pic16f690 - hardware not working
Replies: 12
Views: 8677

Re: pic16f690 - hardware not working

im not using e-block. erm..i got problem in uploading the circuit image. Can u guide me? sorry for troubling or probably u can reach here ww1.microchip.com/downloads/en/DeviceDoc/41381B.pdf on pg 96, figure 4-3: SCHEMATIC FOR ADC LAB 1 my circuit similar to this, except im change the R9(potentiomete...
by Jocelyn
Tue Apr 09, 2013 3:08 pm
Forum: Flowcode V5
Topic: pic16f690 - hardware not working
Replies: 12
Views: 8677

Re: pic16f690 - hardware not working

Thanks for your help. Do let me know if you need further details
by Jocelyn
Tue Apr 09, 2013 2:06 pm
Forum: Flowcode V5
Topic: pic16f690 - hardware not working
Replies: 12
Views: 8677

pic16f690 - hardware not working

Please can somebody tell me what to do to make my program works on my hardware?is it something wrong on the setting? I made a program that works well in simulation in FlowCode. But in hardware, LEDs doesn't light at all, all remain light off. LEDs should have light up at least some to have binary re...
by Jocelyn
Sun Apr 07, 2013 6:23 pm
Forum: Components (Other)
Topic: pic16f690 LCD panel
Replies: 1
Views: 6482

Re: pic16f690 LCD panel

i found that the in from Sensor as on the ADC is similar to what I want to do at this link http://www.youtube.com/watch?v=EjI4n8FgbGc
is that possible to get the flowchart in flowcode v3?
by Jocelyn
Sun Apr 07, 2013 4:52 pm
Forum: Components (Other)
Topic: pic16f690 LCD panel
Replies: 1
Views: 6482

pic16f690 LCD panel

Hi,

I need some help on my program to display voltage of range 0.00V to 5.00V.
my program only able to display numbers in byte.
What should I do to my program?
Im using Flowcode v3.6.11.53. [img]C:\Users\User\Desktop\aa[/img]
by Jocelyn
Thu Feb 28, 2013 9:03 am
Forum: Flowcode V5 Free Edition
Topic: unregistered license
Replies: 2
Views: 3273

unregistered license

Hi there,
could anybody help what to do when i got this on my compiler message? Anywhere that I can register my Flowcode 5?
by Jocelyn
Thu Feb 28, 2013 4:34 am
Forum: Flowcode V5 Free Edition
Topic: getting outputs from sensor into PIC16F690 LCD
Replies: 7
Views: 5772

Re: getting outputs from sensor into PIC16F690 LCD

Hi Martin,
I would connect to AN10 then.
I've done the connection to thermistor, left the code part. Please kindly guide the code part...
by Jocelyn
Sun Feb 03, 2013 6:51 pm
Forum: Flowcode V5 Free Edition
Topic: getting outputs from sensor into PIC16F690 LCD
Replies: 7
Views: 5772

Re: getting outputs from sensor into PIC16F690 LCD

Actually I’m trying to apply the ADC conversion formula on page 93-94 in PICDEM Lab Flowcode : http://ww1.microchip.com/downloads/en/DeviceDoc/41381B.pdf ADC here is to allow conversion of an analog input voltage by comparing it to a reference voltage of 5V. With ADC, analog input from sensor to mic...
by Jocelyn
Sun Feb 03, 2013 8:46 am
Forum: Flowcode V5 Free Edition
Topic: getting outputs from sensor into PIC16F690 LCD
Replies: 7
Views: 5772

Re: getting outputs from sensor into PIC16F690 LCD

Hi Martin, So sorry , i guess i get you the wrong meaning, extremely sorry for the word mistake used. I should have decimal reading display on my virtual LCD. I need my program to read/interface the Voltages through sensor equipment(like Thermistor, Temperature sensor, Strain gauge, CdS sensor, etc)...
by Jocelyn
Sat Feb 02, 2013 5:54 pm
Forum: Flowcode V5 Free Edition
Topic: getting outputs from sensor into PIC16F690 LCD
Replies: 7
Views: 5772

getting outputs from sensor into PIC16F690 LCD

Hi, I'm new in Flowcode, I'm trying to build a program to get analog output of sensor to digital input of PIC and this digital value will be shown on a virtual LCD display in program. My problem is how should I interface/read the analog outputs from sensor into my program. The virtual LCD display sh...