Search found 47 matches
- Sun Mar 20, 2016 8:08 pm
- Forum: Formula AllCode
- Topic: formula allcode
- Replies: 42
- Views: 64580
Re: formula allcode
OK I've tried the proximity program and could not get it to run on bluetooth. I wrote my own and to work like your program . Is there a way to get the buggy to speak the message? As it is now my laptop speaks message with the ir trigger (also works on light read) .I am thinking that maybe more peopl...
- Sun Mar 20, 2016 7:29 pm
- Forum: Formula AllCode
- Topic: formula allcode
- Replies: 42
- Views: 64580
Re: formula allcode
What is Formula AllCode Firmware V2 for ? Do we need to upgrade our buggies?
Bill


- Tue Mar 08, 2016 11:37 pm
- Forum: Formula AllCode
- Topic: formula allcode
- Replies: 42
- Views: 64580
Re: formula allcode
Thanks for the guidance Ben, it seems to be that you can only have the API open if you want to run the cart threw bluetooth. I redid my octagon program and other than not stopping at the start point it ran fine. Now onto more advance things.
Bill

- Sun Mar 06, 2016 12:17 am
- Forum: Formula AllCode
- Topic: formula allcode
- Replies: 42
- Views: 64580
Re: formula allcode
OK frustration is building. I have had problems loading a program threw flowcode into the robot threw bluetooth. Very rarely do I get it to preform as I want it to. In your lessons you really do not put enough effort into instructing how to use it . Most program I try to run will not see the com4 fo...
- Wed Feb 24, 2016 10:14 pm
- Forum: Formula AllCode
- Topic: formula allcode
- Replies: 42
- Views: 64580
Re: formula allcode
OK , I've tried to load a program and I had no success . I am going out on a limb and thinking that the startup program you guys have in is an OS that I need to go into API mode to load a program? TIA
Bill

- Mon Feb 22, 2016 10:54 pm
- Forum: Formula AllCode
- Topic: formula allcode
- Replies: 42
- Views: 64580
formula allcode
I got my buggy today and now wonder where I can find out what is connected to what on the buggy. And when will the coarse online be available? Thanks, Bill
- Sun Feb 07, 2016 11:09 pm
- Forum: Flowcode V6
- Topic: A RGB led out put to track the colors
- Replies: 2
- Views: 3026
Re: A RGB led out put to track the colors
OK after hooking it all up it seems that I get the red LED to increase intensity but no others and my display works half assed . Back to the drawing board. 

- Wed Feb 03, 2016 10:59 pm
- Forum: Flowcode V6
- Topic: A RGB led out put to track the colors
- Replies: 2
- Views: 3026
A RGB led out put to track the colors
I had mad a rgb cube a while back and now I am trying to find what I like as the best colors to go threw it . So I have 3 5k variable resistors connected to acd and am matching that to 3 pwm's coming out of a arduino compatible board that I have laying around. I am also putting out the adc's numbers...
- Tue Jan 19, 2016 8:33 pm
- Forum: Flowcode V6
- Topic: LCD 4x20 serial
- Replies: 6
- Views: 5251
Re: LCD 4x20 serial
OK I figured it out. My Chip needed to be put to nano328 and then the comm speed issue went away.
You guy had a hunch that I would figure it out didn't you? LOL

- Mon Jan 18, 2016 11:31 pm
- Forum: Flowcode V6
- Topic: LCD 4x20 serial
- Replies: 6
- Views: 5251
Re: LCD 4x20 serial
OK new problem with compiling to chip
avrdude.exe: invalid baud rate specified 'LCD_I2C.hex'
Error returned from [avrdude]
C:\Program Files\Flowcode 6\compilers\avr\batchfiles\avrc_arduinoA.bat reported error code 1
What does this mean ?
avrdude.exe: invalid baud rate specified 'LCD_I2C.hex'
Error returned from [avrdude]
C:\Program Files\Flowcode 6\compilers\avr\batchfiles\avrc_arduinoA.bat reported error code 1
What does this mean ?
- Mon Jan 18, 2016 1:49 am
- Forum: Flowcode V6
- Topic: LCD 4x20 serial
- Replies: 6
- Views: 5251
Re: LCD 4x20 serial
The LCD that I have is I2C and seems that you guys have that covered. Didn't get to try it yet (stupid American Football) but hope that I can try it tomorrow after work. Once again ,Thanks.
Bill

- Sun Jan 17, 2016 5:10 pm
- Forum: Flowcode V6
- Topic: LCD 4x20 serial
- Replies: 6
- Views: 5251
Re: LCD 4x20 serial
Thanks Martin, yet another lesson learned by asking a question. Found what I needed to use for my new display.
Bill

