Search found 438 matches

by brandonb
Thu Dec 01, 2011 5:39 am
Forum: Flowcode V4
Topic: Anyone have a PWM Dimmer program to dim just 1 LED?
Replies: 11
Views: 8409

Re: Anyone have a PWM Dimmer program to dim just 1 LED?

that’s really cool! I like to see how you Guys code, some real clever stuff im a newbie at this too, been doing timerchips and logic gate stuff for the past 3 years, i got to the point of using entirely too many chips on a board, thats what got me in to flowcode, one pic chip is worth 100,000 logic...
by brandonb
Thu Dec 01, 2011 2:09 am
Forum: Flowcode V4
Topic: Anyone have a PWM Dimmer program to dim just 1 LED?
Replies: 11
Views: 8409

Re: Anyone have a PWM Dimmer program to dim just 1 LED?

Nice Flowchart Brandon! Thanks for sharing it. thanks martin, i've been absorbing all that you and fotios have been showing me :wink: Brandon the code for the tactile is really cool! werner, this one works good, the reason why i did it this way is because #1 tactiles are awsome, and the other reaso...
by brandonb
Wed Nov 30, 2011 2:11 am
Forum: Flowcode V4
Topic: Anyone have a PWM Dimmer program to dim just 1 LED?
Replies: 11
Views: 8409

Re: Anyone have a PWM Dimmer program to dim just 1 LED?

this is an extention of the last file but with an lcd display... incase you were wondering the copyright thing is a joke for a friend of mine, i put it on all my stuff to make him and my self laugh
by brandonb
Wed Nov 30, 2011 1:48 am
Forum: Flowcode V4
Topic: Anyone have a PWM Dimmer program to dim just 1 LED?
Replies: 11
Views: 8409

Re: Anyone have a PWM Dimmer program to dim just 1 LED?

with 3 tactiles controlling and lcd for feedback
by brandonb
Wed Nov 30, 2011 1:26 am
Forum: Flowcode V4
Topic: 16f1939/16f1938 missing port interrupts
Replies: 13
Views: 6986

Re: 16f1939/16f1938 missing port interrupts

thanks ben, thats the trick, i tried it on b1 only and all is good, will have to get some more breadboards to fully experiment, upcoming projects are looking good with the files you helped me with, :D
by brandonb
Wed Nov 30, 2011 12:21 am
Forum: Flowcode V4
Topic: 32 mhz internal clock settings
Replies: 7
Views: 9282

Re: 32 mhz internal clock settings

