Search found 4 matches

by joubertmorne
Sat May 06, 2017 1:05 am
Forum: Formula AllCode
Topic: Use of Expansion ports
Replies: 1
Views: 6434

Re: Use of Expansion ports

The solution was to make use of the E-Blocks Header which has pins that activate when the corresponding LED is lit. In my case, the transistor switch circuit was activated through pin E0 which toggles with LEDon/off (0). :D
by joubertmorne
Thu May 04, 2017 3:34 pm
Forum: Formula AllCode
Topic: Use of Expansion ports
Replies: 1
Views: 6434

Use of Expansion ports

I have hit a brick wall with my project and I hope someone can help me. My setup is as follows: 16F1937 EB024 Bluetooth Board EB014 Keypad EB005 LCD Board Formula Allcode I have been tasked to program a Microcontroller with a script that controls a Formula allcode robot. I was successful in doing th...
by joubertmorne
Wed May 03, 2017 11:26 am
Forum: Formula AllCode
Topic: FA Remote Control From E-blocks EB006 + EB024
Replies: 3
Views: 21849

Re: FA Remote Control From E-blocks EB006 + EB024

We have been tasked to control the Formula allcode (API mode) via a combination of the EB006 Programmer and a bluetooth card (EB024). When the LDR detects a laser ( Value of +/-3400 ), the buggy should be immobilised for a set time. To do this we need to return a value and attach it to a variable wh...
by joubertmorne
Tue May 02, 2017 10:07 pm
Forum: Formula AllCode
Topic: FA Remote Control From E-blocks EB006 + EB024
Replies: 3
Views: 21849

Re: FA Remote Control From E-blocks EB006 + EB024

I have the exact same setup and managed to connect and control my FAC using your scripts. Now I am required to read a light value from the LDR on the FAC and set it as a variable. I send the script "Readlight" to the FAC but I can't seem to use the returned value as a variable. This has troubled me ...