racka98 / PicoW-MQTT-C

Raspberry Pi Pico W using FreeRTOS & coreMQTT in C
10 stars 2 forks source link

Raspberry Pi Pico W FreeRTOS Starter - In C

This is a simple blinky starter project for Raspberry Pi Pico W that uses FreeRTOS

Important Setup

These environment variable should be used when calling CMake or defined in VSCode(RECOMENDED) using this setup that uses the CMake Tools extension.

Project Rename

To rename the project simply open the root CMakeLists.txt and change project(pico_freertos C CXX ASM) to project(your_project_name C CXX ASM).

Outputs

After building, your binary will be under build/src/src.uf2. Take the src.uf2 and push it you Pico W with BOOTSEL.

NOTE: The setup video mentioned before should show you how to build on VS Code.

HAPPY CODING & TINKERING

Inspired by the Learn Embedded Systems video series on YouTube.