Search found 1310 matches

by medelec35
Thu Mar 28, 2024 9:22 am
Forum: General
Topic: Formula Allcode losing bluetooth connection
Replies: 15
Views: 211

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: 15
Views: 211

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: 15
Views: 211

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: 3
Views: 32

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

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

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

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: 2
Views: 41

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...
by medelec35
Tue Mar 26, 2024 8:12 am
Forum: Projects - Embedded
Topic: Serial woes
Replies: 3
Views: 44

Re: Serial woes

Hello The serial component you want for Uno is Component Libraries > Comms > Comms Interface: > UART (RS232) [2D] If after using that component, you still have an issue then can you post your .fcfx .c and .msg.txt files To do that you will need to select Full Editor & Preview and then click on the A...
by medelec35
Mon Mar 25, 2024 7:52 am
Forum: General
Topic: EEPROM_FLOAT PIC16F1939
Replies: 12
Views: 160

Re: EEPROM_FLOAT PIC16F1939

That's great!
At least you know that one float variable takes four EEPROM addresses.
Thank you for updating us.