Skip to content

DPL issue in TX_SINGLE_ESB demo #1

@dozack

Description

@dozack

Transmitter enables DPL during initialization of demo app while receiver does not. I am unable to receive any payload in receiver app (TX_SINGLE_ESB). Solution that worked for me was to comment out

nRF24_SetDynamicPayloadLength(nRF24_DPL_ON);

on line 886.

nRF24_SetDynamicPayloadLength(nRF24_DPL_ON);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions