Search found 9 matches

by reedas
Thu May 13, 2021 3:24 pm
Forum: Formula AllCode
Topic: IR sensors with flowcode 9
Replies: 4
Views: 7546

Re: IR sensors with flowcode 9

Hi Leigh,

It is the same on all the Allcode rovers we've tried. Another issue that may be related is that the logo commands cause the Allcode rover program to hang.

Thanks Andrew
by reedas
Thu Apr 29, 2021 4:06 pm
Forum: Formula AllCode
Topic: IR sensors with flowcode 9
Replies: 4
Views: 7546

IR sensors with flowcode 9

I am having problems reading from the IR sensors on the allcode hardware itself, it does simulate ok. It is only able to successfully read and display values for the left front and left sensors all the other sensors show very low (0,1 or 2 mostly) even when very close to objects on an actual allcode...
by reedas
Sun Mar 21, 2021 3:55 pm
Forum: Bug Reports
Topic: Formula AllCode Robot Buggy
Replies: 3
Views: 3399

Re: Formula AllCode Robot Buggy

HI @Benj Did you discover the solution to this issue? I am using the formula allcode with a maze running algorithm on flowcode 8 and encountering the same false low battery halting on a fully charged rover. Was it a specific macro or initialisation sequence that caused or resolved it? tia Andrew maz...
by reedas
Tue Jan 16, 2018 10:30 am
Forum: AVR & Arduino
Topic: Arduino compilation error (Windows Path problem)
Replies: 8
Views: 10049

Re: Arduino compilation error (Windows Path problem)

Hi Ben, Thanks for your help. The directory that is not concatenated to 8.3 is "Program Files (x86)" and our IT services team will not allow the moving and copying back of this directory. So I will ask them to reinstall flowcode 7 in a different directory, such as: "C:\flowcode". Do you know if this...
by reedas
Mon Jan 15, 2018 10:01 am
Forum: AVR & Arduino
Topic: Arduino compilation error (Windows Path problem)
Replies: 8
Views: 10049

Re: Arduino compilation error (Windows Path problem)

Hi, I followed the instructions and our IT services team have adjusted the 8dot3 file path key and deleted/recopied the Flowcode directory. But I'm still getting a launch error. Target folder: C:\Users\areed.CCP\DOCUME~1\flowcode Source name: C:\Users\areed.CCP\Documents\flowcode\arduino.fcfx Title:...
by reedas
Fri Jan 12, 2018 11:20 pm
Forum: AVR & Arduino
Topic: Arduino LCD compilation errors
Replies: 4
Views: 5946

Re: Arduino LCD compilation errors

Thanks LeighM,

That works fine.

Andrew
by reedas
Wed Jan 10, 2018 8:53 pm
Forum: AVR & Arduino
Topic: Arduino LCD compilation errors
Replies: 4
Views: 5946

Re: Arduino LCD compilation errors

Hi,

This is the code, arduino and 16x2 i2c lcd, initialise, clear screen, move cursor, print("Hello World!").
F3.fcfx
(8.03 KiB) Downloaded 304 times
Thanks

Andrew
by reedas
Tue Jan 09, 2018 8:54 pm
Forum: AVR & Arduino
Topic: Arduino LCD compilation errors
Replies: 4
Views: 5946

Arduino LCD compilation errors

Trying to add the spi LCD to an Arduino Uno within flowcode. On compilation I get the following "FCP_SET" requires 5 arguments, but only 2 given errors. I have checked for unconnected pins but can't identify any. Target folder: C:\Users\asr\DOCUME~1\Arduino\flowcode Source name: C:\Users\asr\Documen...
by reedas
Fri Jan 05, 2018 4:13 pm
Forum: AVR & Arduino
Topic: Arduino compilation error (Windows Path problem)
Replies: 8
Views: 10049

Arduino compilation error (Windows Path problem)

Hi I'm trying to use flowcode 7 with an arduino and can't get the compiler to launch, because of the way that windows doesn't like spaces in the directory address passed by flowcode. It's odd because windows doesn't mind the path when I compile the same code for a miac. The compiler options are lock...