Fab Academy 2025

@ Fab Lab Rwanda, Kigali

Embedded Programming:

Computer Controlled Cutting


Team Botswana


Demonstrate and compare the toolchains and development workflows for available embedded architectures


Arduino IDE

The Arduino Integrated Development Environment (IDE) is a cross-platform application (for Windows, macOS, and Linux) that is written in the programming language Java. It originated from the IDE for the languages Processing and Wiring. It is used to write and upload programs to Arduino compatible boards, but also, with the help of third-party cores, other vendor development boards.

  • Supported Architectures: AVR, ARM, ESP8266, ESP32, etc.
  • Features:
    1. Simple and easy-to-use interface
    2. Extensive library support
    3. Large community and support
    4. Serial monitor for debugging
  • Development Workflow:
    1. Install the Arduino IDE
    2. Connect the Arduino board to your computer
    3. Select the board and port from the Tools menu
    4. Write or load a sketch (program)
    5. Click the upload button to compile and upload the code to the board
    6. Use the Serial Monitor for debugging
  • Pros:
    1. 👍🏽Beginner-friendly with a simple interface.
    2. 👍🏽Large community support with many example codes.
    3. 👍🏽Plug-and-play approach for rapid prototyping.
  • Cons:
    1. 👎🏽Limited debugging capabilities (no native breakpoints or real-time debugging).
    2. 👎🏽Library and dependency management is less flexible than PlatformIO.

Thonny

Thonny is an integrated development environment (IDE) for Python that is designed for beginners. It is simple and easy to use, making it a great choice for those who are new to programming. Thonny is particularly useful for developing programs for microcontrollers that run MicroPython, such as the ESP8266 and ESP32.

  • Supported Architectures: ESP8266, ESP32, Raspberry Pi Pico, etc.
  • Features:
    1. Simple and beginner-friendly interface
    2. Built-in Python debugger
    3. Support for MicroPython
    4. Variable explorer
  • Development Workflow:
    1. Install Thonny IDE
    2. Connect the microcontroller to your computer
    3. Select the interpreter (MicroPython) from the Tools menu
    4. Write or load a Python script
    5. Click the run button to execute the script on the microcontroller
    6. Use the built-in debugger for debugging
  • Pros:
    1. 👍🏽Beginner-friendly with a simple interface.
    2. 👍🏽Built-in Python debugger for easy debugging.
    3. 👍🏽Support for MicroPython and other Python-based microcontroller platforms.
  • Cons:
    1. 👎🏽Less support for non-Python languages and platforms(not suitable for C/C++ projects).
    2. 👎🏽Limited library and dependency management compared to PlatformIO.
    3. 👎🏽Debugging options are basic.

PlatformIO

PlatformIO is a professional collaborative platform for embedded development that includes support for multiple IDEs, including VSCode, Atom, and CLion. It supports over 800 different boards and provides a unified interface for development, debugging, and testing.

  • Supported Architectures: AVR, ARM, ESP8266, ESP32, STM32, etc.
  • Features:
    • Multi-platform and multi-architecture support
    • Integrated debugging
    • Library management
    • Continuous integration support
  • Development Workflow:
    1. Install PlatformIO IDE or the PlatformIO extension for your preferred IDE
    2. Create a new project and select the board and framework
    3. Write or load your code
    4. Build the project to compile the code
    5. Upload the code to the microcontroller
    6. Use the integrated debugger for debugging
  • Pros:
    1. 👍🏽Support for a wide range of boards and architectures.
    2. 👍🏽Integrated debugging for real-time debugging.
    3. 👍🏽Advanced debugging tools (breakpoints, serial monitoring).
    4. 👍🏽Library management for easy dependency management.
  • Cons:
    1. 👎🏽More complex setup than Arduino IDE.
    2. 👎🏽Steep learning curve for beginners.
    3. 👎🏽Requires installation of additional software and dependencies.
    4. 👎🏽Requires familiarity with VS Code and PlatformIO configurations.

Instructor

Contacts

  • Map
  • +250 781 187 555