GithubHelp home page GithubHelp logo

rpipicofreertoscourse's Introduction

RPIPicoFreeRTOSCourse

Course Repository for Udemy Course: FreeRTOS on Raspberry PI PICO

16 Examples of which 15 demonstrate FreeRTOS features on the Raspberry PI Pico or RP2040 board. One of which that focuses on the SDK multicore API functions.

2 Pico Setup

  • BlinkLEDExt: Blink an external LED on GPIO using a function approach.

4 Tasks

  • Blink Ext: Blink an external LED on GPIO 0, encapsulating the task within a Class.
  • MultiBlink: Blink multiple LEDs using different task priority
  • BlinkPriority: Use priority with tasks that create CPU workload
  • BlinkAssignment: Explore priority

5 Semaphore

  • SharedLED: Defined shared LED which will be used by two blink LED pair objects. Creating a contention scenario that requires semaphores.
  • LimitWorkers: Use count semaphore to limit the number of active tasks using a resource
  • AssignmentLimitWorkers: Explore counting semaphores in assignment
  • BlinkWorker: Create a scenario of workers that will blink out of sync
  • TaskNotification: Use task notification as two semaphores to synchronize the two tasks

6 Queue

  • CountLed: Display a binary value on four LEDs (0 to 15) that is being sent to the task via a queue
  • AssignmentQueue: Assignment question to use queues

7 MessageBuf

  • JsonCmds: Use of message buffer to send a JSON strong to a task. Decode the JSON and display the contained value on four LEDs
  • SerialCmds: Two Pico communicating together over UART to display the same value on four LEDs in sync

8 Multicore

  • sdKMulticore: Use both cores and send a random number from core 0 to core 1 using the SDK FIFO queue
  • FreeRTOSSMP: Use SMP to run tasks across both cores and some associated with single core

rpipicofreertoscourse's People

Contributors

jondurrant avatar

Stargazers

 avatar Victor Condino avatar  avatar  avatar Tzu-Chiao Lin avatar Chris Jenkins avatar Radosław Kujawa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.