Skip to content
Parallax Learn

Parallax Learn

  • Welcome
  • Tutorials
        • Tutorial Series head tag

          Tutorial Series
        • Tutorial Series

          The special, classroom-ready series pages are organized collections of tutorials for our most popular hardware and/or languages. The tutorials for each topic are conveniently accessible from a single page, shown in the order it is recommended that they be completed.
        • Robotics Series Head tag

          Robotics Series
        • Robotics Series

          • Artificial Intelligence
          • Cybersecurity: Radio Data tutorialCybersecurity
          • cyber:bot + Python
          • cyber:bot + MakeCode
          • Boe-Bot Tutorial SeriesBoe-Bot
          • Arduino Shield-Bot
          • ActivityBot with C TutorialsActivityBot + C
          • ActivityBot with BlocklyProp Tutorial SeriesActivityBot + BlocklyProp
          • Scribbler 3 Tutorial SeriesScribbler 3
        • Electronics & Programming Series Head tag

          Electronics & Programming Series
          • BS2 Board of Education Tutorial SeriesBS2 Board of Education
          • Propeller C-Language BasicsPropeller C Basics
          • FLiP Try-It Kit C Tutorial SeriesFLiP Try-It Kit + C
          • FLiP Try-It Kit BlocklyProp TutorialsFLiP Try-It Kit + BlocklyProp
          • Badge WX Tutorial SeriesBadge WX
          • Propeller BlocklyProp Basics and ProjectsPropeller BlocklyProp Basics
          • View All Tutorial Series »
        • Browse Tutorials
        • Browse Tutorials

          Individual tutorials sorted by robot or kit, and language.
        • By Robot or Kit
          • ActivityBot
          • SumoBot WX
          • Boe-Bot
          • Shield-Bot
          • cyber:bot
          • Badge WX
          • ELEV-8
          • ARLO
        • By Language
        • By Language

          • Propeller C
          • Arduino
          • BlocklyProp
          • PBASIC
          • Python
          • MakeCode
          • View All Tutorials »
  • Educators
  • Reference
  • Downloads
  • Home
  • All Courses
  • Simple BlocklyProp Programs for Propeller Boards

Simple BlocklyProp Programs for Propeller Boards

Learning to Program

At first, learning a programming language may feel like learning a foreign language.  It may seem difficult but, with practice, you will be able to create your own programs. You may find it is easier to learn a programming language than a foreign language because you are already familiar with the vocabulary.

Additionally, both languages have rules – for instance, English has a grammar.  Programming language rules are called a syntax. Blockly helps make sure that the blocks you use generate code that follows the rules of Propeller C. With some practice you will be speaking BlocklyProp in no time!

What BlocklyProp Does

BlocklyProp is a visual programming language for the Propeller microcontroller.  It is a way for you to tell the Propeller microcontroller what to do.  Microcontrollers like the Propeller are good at following instructions.  Usually, the instructions a microcontroller follows are written in a text-based programming language like BASIC, C, Python, or Javascript.  Blockly is helpful because each block automatically writes the text-based code for you.

Let’s take a quick look at what BlocklyProp does each time you drag a block into your program. 

  • If you have not yet done so, complete Getting Started with BlocklyProp Solo.
  • Start a new project, and give it a name and description.
  • From the Board type menu, choose your board, such as Propeller Activity Board WX or Propeller FLiP.
  • For Project sharing, choose Private or Shared, then click Finish.

Now, you should see a block category menu on the left, and an empty window on the right for building with blocks.

  • Click the PIN STATES category and drag the make PIN block into your program:

  • Click the Code button (near the top right) to view to Propeller C. 

  • You should now see this:

This is the Propeller C text-based code generated by the blocks.  The C code gets compiled into even smaller instructions called assembly language before being sent to the Propeller itself.  Once those instructions are inside of the Propeller, it runs them.


Did You Know?

These tutorials will help you learn how to program your Propeller Activity Board WX or Propeller FLiP to make a variety of different projects and inventions.  Once you become familiar with programming using the BlocklyProp system, you might be interested in programming your Propeller in C.  The Propeller C Tutorials series parallels the BlocklyProp tutorials.



Printer-friendly version
Variable Blocks
Next

DISCUSSION FORUMS | PARALLAX INC. STORE

About | Terms of Use | Feedback: learn@parallax.com | Copyright©Parallax Inc. 2024

© 2025 Parallax Learn • Built with GeneratePress