ArduRemoteID icon indicating copy to clipboard operation
ArduRemoteID copied to clipboard

OperatorID: Make OPERATOR ID messages optional

Open muramura opened this issue 2 years ago • 4 comments

The Operator ID message is optional.

  1. if the number of text characters is 0, the message is not sent.
  2. Operator ID information can be set in the configuration parameter.

TEXT LEN > 0 Screenshot_20220922-150811868

TEXT LEN < 1 Screenshot_20220922-151853446

muramura avatar Sep 22 '22 06:09 muramura

same Q as for the Self-ID PR. Should we add the complexity of not sending or just send blank like we do now? the spec is vague about which jurisdictions require this message

tridge avatar Jan 10 '23 06:01 tridge

the spec is vague about which jurisdictions require this message

The operator ID is only mandatory in the EU. The rules and additional documents for the US and Japan specify the operator ID as optional. Whether any other jurisdiction will make it mandatory can only be speculated upon at this point.

friissoren avatar Jan 10 '23 06:01 friissoren

In my opinion you should not broadcast packets with empty data. This saves energy and reduces co-existence issues.

BluemarkInnovations avatar Jan 10 '23 20:01 BluemarkInnovations

@muramura @BluemarkInnovations I think this is handled in #101 ?

tridge avatar Oct 16 '23 03:10 tridge