Bill
- Sun Jan 17, 2016 4:16 pm
- Forum: Flowcode V6
- Topic: LCD 4x20 serial
- Replies: 6
- Views: 5251
LCD 4x20 serial
Is there any components for a 4x20 serial LCD in FC6?
- Fri Jan 01, 2016 8:54 pm
- Forum: General Programming
- Topic: Raspberry pi
- Replies: 1
- Views: 6507
Raspberry pi
I don't know if anyone has asked this yet but are there any plans for Flowcode to be compatible with the Raspberry pi ? I got one from my son on Christmas and am just getting started with it. Thanks.
Bill
Bill

- Thu Nov 12, 2015 11:25 pm
- Forum: Flowcode V6
- Topic: LED on pwm on arduino
- Replies: 7
- Views: 6365
Re: LED on pwm on arduino
LOL, now that was easy . I looked at your 1st example and saw in the properties menu where you list each channel of PWM and saw that they have a output pin associated with it and that I kept using PWM1 in my program which would then relate to $PORTD.6 . Lesson learned - thank you once again. :wink: ...
- Thu Nov 12, 2015 11:18 pm
- Forum: Flowcode V6
- Topic: LED on pwm on arduino
- Replies: 7
- Views: 6365
Re: LED on pwm on arduino
Thank you , once again you have come threw and shown me how to do something in Flowcode. It works well. Now all I have to do is figure out how you decide which PWM pin get selected on this and I will be on my way. Thanks again, you guys never cease to answer a question that even I can wrap my head a...
- Wed Nov 11, 2015 8:26 pm
- Forum: Flowcode V6
- Topic: LED on pwm on arduino
- Replies: 7
- Views: 6365
Re: LED on pwm on arduino
Thanks for the sketch. I still am not getting the LED to light with pwm .Do I need the LED to be connected threw the resistor to ground or to the 5 v? I can get it to work using the Arduino compiler in "C" but not threw the flowcode software.
Bill
Bill

- Wed Nov 11, 2015 1:04 pm
- Forum: Flowcode V6
- Topic: LED on pwm on arduino
- Replies: 7
- Views: 6365
Re: LED on pwm on arduino
Sorry I forgot to attach it.
- Tue Nov 10, 2015 11:41 pm
- Forum: Flowcode V6
- Topic: LED on pwm on arduino
- Replies: 7
- Views: 6365
LED on pwm on arduino
Can someone give a example of lighting a LED on digital pin #9 as a pwm. My attempts seem to be coming up short. I have the the LED wire threw a resistor to ground and when I use the LED component macro it lights fine but on the simulation my pwm meter work like it should but in actual circuit not l...
- Mon Mar 09, 2015 8:39 pm
- Forum: General Programming
- Topic: Android OS
- Replies: 1
- Views: 3613
Android OS
Has anyone tried to run flowcode on an android tablet system?
Bill

- Thu Oct 16, 2014 9:55 pm
- Forum: Flowcode V6
- Topic: Flowcode 6.1 Released!
- Replies: 46
- Views: 58202
Re: Flowcode 6.1 Released!
Does flowcode support the Trinket AVR/Arduino ?
Bill
Bill
- Mon Sep 15, 2014 9:13 pm
- Forum: Flowcode V5
- Topic: Nested desisions
- Replies: 9
- Views: 8856
Re: Nested desisions
Sorry it took so long to get back .I've tested the program and it works as it is suppose to , but I've yet to try the circuit in a real world environment to see if it will do what I wanted it to do. A BIG THANKS once again to all who helped me out with this and educated me further in flowcode and PI...
- Mon Aug 11, 2014 12:00 am
- Forum: Flowcode V5
- Topic: Nested desisions
- Replies: 9
- Views: 8856
Re: Nested desisions
OK, one more stupid question. The Master Clear Enable my choices are internal or external which on disables this?
Bill
Bill
- Sun Aug 10, 2014 7:41 pm
- Forum: Flowcode V5
- Topic: Nested desisions
- Replies: 9
- Views: 8856
Re: Nested desisions
Martin, thank you so much. I've now got 2 examples that both work doing it slightly different ways. I love it. I can't wait to wire it up and try it.
Bill

Bill
- Sun Aug 10, 2014 3:55 pm
- Forum: Flowcode V5
- Topic: Nested desisions
- Replies: 9
- Views: 8856
Re: Nested desisions
OK after playing with this for a while I noticed that if I get a fail the relay on (green LED) comes on but if the phase fail goes away the only way to turn off the Green LED is to power off or reset the program. I don't think this would be a big problem because the phase fail is usually a fuse in t...