Search found 12 matches

by Soren
Fri Feb 19, 2016 5:22 pm
Forum: Flowcode V4
Topic: Pic18f4680 Sink current
Replies: 5
Views: 16279

Re: Pic18f4680 Sink current

Hello Benj

I've got it figured out, my mistake. Surprise :D

Best regard
Soren
by Soren
Wed Feb 17, 2016 5:21 pm
Forum: Flowcode V4
Topic: Pic18f4680 Sink current
Replies: 5
Views: 16279

Re: Pic18f4680 Sink current

Hello Benj

Yes, its because i try to run an LCD on port A, and the data-bit are internal pulled up,
if i measure on the data-bit are they always 5v even if i place an output icon last in program where i turn port A to 0.
i will make some experiments later today

Best regard
Soren
by Soren
Wed Feb 17, 2016 4:51 pm
Forum: Flowcode V4
Topic: Pic18f4680 Sink current
Replies: 5
Views: 16279

Re: Pic18f4680 Sink current

Hello Benj

strange!
In flowcode when i place an output icon and outputting 0 to portA its not possible to get a LED with a resistor to light

Best regard
Soren
by Soren
Wed Feb 17, 2016 4:36 pm
Forum: Flowcode V4
Topic: Pic18f4680 Sink current
Replies: 5
Views: 16279

Pic18f4680 Sink current

Hello

How can i get the output pin on the pic to sink current?

Best regard
Soren
by Soren
Wed Nov 20, 2013 9:42 pm
Forum: Flowcode V4
Topic: Curious problem with PIC16F88 and PICF767 I/O signal
Replies: 7
Views: 7195

Re: Curious problem with PIC16F88 and PICF767 I/O signal

Hello Chris

If you take a look in the datasheet, you will see that port A4 only work as a open-drain output.

Soren
by Soren
Tue Jun 04, 2013 10:22 am
Forum: Flowcode V4
Topic: Pic12f1840 ADC problem
Replies: 4
Views: 4554

Re: Pic12f1840 ADC problem

Thanks Kenrix2.

This works great.

Soren.
by Soren
Mon Jun 03, 2013 5:59 pm
Forum: Flowcode V4
Topic: Pic12f1840 ADC problem
Replies: 4
Views: 4554

Re: Pic12f1840 ADC problem

Hello Ben

sorry i forgot that. V4.5

Soren
by Soren
Mon Jun 03, 2013 4:12 pm
Forum: Flowcode V4
Topic: Pic12f1840 ADC problem
Replies: 4
Views: 4554

Pic12f1840 ADC problem

Hi Pic12f1840 give me a random value when i use the read as int, when i use the read as byte everything work perfect. I have a LM35 temperatur sensor connectet to adc2 an i want to use the read as int because it´s give me a better resolution. When i look in the C code i can see it´s the adc_23 there...
by Soren
Wed Aug 12, 2009 10:31 am
Forum: Flowcode V2 & V3
Topic: MMC/SD Card Pic18f2420
Replies: 9
Views: 6795

Re: MMC/SD Card Pic18f2420

Hi Ben

The card is a 512MB card an it dont have muliple partitions.

I tried to create the file on the PC an then open it with the board, same resault "error"
by Soren
Wed Aug 12, 2009 8:25 am
Forum: Flowcode V2 & V3
Topic: MMC/SD Card Pic18f2420
Replies: 9
Views: 6795

Re: MMC/SD Card Pic18f2420

Hi Steve

I can only formate the card as FAT or FAT32. I have formatted the card as FAT
What is the difference between FAT an FAT16?

The card is not write-protected. The PC can write on the card.
by Soren
Tue Aug 11, 2009 8:40 pm
Forum: Flowcode V2 & V3
Topic: MMC/SD Card Pic18f2420
Replies: 9
Views: 6795

Re: MMC/SD Card Pic18f2420

Hi Ben Yes the card being detected OK when i use the MMC.HEX test file When i check the card on the PC is there no file. If i check the properties for the card is there 2MB used. When i use the flowcode example Data_logger_simple_slow an the custom code the board can also detect the card. If there i...
by Soren
Tue Aug 11, 2009 10:25 am
Forum: Flowcode V2 & V3
Topic: MMC/SD Card Pic18f2420
Replies: 9
Views: 6795

MMC/SD Card Pic18f2420

Hi I want to datalog to a sd card but can get it work I have a HP488 an a eblock card reader board connectet to port C The FAT16 customfile is in the componets folder In Flowcode i have selectet the port C in the custom componet settings when i run the program an put the card in it sais creating fil...