This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to evaluate a channel if is clear in property in NRF528 serials

Dear,

    How to evaluate a channel if is clear in property in NRF528 serials? e.g. there are ED and CCA in 802.15.4 standard, how to implement CSMA in NRF52810?

Parents Reply Children
  • RSSI is affected by distance and antenna, so even if you have 100 devices, they may be so far away that they will not interfere (even if you are using the same frequency).

    Also have in mind that the time on-air is typically so short, that even if you have multiple devices using the same frequency, you will be able to communicate. Typical example can be BLE and advertising. Even they all use the same advertising frequencies (up to 3), you are able to see and connect to a device that is advertising.

    I don't have any good article on frequency hopping, typically you can choose a protocol that use frequency hopping and then you don't need to consider what actually happen in the lower layers of the protocol (frequency hopping and retransmissions).

    Best regards,
    Kenneth

Related