Search found 15 matches
- Sun Jun 02, 2013 2:46 pm
- Forum: General Programming
- Topic: 7 segment brightness.
- Replies: 4
- Views: 5190
Re: 7 segment brightness.
Hello, Tried lowering the Refresh Freq. to a point of flicker and still the same . I Feel its what LeighM says, The green displays have a higher forward voltage, I guess they are maxed out. :( :( In the display routines , each display is turned on at a time (refresh freq) with the value to be shown....
- Thu May 30, 2013 6:21 pm
- Forum: General Programming
- Topic: 7 segment brightness.
- Replies: 4
- Views: 5190
7 segment brightness.
Hi , In my flowcode projects a regular RED 3-digit 7-segment display with current resistors works at the correct brightness. With displays of other colours it is dim , and even by changing the current resistors I am unable to increase brightness, or the on time. I am using PIC16F628's, with internal...
- Sat May 11, 2013 4:22 pm
- Forum: Flowcode V5
- Topic: Biometric reader
- Replies: 2
- Views: 2420
Re: Biometric reader
Thanks Benj,
looking into the type of sensor .
looking into the type of sensor .
- Sun May 05, 2013 3:44 am
- Forum: Flowcode V5
- Topic: Biometric reader
- Replies: 2
- Views: 2420
Biometric reader
Hello Progers,
Any clues how i could use a biometric reader ? What input would i use ?
A search did not bring up anything.
I know i am being vague, something to throw around.
Regards,
Any clues how i could use a biometric reader ? What input would i use ?

A search did not bring up anything.
I know i am being vague, something to throw around.
Regards,
- Thu Mar 07, 2013 3:18 am
- Forum: Flowcode V5
- Topic: I2C with 4 digit 7 segment display.
- Replies: 10
- Views: 7591
Re: I2C with 4 digit 7 segment display.
Hello,
Here is a simple FC, with which i am trying to at least get the displays to light up. But am severely stuck. The circuit is as shown in the previous posts.
Please tell me what i am doing wrong or what i need to add to the FC.
Thanks.
Here is a simple FC, with which i am trying to at least get the displays to light up. But am severely stuck. The circuit is as shown in the previous posts.
Please tell me what i am doing wrong or what i need to add to the FC.
Thanks.
- Fri Mar 01, 2013 2:10 pm
- Forum: Flowcode V5
- Topic: I2C with 4 digit 7 segment display.
- Replies: 10
- Views: 7591
Re: I2C with 4 digit 7 segment display.
Thanks Enamul,
I think its from the french forum. My mistake, need to correct that init macro.
http://www.matrixmultimedia.com/mmforum ... &hilit=I2C
Regards.
I think its from the french forum. My mistake, need to correct that init macro.
http://www.matrixmultimedia.com/mmforum ... &hilit=I2C
Regards.
- Fri Mar 01, 2013 5:56 am
- Forum: Flowcode V5
- Topic: I2C with 4 digit 7 segment display.
- Replies: 10
- Views: 7591
Re: I2C with 4 digit 7 segment display.
I found the attached code and hacked it to match my PIC and Slave as in the schematic above, but still is missing something . Any help is appreciated.
Thanks.

Thanks.
- Thu Feb 28, 2013 3:30 pm
- Forum: Flowcode V5 Issues
- Topic: I2C COMPILE ERROR
- Replies: 2
- Views: 4173
Re: I2C COMPILE ERROR
Thank You! For the fix. 

- Thu Feb 28, 2013 5:40 am
- Forum: Flowcode V5 Issues
- Topic: I2C COMPILE ERROR
- Replies: 2
- Views: 4173
I2C COMPILE ERROR
Hi,
When i compile a simple program , i am getting the following error: i am compiling to a PIC16F677.
Using V5.5.2.1 (30.01.2013)
When i compile a simple program , i am getting the following error: i am compiling to a PIC16F677.
Using V5.5.2.1 (30.01.2013)
- Wed Feb 27, 2013 4:13 pm
- Forum: Flowcode V5
- Topic: I2C with 4 digit 7 segment display.
- Replies: 10
- Views: 7591
Re: I2C with 4 digit 7 segment display.
Thanks Enamul,
I shall fire up my circuit and test the code out. i found a couple of similar code , but eventually will have to learn how to put it in Flowcode as my "C" is not the best.
I shall keep you posted.
Regards,
PIC-ER.
I shall fire up my circuit and test the code out. i found a couple of similar code , but eventually will have to learn how to put it in Flowcode as my "C" is not the best.

I shall keep you posted.
Regards,
PIC-ER.
- Wed Feb 27, 2013 5:10 am
- Forum: Flowcode V5
- Topic: I2C with 4 digit 7 segment display.
- Replies: 10
- Views: 7591
Re: I2C with 4 digit 7 segment display.
Hi Enamul, Thanks. This is what i want to do, only difference i will have three 7-segment displays instead of one as in the picture. The test chip i am using right now is a PCA9532 (address-11000000) that is wired to a PIC16F677 at pins RB4 and RB6.(SDA, SCK). Not really sure about the mode. In flow...
- Wed Feb 27, 2013 12:22 am
- Forum: Flowcode V5
- Topic: I2C with 4 digit 7 segment display.
- Replies: 10
- Views: 7591
Re: I2C with 4 digit 7 segment display.
Hi ,
Thanks for replying, but I am looking for I2C info for 7 segment displays. As my previous post says.
I am clear on the regular connection of displays to a controller.
Thanks for replying, but I am looking for I2C info for 7 segment displays. As my previous post says.
I am clear on the regular connection of displays to a controller.
- Mon Feb 25, 2013 4:46 am
- Forum: Flowcode V5
- Topic: I2C with 4 digit 7 segment display.
- Replies: 10
- Views: 7591
I2C with 4 digit 7 segment display.
Hello, I have read nearly all on I2c examples and am still stumped. I am using a PIC16F677 and want to connect it via I2c to a SAA1064 to a 4 digit 7 segment display. On the hardware side I am OK, but just can't wrap my head around how to start a flowcode program for it. If anyone can help with a ba...
- Fri Jan 25, 2013 5:26 am
- Forum: Flowcode V5
- Topic: LED DISPLAY REFRESH AND TMR0
- Replies: 3
- Views: 3021
Re: ANYONE ??LED DISPLAY REFRESH AND TMR0
Hi Benj,
Thanks for the reply . Had already tried that, even put in a dwell between each one.
All credit to Medelec he caught it. I had a MOD in the interrupt macro.
Thanks to all,
Regards,
PIC-ER
Thanks for the reply . Had already tried that, even put in a dwell between each one.
All credit to Medelec he caught it. I had a MOD in the interrupt macro.
Thanks to all,
Regards,
PIC-ER
- Sun Jan 20, 2013 3:26 am
- Forum: Flowcode V5
- Topic: LED DISPLAY REFRESH AND TMR0
- Replies: 3
- Views: 3021
LED DISPLAY REFRESH AND TMR0
Hello Guys, I have built a circuit in which an output is switched on at the press of a button. The on/off rate of this out put is settable. At the same time i have a counter display the count every time the output comes on. I use a TMR0 for this. At lower output rates the count is accurate, at highe...