Skip to content

✨FEATURE: Add Support for RP2040 #1

@Witty-Wizard

Description

@Witty-Wizard

Overview

Currently, this library only supports esp32-based boards, I am making this issue to add compatibility for RP2040 chips.

Plan

RP2040 provides a feature called PIO or programmable IO, a Co-Processor used for making custom peripherals. There already exists a PIO peripheral for WS2812 addressable LED. We must port it for DShot since it is the same at its core.
PIO requires writing code in assembly, this allows for precise control over the timing and direct control of the IO pins.

Task

  • Study the PIO Code for WS2812 led
  • Port that code for Dshot
  • Test the code using a logic analyzer
  • Test the code on ESC

Reference

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions