You Choose! - Next Flowcode Training Video Subject

Tips, Tricks and methods for programming, learn ways of making your programming life easier, and share your knowledge with others.

Moderators: Benj, Mods

Post Reply

Which topic would you like to see covered in the next Flowcode Training Video?

Basics of the RS232 component
12
21%
Detailed explanation of chip configurations
28
48%
Basics of the gLCD component
18
31%
 
Total votes: 58

User avatar
DavidA
Matrix Staff
Posts: 1076
Joined: Fri Apr 23, 2010 2:18 pm
Location: Matrix Multimedia Ltd
Has thanked: 58 times
Been thanked: 258 times
Contact:

You Choose! - Next Flowcode Training Video Subject

Post by DavidA »

Hey All,

Some of you may have noticed that we have a YouTube channel which contains some Flowcode Training videos. Well now we would like to expand this idea a bit, and offer some better support by making some new videos which go more in depth into Flowcode.

To help us make the decision about what to make the next video about we thought we would ask you guys!

We want to make a new support type video which will go over the basics of a part of Flowcode, what we need is for users to vote in our poll on the subject of our next support video.

We are hoping to make this a regular occurrence in the future! So please help make this a success by voting for the video you would like us to make first!

The options are:

- Basics of the RS232 component
- Detailed explanation of chip configurations
- Basics of the gLCD component

Also we are open for suggestions for other topics you would like covered in the future, just write them down in a reply to this thread!

User avatar
acestu
Posts: 1720
Joined: Thu Dec 01, 2011 9:36 pm
Location: Macclesfield UK
Has thanked: 783 times
Been thanked: 223 times
Contact:

Re: You Choose! - Next Flowcode Training Video Subject

Post by acestu »

The problem is not the topic, it is the video quality, the tutorials on youtube are such bad quality you can not read any text, a series of HD video tutorials would be brilliant.....

thanks
Acestu
Laptop Mac Book Pro i7 retina El Capitan //// Tower/Intel i7-Windows 7 64 Bit, Toshiba i5 Laptop Windows 10
Computers are like air conditioners. They work fine until you start opening windows.

Gypo
Posts: 52
Joined: Thu Apr 29, 2010 11:12 am
Has thanked: 5 times
Been thanked: 3 times
Contact:

Re: You Choose! - Next Flowcode Training Video Subject

Post by Gypo »

I agree with these comments completely.

I have downloaded / viewed a whole host of videos from the web (including YouTube) only to find that the quality is so bad the video only serves to show something can be done with this or that and someone else has managed to do it.
None of them actually help others much in getting the project working.

With an idea of videos to do how about,,,,
1)
A few tutorials using Flowcode with various Microchip demo boards?
I know they are taking some of your custom in that people may buy their boards rather than yours but there are loads of us out here that has a variety of Microchip boards already and would be more that over the moon if you helped integrate them with Flowcode.
I know they can work with Flowcode already but there are quirks with some boards that make things difficult to achieve and being shown how to do it would be a good leap forward for guys like me.

2)
How about a collection of code snippets that can be added to an existing component code that makes it do something different or better, with of course a tutorial on how to integrate them too.
I personally have kept away from altering component code as I found it hard / confusing when I did try and so gave up and went back to assembler & C within MPLAB

3)
Complete solutions for comms etc. What I mean is when a CAN controller is made / programmed have the receivers circuits and code there too so that we have a complete circuit not just half of it.
Same goes for IP (or networking), SPI, I2C, LIN both ends would be good.

4)
Microchip puts some cracking application notes (circuits) on their site how about a section of projects using their circuits and Flowcode code???

Just a couple of ideas....
I look forward to seeing what comes up...

Regards
Gypo
The only real simulation isn't ...
Gypo

Docara
Posts: 315
Joined: Sun Jun 23, 2013 1:29 pm
Has thanked: 28 times
Been thanked: 61 times
Contact:

Re: You Choose! - Next Flowcode Training Video Subject

Post by Docara »

I completely agree with the previous comments - they are not "training" videos they are merely overviews of what can be done with Flowcode components.

How can you be taught aanything in 2mins with no commentary??

User avatar
DavidA
Matrix Staff
Posts: 1076
Joined: Fri Apr 23, 2010 2:18 pm
Location: Matrix Multimedia Ltd
Has thanked: 58 times
Been thanked: 258 times
Contact:

Re: You Choose! - Next Flowcode Training Video Subject

Post by DavidA »

Hi!

The videos linked here are not the most current ones.

http://www.matrixtsl.com/flowcode_help/help_videos.php

These are listed here, they are a bit better with commentary etc, not perfect but certianly better than the ones linked here.

miggarcbs
Posts: 20
Joined: Fri Dec 04, 2015 1:14 pm
Location: Portugal
Been thanked: 2 times
Contact:

Re: You Choose! - Next Flowcode Training Video Subject

Post by miggarcbs »

Hi

Gypo said

"How about a collection of code snippets that can be added to an existing component code that makes it do something different or better, with of course a tutorial on how to integrate them too. "

I, beside my choose on Detailed explanation of chip configurations, also entirely agree with this idea from Gypo, as it will bring us much more power and flexibility.
.
.

Thanks in advance,

---------------------------------------------

Miguel Garcia
Electronics Technician
Electronic Systems Developer

.

Docara
Posts: 315
Joined: Sun Jun 23, 2013 1:29 pm
Has thanked: 28 times
Been thanked: 61 times
Contact:

Re: You Choose! - Next Flowcode Training Video Subject

Post by Docara »

From my other post:-

How to use the parts of PICs, AVR etc that you don't support natively and pass values between them eg RTCC
Doc

kurt_k
Posts: 10
Joined: Wed Dec 13, 2017 2:37 am
Has thanked: 1 time
Been thanked: 2 times
Contact:

Re: You Choose! - Next Flowcode Training Video Subject

Post by kurt_k »

Hey Matrix Team,
Great suggestions in the post. Lots of pertinent topics. I would like to see more information regarding interrupts in Flowcode. What happens when setting an interrupt? Do I disable it when I jump to another macro? Do I need to enable when returning from a macro? How many interrupts can my stack handle? How do I generate a custom interrupt? And on and on ... I find the Matrix site woefully lacking information on how to use some of these tools. The abstraction is great but I think we still need some details as to what the code is doing behind the scenes. I really like programming in flowcode, I just wish I understood better.

Thanks,
Kurt

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: You Choose! - Next Flowcode Training Video Subject

Post by Benj »

Hi Kurt,

If your in doubt you can just ask :wink: A lot of the time we have to be vague because we deal with so many different types of hardware.
What happens when setting an interrupt?
Essentially a bit in a register is set that allows the interrupt to fire and cause the program counter to jump to your interrupt service routine vector.
Do I disable it when I jump to another macro?
No once the interrupt is enabled it will remain enabled until it is disabled again.
Do I need to enable when returning from a macro?
Nope, see above.
How many interrupts can my stack handle?
It depends on the microcontroller you're using and the amount of Stack. 8-bit PIC devices have an 8 layer stack but the XC8 compiler we use also adds a software stack should you run out of hardware stack.
How do I generate a custom interrupt?
Have you seen the wiki page on this, it provides some examples with code.
https://www.matrixtsl.com/wiki/index.ph ... _Interrupt

Post Reply