sxjack / uav_electronic_ids

Arduino classes for various UAV electronic IDs and ATM/UTM interfaces.
MIT License
64 stars 27 forks source link

Not an issue but a question about ble vs wifi #26

Open simon88 opened 1 year ago

simon88 commented 1 year ago

Hi, I'm looking you library and I have a question about transmit() function. As I understand in the last version, you sent all packet via wifi every 0x200 beacon_interval but if we use BT, you have more transmit_ble one every 300ms other 600ms and other at other elapsed time, why ?

Why are you send each packet one by one in BLE whereas you send 4 and 3 packets at same time in wifi ? Is this a legal obligation ?