Search found 3087 matches

by Steve
Thu Jan 26, 2023 12:43 pm
Forum: General Programming
Topic: using Arduino Library
Replies: 10
Views: 14015

Re: using Arduino Library

Dutch wrote:
Thu Jan 26, 2023 12:36 pm
Yahoo! its there!
I'll be posting on the other forum shortly. Please use the dedicated v10 section to post comments on it as it helps to have the discussion in one place. That v10 forum will be live soon. For reference, it will be here:
https://www.flowcode.co.uk/forums/viewforum.php?f=13
by Steve
Wed Jan 25, 2023 2:40 pm
Forum: Flowcode V6
Topic: GSM Flowcode
Replies: 9
Views: 16355

Re: GSM Flowcode

Zoli2496 wrote:
Wed Jan 25, 2023 1:35 pm
I use Flowcode V9 software.
Can you please post your request to those forums instead of here so we and fellow users can support you better.
by Steve
Wed Jan 25, 2023 10:00 am
Forum: General Programming
Topic: using Arduino Library
Replies: 10
Views: 14015

Re: using Arduino Library

Dutch wrote:
Tue Jan 24, 2023 9:58 pm
is there an idea when Flowcode 10 is released?
News is imminent. We should have an announcement perhaps as early as today.
by Steve
Thu Nov 10, 2022 1:13 pm
Forum: Bug Reports
Topic: V8 Update rendered program unusable
Replies: 1
Views: 2862

Re: V8 Update rendered program unusable

Thanks for clarifying and posting on the correct forum. It has certainly helped me to understand the problem better as that error message should only be displayed when attempting to open an existing or create a new project, hence my assumption. It seems my post is pretty self-explanatory: I'm neithe...
by Steve
Mon Nov 07, 2022 5:13 pm
Forum: General Programming
Topic: MCP41010 Digital Pot
Replies: 36
Views: 114672

Re: MCP41010 Digital Pot

Please post your FCFX file, the generated C file, and the MSG.TXT file.

Also, please describe your hardware or upload a clear picture so we can see how everything is connected.
by Steve
Sun Oct 09, 2022 11:37 am
Forum: General Programming
Topic: PIC TO PIC USING BLUETOOTH
Replies: 7
Views: 7139

Re: PIC TO PIC USING BLUETOOTH

The short answer is yes.

We have a full course on this here which you can find in the resource tab on that page.
by Steve
Mon Oct 03, 2022 8:48 am
Forum: Flowcode V5 Issues
Topic: FC5 activation problem
Replies: 12
Views: 20649

Re: FC5 activation problem

Flowcode v5 is quite old now so I might not be remembering correctly, but the message "16 days left" makes me think it is running a trial. Maybe your actual licence will start after the trial has ended.
by Steve
Thu Aug 04, 2022 11:26 am
Forum: Flowcode V5
Topic: Flowcode 5 Work On Windows 11 64 bit
Replies: 2
Views: 2649

Re: Flowcode 5 Work On Windows 11 64 bit

Flowcode v5 runs on my 64bit Windows 10 PC, so I think there is a good chance it will work on Windows 11 too.
by Steve
Tue Jul 12, 2022 8:59 am
Forum: Flowcode V8
Topic: FC8 crushed
Replies: 3
Views: 3559

Re: FC8 crushed

Glad you solved the problem and thanks for letting us know.
by Steve
Thu Jul 07, 2022 8:59 am
Forum: Flowcode V8
Topic: MQTT Using GSM
Replies: 1
Views: 2864

Re: MQTT Using GSM

George_B wrote:
Thu Jul 07, 2022 5:49 am
Is it possible to implement this in flowcode 9 ?
Please can you post questions for Flowcode v9 into the v9 forum.
by Steve
Fri Jun 24, 2022 1:12 pm
Forum: Flowcode V8
Topic: PullUp/ PullDown Resistors
Replies: 3
Views: 3367

Re: PullUp/ PullDown Resistors

I don't think you can as there is a single setting for all of PORTB. This is from the datasheet: Each of the PORTB pins has a weak internal pull-up. A single control bit can turn on all the pull-ups. This is performed by clearing bit RBPU (INTCON2<7>). The weak pull-up is automatically turned off wh...
by Steve
Fri Jun 24, 2022 9:39 am
Forum: Flowcode V8
Topic: PullUp/ PullDown Resistors
Replies: 3
Views: 3367

Re: PullUp/ PullDown Resistors

According to the datasheet for that device, only PORTB has an option for internal pull-ups. You have to add some C code in a C icon at the beginning of your program to enable them. Hopefully this will work:

Code: Select all

INTCON2bits.nRBPU = 0;
by Steve
Wed Jun 08, 2022 10:47 am
Forum: Announcements
Topic: History of Flowcode
Replies: 0
Views: 52483

