Hi,
My application is based on the Collector and Sensor examples from simplelink_cc13x2_26x2_sdk_4_30_00_54.
My network is non-beacon, non_FH operating at 863MHZ. PHY = RF_CONFIG_5KBPS_868MHZ_PHY_131
I'm testing to ETSI 300 220-1 and need the CSMA-CA paramters.
Here's what I have so far:
Minimum CCA interval = 5ms?
Minimum deferral period = ?
Minimum unit of deferral period = 140us
minimum unit of deferral period = (2^CONFIG_MIN_BE - 1) * macUnitBackoffPeriod, for my application macUnitBackoffPeriod = 20 (found by searching this variable in debug mode).and CONFIG_MIN_BE == 3
Dead Time = ?
Thanks,
Andy