Search found 1336 matches

by medelec35
Wed Apr 03, 2024 9:32 pm
Forum: General
Topic: License Activation
Replies: 13
Views: 497

Re: License Activation

You are missing the .msg.txt file
That would be a big help for us if you had downloaded the AVR/Arduino toolchaain
by medelec35
Tue Apr 02, 2024 2:09 pm
Forum: Bug Reports
Topic: SD card not initialising using 18F47K42 FC9
Replies: 4
Views: 176

Re: SD card not initialising using 18F47K42 FC9

Hello.
Are you referring to a compiler error with just initialise, if so can you post your .fcfx, .c and .msg.txt files please.

Or are you referring to stuck on initialise within your hardware?
by medelec35
Tue Apr 02, 2024 11:52 am
Forum: General
Topic: License Activation
Replies: 13
Views: 497

Re: License Activation

Hello. Can you select Full Editor & Preview, below the reply window, Select attachments and upload the .fcfx, .msg.txt and .c files within the project folder. Without seeing those files we can only guess. Do you have the nano drivers installed and selected the correct comport (bottom righthand side)...
by medelec35
Tue Apr 02, 2024 10:23 am
Forum: General
Topic: License Activation
Replies: 13
Views: 497

Re: License Activation

Hello.
If you have not purchased any chip packs, then the only hardware that will work is listed here
by medelec35
Thu Mar 28, 2024 10:21 am
Forum: General
Topic: E-Blocks 2 settings
Replies: 4
Views: 775

Re: E-Blocks 2 settings

Hello. This is the debounce routine for the switch read functions: Debounce.png if you believe the debounce is not working then we will investigate further. You need to rememberr that the code within a microcontroller is accessed so fast, delays or WaitUntilHigh or WaitUntilLow (depending on the pol...
by medelec35
Thu Mar 28, 2024 10:01 am
Forum: Tips & Tricks
Topic: Updating XC8 Compiler
Replies: 3
Views: 810

Re: Updating XC8 Compiler

Hello.
We will be updating XC8 PIC compiler as soon as we are happy that there are no issues with it.
I just posted instruction for anyone that wants to give it a try before its updated.
We do plan on adding some new devices. :)
by medelec35
Thu Mar 28, 2024 9:22 am
Forum: General
Topic: Formula Allcode losing bluetooth connection
Replies: 16
Views: 1516

Re: Formula Allcode losing bluetooth connection

Hello.
As Steve stated, Flowcode will not run the python scripts, it will only run the files that are within the Flowcode section of Formula AllCode Resources.
It was the quickest method for me to establish there is not an issue with Bluetooth.
by medelec35
Wed Mar 27, 2024 4:51 pm
Forum: General
Topic: Formula Allcode losing bluetooth connection
Replies: 16
Views: 1516

Re: Formula Allcode losing bluetooth connection

Hi Daniel. fcsx a PC developer file. You will need to download Flowcode v10 from here You won't require any of the Toolchains. Since Flowcode v10 is free I thought it was the quickest way to test the Buggy. If you do want to install Flowcode then after its installed, you will need to run Full databa...
by medelec35
Wed Mar 27, 2024 12:10 pm
Forum: General
Topic: Formula Allcode losing bluetooth connection
Replies: 16
Views: 1516

Re: Formula Allcode losing bluetooth connection

Hello. Lets get you going with a basic example available from Formula AllCode Resources website. The following can only be done if the Robot is paired (It won't be connected, so the blue LED should be flashing until step 5 and running with the factory firmware. It does not matter what mode the Formu...
by medelec35
Wed Mar 27, 2024 11:10 am
Forum: General
Topic: E-Blocks 2 settings
Replies: 4
Views: 775

Re: E-Blocks 2 settings

Hello As a general rule the debounce will only work if you use the function of the switch e.g ReadState. If you use the Input command icon then there will be no debounce function. I thought I would mention this for anyone who has a similar issue. Following Martins (mnfisher) advice is what I would r...