Search found 1000 matches

by Steve-Matrix
Mon Apr 08, 2024 9:09 am
Forum: Bug Reports
Topic: Flowcode 7 Download Not Working !
Replies: 6
Views: 142

Re: Flowcode 7 Download Not Working !

Hi Chipfryer, yes I have tried all day with different browsers and different pc's but to no avail, always the same thing, resume does not work so I will try again tomorrow because as you say sometimes the server can be having an off day We have seen this caused by browser extensions. You could try ...
by Steve-Matrix
Wed Apr 03, 2024 9:08 am
Forum: Feature Requests
Topic: My idea is the following
Replies: 1
Views: 94

Re: My idea is the following

Thanks for the idea. We'd be very happy for you to post similar projects for other devices and you can do that on this forum. However, be aware that the settings for getting a particular chip to work depends on the hardware configuration as well (for example, clock type, crystal value, etc), so ther...
by Steve-Matrix
Thu Mar 28, 2024 9:04 am
Forum: General
Topic: Formula Allcode losing bluetooth connection
Replies: 16
Views: 1300

Re: Formula Allcode losing bluetooth connection

Flowcode cannot run the Python scripts. You should run those normally. Just make sure you have the FA.py file in the same (unzipped) folder as your project file.
by Steve-Matrix
Wed Mar 27, 2024 9:15 am
Forum: General
Topic: Formula Allcode losing bluetooth connection
Replies: 16
Views: 1300

Re: Formula Allcode losing bluetooth connection

In regards to the blue light, the light will only remain on for a couple seconds at most then go back to flashing Pairing does not seem to be the issue. Your problem is that the serial connection that happens disconnects after a short while. This is likely due to the program you have written for th...
by Steve-Matrix
Wed Mar 27, 2024 9:07 am
Forum: General
Topic: Programs cannot be loaded to some clone Arduino nanos
Replies: 6
Views: 730

Re: Programs cannot be loaded to some clone Arduino nanos

It sounds like Flowcode is correctly producing the HEX file, but the programmer being used (AvrDude) and/or the hardware connection tot he device is the problem. You could try loading the HEX file using an alternative programmer. As the problem does not appear to be due to Flowcode, there is not muc...
by Steve-Matrix
Tue Mar 26, 2024 12:11 pm
Forum: Projects - Embedded
Topic: PIC18 extended instruction set was enabled but is not supported by this compiler
Replies: 3
Views: 489

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

ATS-5S18F46K22.c:37:45: error: (1504) the PIC18 extended instruction set was enabled but is not supported by this compiler I have the license installed but still cant get the PIC18F46K22 to compile. I am getting the above error. The "Extended Instruction Set" bit is set in the config word for that ...
by Steve-Matrix
Mon Mar 25, 2024 9:17 am
Forum: General
Topic: Formula Allcode losing bluetooth connection
Replies: 16
Views: 1300

Re: Formula Allcode losing bluetooth connection

When the pin is entered and the car and laptop pair, it unpairs for no reason. Something seems odd about this. When a Bluetooth device is paired (e.g. by a PC), that pairing is remembered. It sound like something is actively unpairing the buggy on your PC. It might be worth trying a different PC or...
by Steve-Matrix
Fri Mar 22, 2024 6:03 pm
Forum: General
Topic: Formula Allcode losing bluetooth connection
Replies: 16
Views: 1300

Re: Formula Allcode losing bluetooth connection

By "disconnect", do you mean "unpair"? And during this process, are you trying to connect tot he specific COM port being used by the buggy?
by Steve-Matrix
Fri Mar 22, 2024 12:56 pm
Forum: App Developer
Topic: State Machine Breaks working Web App
Replies: 3
Views: 600

Re: State Machine Breaks working Web App

State Diagrams work fine in PC Developer apps. But there is no wat to convert between PC and Web Developer apps.