Skip to content

ESP32 [Feature request] RMT driver. #2597

Open
@0wwafa

Description

@0wwafa

I thought it was implemented but it's not :(

var rmt = require("rmt");

var rmt_rx = rmt.create({
  pin: D16,
  channel: 0,
  clkDiv: 80, // 80MHz clock divided by 80 gives 1MHz (1us resolution)
  memBlocks: 1,
  filter: true,
  filterThreshold: 100,
  idleThreshold: 0xFFFF,
  rx: true
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    ESP32This is only a problem on ESP32-based devices

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions