Search found 1312 matches

by medelec35
Thu Mar 28, 2024 10:21 am
Forum: General
Topic: E-Blocks 2 settings
Replies: 4
Views: 45

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: 53

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: 227

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: 227

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: 227

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: 45

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...
by medelec35
Wed Mar 27, 2024 10:11 am
Forum: Bug Reports
Topic: CAN module the options disappear
Replies: 4
Views: 39

Re: CAN module the options disappear

Hello. Many thanks for reporting this. Can you try the attached component to see if it's any better for you? Browse to this location using file explorer , it's hidden by default so just paste the link into your address bar. C:\ProgramData\MatrixTSL\FlowcodeV9\Components Place the attached component....
by medelec35
Tue Mar 26, 2024 12:10 pm
Forum: Projects - Embedded
Topic: PIC18 extended instruction set was enabled but is not supported by this compiler
Replies: 3
Views: 54

Re: PIC18 extended instruction set was enabled but is not supported by this compiler

Hello. Select Build > Project Optiuons... Change Extended Instruction Set Enable bit to Disabled Are you sure you want Single-Supply ICSP enable bit on Enabled If via ISCP and the programmer has a VPP connection, then you will need to change it to Disabled as well. Also, disable your Watchdog Timer ...
by medelec35
Tue Mar 26, 2024 10:38 am
Forum: General
Topic: ESP32 Toolchain.
Replies: 1
Views: 35

ESP32 Toolchain.

Hi all. As you may already be aware, Espressif Systems regally move the goal posts. I have IDF 5.1.3 working as I had an issue with installing 5.1.0 (v5.1 release branch) I was wondering what your experiences with installing either of the above versions. For people that have not yet installed ESP32 ...
by medelec35
Tue Mar 26, 2024 10:17 am
Forum: Tips & Tricks
Topic: Updating XC8 Compiler
Replies: 3
Views: 53

Updating XC8 Compiler

Replacing the original compiler with a new version Select File > Global Settings… > Locations tab Under Override toolchain locations , enter the path where the Bin folder is located, e.g. C:\Program Files\Microchip\xc8\v2.46 The end \ can be left off. To change back to the original compiler, replac...