Simple Multicore

The Propeller chip has eight processors, called cores or cogs, numbered 0 through 7.  In all of our example programs, … Read more

BlocklyProp Functions and Multicore

BlocklyProp Functions and Multicore

BlocklyProp + Multicore = Amazing! Learn how to build and use functions—re-usable chunks of code—with BlocklyProp. Then, try launching the functions into their own cores to run at the same time on the multicore Propeller microcontroller.

Simple BlocklyProp Programs for Propeller Boards

Simple BlocklyProp Programs for Propeller Boards

Ready to learn to program with BlocklyProp? If so, you are in the right place.

This set of activities will help you get familiar with the basic BlocklyProp blocks, how to use them, and how they work together.  You will build programs for common coding tasks: naming and using values, doing math problems, making decisions, and repeating sections of code. 

Multicore Approaches

Multicore Approaches

This Propeller C Tutorial shows you how make use of the Propeller chip’s multiple cores. Launch functions into other cores, monitor processes in other cores, share data between cores, and print from other cores.

Multicore Example

The previous lesson showed you how to make functions share global variables.  Now,  let’s try making two functions run in … Read more

Propeller C – Start Simple

Propeller C - Start Simple

Get started with C-language programming for the multicore Propeller microcontroller. The simple example programs use variables, do math, count loops, make decisions, and store information.

More to Explore

Now that you know how to connect your Propeller FliP to BlocklyProp, and how to create and run a BlocklyProp … Read more