Skip to content

[Q]: How to use .write asynchronously #217

@lbirkert

Description

@lbirkert

I've got some operations that are quite fragile to timing [multi-threading is not possible] and using network.write in between causes these operations to fail. I only want to write for sending agnostic data back to my master node, so it receiving this data is non-critical. Can I somehow write asynchronously? - I've noticed that the RF24 has a startWrite method, could I somehow use this without having to sacrifice the additional benefits [reliable data transfers] that RF24Network gives me?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions