Difference between revisions of "Examples and Tutorials"

From Flowcode Help
Jump to navigationJump to search
Line 92: Line 92:
 
*[[Exercise - Dashboard and System Panel - Controlling Multiple Objects|Controlling Multiple Objects]] - Using the Dashboard and System Panel together to effectively program and simulate a system.
 
*[[Exercise - Dashboard and System Panel - Controlling Multiple Objects|Controlling Multiple Objects]] - Using the Dashboard and System Panel together to effectively program and simulate a system.
 
*[[Exercise - System Panel - Controlling Collisions|Controlling Collisions on the System Panel]] - Configuring the System Panel to display and control object collision using different methods.
 
*[[Exercise - System Panel - Controlling Collisions|Controlling Collisions on the System Panel]] - Configuring the System Panel to display and control object collision using different methods.
 
 
==Component Creation==
 
*[[Exercise - Create an LED Component | Create an LED Component]] - Creating a flowchart revolving around an LED component driven by simulation macros and functions.
 
*[[Exercise - Exporting the LED Component | Exporting the LED Component]] - Exporting and saving the component, including simulation macros and properties and variables.
 
*[[Exercise - Importing the LED Component | Importing the LED Component]] - Importing the component into a new flowchart and preparing it for testing in simulation.
 
*[[Exercise - Testing an Imported LED Component | Testing an Imported Component]] - Testing the imported LED by creating a flowchart program to run in simulation to test the component.
 
*[[Exercise - Building a Complex Component | Building a Complex Component - The Traffic Cone]] - Building and programming a component by grouping multiple elements on the System Panel.
 
*[[Exercise - Exporting the Traffic Cone Component| Exporting the Traffic Cone]] - Exporting and saving the component, including simulation macros and properties to prepare for testing.
 
*[[Exercise - Importing and Testing the Traffic Cone| Importing and Testing the Traffic Cone]] - Import the component and test it in simulation by calling the previously programmed simulation macro.
 
  
  

Revision as of 13:00, 3 May 2023

Embedded

App Developer

General purpose I/O board - Arduino, USB

Freeapp-io-monitor2.png

Hardware: Arduino

Connection: USB

Description: a general purpose I/O project with 5 analogue inputs, 5 digital inputs, 5 digital outputs, and a single channel PWM control.

Application / Source Files / Documentation / Arduino Uno Firmware


Three channel temperature logger - Arduino, USB

Freeapp-temp-logger.png

Hardware: Arduino Uno

Connection: USB

Description: a three channel temperature datalogger using simple thermistors on an Arduino Uno with integrated graphing and logging to an external CSV file.

Application / Source Files / Documentation / Arduino Uno Firmware


Power Monitor - Arduino, USB

Freeapp-power-monitor.png

Hardware: Arduino

Connection: USB

Description: This is a general purpose power monitor for an Arduino Uno which uses a SparkFun current sensor breakout ACS723 (SEN-13679)

Application / Source Files / Documentation / Arduino Uno Firmware


General purpose I/O board - PIC, USB

This page contains structured exercises used throughout Flowcode Help section, and further exercises which are not featured in the Flowcode Help structure, these additional exercises range from expanded exercises on camera control and panel navigation to creating, testing, exporting and importing components.


We recommend going through the Flowcode section of the Introduction to Microcontrollers course which has been updated for the latest version of Flowcode and is available for free at the learning center section on the main www.matrixtsl.com website.


A set of videos are available showing some projects using Flowcode as well as talking you through some example programs. Flowcode video playlist

Getting Used To The Flowcode Environment

Using The Component Panels


Scenarios

This page contains a list of the scenarios included with Flowcode. Some of the scenarios require the models component pack but can also be used with the 30-day trial.

The corresponding components can be found in the Runtime section of the component toolbar.