Try osccon= 0xF0; for 32 MHz internal oscillator. (osccon=0x78; is indeed 16 MHz thanks jan- i had some time to check this out today, hex F0 works great for 32Mhz, out of curiosity i tried it with ppl options off and on and it works both ways, so i turned it off since bit 8 commands ppl on anyway, ...
by brandonb
Tue Nov 29, 2011 1:48 am
Forum: Flowcode V4
Topic: 16f1939/16f1938 missing port interrupts
Replies: 13
Views: 6986

Re: 16f1939/16f1938 missing port interrupts

thanks ben, sorry for bugging you again it sounds like your a busy guy, that would be great if you could get that working for me, i do plan on buying v5 but wont be till january 20th
by brandonb
Mon Nov 28, 2011 11:41 pm
Forum: Flowcode V4
Topic: Flowcode 5 Upgrade Price....
Replies: 10
Views: 5551

Re: Flowcode 5 Upgrade Price....

being in usa how do i update and what would be the us equvelant for cost, and can i pay with visa? i dont know what a british sterling is, cant any exchange rate can be converted in an electronic transaction
by brandonb
Mon Nov 28, 2011 5:38 pm
Forum: Flowcode V4
Topic: Flowcode 5 Upgrade Price....
Replies: 10
Views: 5551

Re: Flowcode 5 Upgrade Price....

steve, upgrading to v5 from v4, is it possible to use both at the same time or does it eliminate the v4 licence when updating to v5
by brandonb
Mon Nov 28, 2011 8:39 am
Forum: Flowcode V4
Topic: 16f1939/16f1938 missing port interrupts
Replies: 13
Views: 6986

Re: 16f1939/16f1938 missing port interrupts

thinking about it, i rigged up a circuit on the original pic flowbench with a 1n4004 diode to stop the injtectors, thats about the same thing as what i was talking about so im sure it will work until the problem is resolved, thanks martin, i didnt realize the logic 0 would be that high, you have me ...
by brandonb
Mon Nov 28, 2011 5:53 am
Forum: Flowcode V4
Topic: 16f1939/16f1938 missing port interrupts
Replies: 13
Views: 6986

Re: 16f1939/16f1938 missing port interrupts

thanks spanish dude, on second thought the 16f1939 and 16f1938 are the perfect chips for what i need, i tryed to do what you suggested with changing the registers but couldnt get it to work.... im hoping that matrix would see this post and fix these two chips for me to be able to use the port interr...
by brandonb
Sun Nov 27, 2011 6:37 am
Forum: Flowcode V4
Topic: 16f1939/16f1938 missing port interrupts
Replies: 13
Views: 6986

Re: 16f1939/16f1938 missing port interrupts

hey spanish dude, i'll have to attempt that tommorrow, i havent done anything like that before, out of curiosity what chips do you use that have program memory around 28kb that work good with flowcode... im gonna buy some 18f2685's but at $12 a pop its a bit overkill with 96kb, i want to make a engi...
by brandonb
Sat Nov 26, 2011 9:15 pm
Forum: Flowcode V4
Topic: 16f1939/16f1938 missing port interrupts
Replies: 13
Views: 6986

Re: 16f1939/16f1938 missing port interrupts

hey spanish dude (cool name) i dont know anything about assembly or C language, thats why i got flowcode :D i was thinking about using the datasheet to configure the registers but since the port interrupt is not an option i dont see how it would do anything since i wouldnt have a place to draw an in...
by brandonb
Sat Nov 26, 2011 5:41 pm
Forum: Flowcode V4
Topic: 16f1939/16f1938 missing port interrupts
Replies: 13
Views: 6986

Re: 16f1939/16f1938 missing port interrupts

matrix whats the expectation on this
by brandonb
Fri Nov 25, 2011 9:33 am
Forum: Flowcode V4
Topic: interupt on pin
Replies: 31
Views: 16070

Re: interupt on pin

martin- does that make it easier or impossible due the the laws......ohh and check it out, i redid my flow bench controller using one chip only by implimenting interrupts (wonder how many times i wrote that word in these posts)
by brandonb
Fri Nov 25, 2011 6:36 am
Forum: Flowcode V4
Topic: interupt on pin
Replies: 31
Views: 16070

Re: interupt on pin

martin- thanks for the unorthodox loop interrupt file, it does stop the loop, but it doesnt do what i was hopeing to do, by resetting it back to the beginning of the loop, but thats ok though, because i wasnt sure if thats something that is commonly done, and i guess that it isnt a common nor recomm...
by brandonb
Thu Nov 24, 2011 9:23 am
Forum: Flowcode V4
Topic: 16f1939/16f1938 missing port interrupts
Replies: 13
Views: 6986

16f1939/16f1938 missing port interrupts

on this device the port interrupts are missing(int on change), is there an updated .fcd file to correct this on the 16f1938 and 16f1939 chips? i have a 4 day weekend and it would be nice to be able to use these chips with the above potential :D
by brandonb
Tue Nov 22, 2011 4:50 am
Forum: Flowcode V4
Topic: Really cool part for Flowcode project builders!
Replies: 9
Views: 8143

Re: Really cool part for Flowcode project builders!

i was gonna create a pcb order of something very simular for the same reason, but unfortunitly i would get 3 (3.8"x2.5")boards for $62...$10 is alot cheeper and these look better, and good for making programming boards out of them.....i'll have to put those on my personal xmas list, thanks
by brandonb
Tue Nov 22, 2011 4:05 am
Forum: Flowcode V4
Topic: Model Railroad Turntable Project Need Help!!
Replies: 14
Views: 9205

Re: Model Railroad Turntable Project Need Help!!

From all the posts I’ve been reading Brandon it looks like you are too! We are all very fortunate and I for one very greatful!! your right, if it wasnt for martin and fotios i would still be scratching my head back at square one, im am definitly greatful, hey maybe matrix should give them both a fr...
by brandonb
Mon Nov 21, 2011 6:37 am
Forum: Flowcode V4
Topic: Model Railroad Turntable Project Need Help!!
Replies: 14
Views: 9205

Re: Model Railroad Turntable Project Need Help!!

Werner
EB-006, E-Blocks, Student of “Martin”
student of martin? awsome! where do i sign up!!!
by brandonb
Sun Nov 20, 2011 11:48 pm
Forum: Flowcode V4
Topic: interupt on pin
Replies: 31
Views: 16070

Re: interupt on pin

If you could create a flowchart that shows what you’re after, then I can make alterations to this attached flowchart. Martin when you commented above, this was what i was after (attachement) was wondering if there is any way to interrupt a long loop with out restarting the chip, my fcf obviously do...
by brandonb
Sun Nov 20, 2011 5:35 am
Forum: Flowcode V4
Topic: interupt on pin
Replies: 31
Views: 16070

Re: interupt on pin

the port correction file when dropped in didnt work on hardware but did work in simulation, should i contact matrix for a fix on this? it appears that alot of chips are effected this way, below is a file of a port configuration, does work with hardware, is there a more efficient way to obtain the sa...
by brandonb
Sun Nov 20, 2011 3:48 am
Forum: Flowcode V4
Topic: interupt on pin
Replies: 31
Views: 16070

Re: interupt on pin

thats what i seen too, all b port is single pin interupt.... b0 works but the other ones dont
by brandonb
Sun Nov 20, 2011 2:50 am
Forum: Flowcode V4
Topic: interupt on pin
Replies: 31
Views: 16070

Re: interupt on pin

thanks martin, im looking at the datasheet for the 16f1939, could you take a gander at it and tell me which pins do interrupts in flowcode and what those pins are <im trying to use the datasheets to figure this stuff out but it gets confusing because they dont tell me flat out how it works