History of Flowcode

For anyone who has missed it, there is an interesting thread discussing the history of Flowcode on our v9 forums here:

https://www.flowcode.co.uk/forums/viewt ... f=3&t=1234
by Steve
Tue Mar 15, 2022 10:51 am
Forum: Flowcode V5
Topic: Flowcode 5 not starting on LG laptop
Replies: 3
Views: 3492

Re: Flowcode 5 not starting on LG laptop

Perhaps something like antivirus software is preventing v5 from running. You could perhaps try starting Windows in safe mode and/or disabling any firewalls/antivirus.

But as Martin (aka medelec35) says, support for v5 ended a while ago and so we're limited in how we can help.
by Steve
Thu Feb 17, 2022 10:19 am
Forum: Flowcode V8
Topic: How to change package types
Replies: 2
Views: 2064

Re: How to change package types

Unfortunately, only the DIP pinout is currently shown for that chip within Flowcode. I believe the chip itself is identical whichever package you use, so the only issue will be Flowcode's chip device diagram will show as DIP not QFN. So you should not experience any issues other than the shape and l...
by Steve
Mon Feb 14, 2022 2:02 pm
Forum: Flowcode V8
Topic: PIC16LF18426 does not work correctly
Replies: 6
Views: 3135

Re: PIC16LF18426 does not work correctly

If an interrupt is not available in the list, then you could use the "Custom" (or "Personalizza") entry and code this yourself.
by Steve
Tue Feb 08, 2022 2:52 pm
Forum: 8-Bit PIC
Topic: DECIMAL POINT HEADACHE
Replies: 31
Views: 15893

Re: DECIMAL POINT HEADACHE

Divide your floating point value by 1000 - that should move the decimal point 3 places to the left. Then convert it to a string and append the "k".
by Steve
Fri Jan 28, 2022 11:41 am
Forum: Forums d'aide en français
Topic: Perte d'informations.
Replies: 2
Views: 5356

Re: Perte d'informations.

Bonjour.

Mon collègue vous a envoyé un e-mail.
by Steve
Thu Jan 20, 2022 10:15 am
Forum: General Programming
Topic: How to do Pwm off and on in flowcode??
Replies: 9
Views: 7397

Re: How to do Pwm off and on in flowcode??

Some great comments in this thread about @medelec35! We're very happy and feel fortunate to have Martin as part of our team here at Matrix.

But thanks and recognition also to our VCs and wider community of users who continue to provide help and support on our forums.
by Steve
Thu Jan 13, 2022 10:38 am
Forum: AVR & Arduino
Topic: LCD 16x2 don't works with Arduino UNO in Flowcode 7
Replies: 10
Views: 7759

Re: LCD 16x2 don't works with Arduino UNO in Flowcode 7

Do you have a spec for the LCD? Specifically, which drivers is it using?
by Steve
Tue Dec 14, 2021 3:48 pm
Forum: Flowcode V7
Topic: Activation key
Replies: 3
Views: 5133

Re: Activation key

Hi Martin,

You should have full access to v7 from home with your own account now.
by Steve
Fri Dec 10, 2021 10:40 am
Forum: Flowcode V7
Topic: Activation key
Replies: 3
Views: 5133

Re: Activation key

Hi Martin,

AFAIK, our current policy is to provide home student licences for the latest version of Flowcode - i.e. v9. From your other post, it appears your college has already bought v9, but is still using v7 for now.

I will contact my colleagues and see what we can do for you.

Regards,
Steve.
by Steve
Mon Nov 15, 2021 11:00 am
Forum: Flowcode V7
Topic: Digital Temperature
Replies: 26
Views: 18015

Re: Digital Temperature

According to the datasheet, the infrared sensor provides an analogue output signal which means the output signal from the sensor (S4) needs to be connected to a suitable analogue input. Unfortunately, your hardware configuration has the sensor connected to PORTB of the micro, which has no analogue i...
by Steve
Thu Nov 11, 2021 3:58 pm
Forum: Flowcode V7
Topic: Digital Temperature
Replies: 26
Views: 18015

Re: Digital Temperature

That's great, Martin. Thanks for letting us know. You can determine the required connections for the other sensors using the same principle. If you're using that limited "D8-13" connector on the Arduino E-blocks board then you will probably only be able to use sensors in "socket 1". The images for e...
by Steve
Wed Nov 10, 2021 6:08 pm
Forum: Flowcode V7
Topic: Digital Temperature
Replies: 26
Views: 18015

Re: Digital Temperature

There's a few things wrong, mainly to do with the connections you have specified for the sensor within your program. It has been a long time since I used these boards, so please bear with me. Also, I do not have access to these boards so hopefully the following is correct... First off, your program ...