Hi,
I'm working on a frequency hopping application, and we are profiling the system using the 625 bps, Legacy Long Range profile.
We have a 5 byte payload.
I mux'ed the TX output and I am seeing with a 32 bytes preamble: 26ms of preamble, and 135ms SYNC + Payload.
What values can I modify to increase the preamble length to say 96 bytes (or beyond...)?
I see in my smartrf_settings.c, .preamConf.nPreamBytes = 0x20 -- which is conveniently 32 in decimal....
If I change that, do I need to worry about any other variables?