Add a new frequency range for EU SRD area with adaptive DC
We might wanna consider switching telemetry and maybe even position off for this band to operate with the reduced duty cycle.
this requires a) https://github.com/meshtastic/protobufs/pull/814 and b) further discussion
Is this even legal according to the linked ETSI document?
The present document applies to RFID interrogators and tags operating together as a system.
AFAIK Meshtastic node would not even pass "battery assisted tag" definition, not to mention interrogator role.
Edit: EU direction is specific too: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32019D1345
Leaving this as separate comment for visibility:
of you look at section 47b in EU directive table we may be able to use new channels there in 868 band (pending bandwidth discussion):
- meshtastic is a data network (duh!)
- each node in mesh is an access point (non forwarding nodes will have lower duty cycle which does not hurt anyone)
- adaptive power control is something we can explore, we can lower transmit power a bit if neighbouring nodes have strong rssi for example.
The german regulatory body sees the definition of an access point decisivly as a fixed (immovable) device, and that is in line with the ETSI definition context. So routers may use 10% and clients only 2,5%. The PR addresses this by introducing a dynamic duty cycle tied to the device role.
Makes sense - but I don't think this should be tied to device role as meshtastic routing and timings have nothing to do with node being fixed or not - most fixed nodes use CLIENT role. We already have a flag for "unattended" device and we should probably have one indicating that device is fixed.
This attribute could actually also help routing protocol anyway long term so for example fixed node will have priority as nexthop instead of a device that may not be in range in next 10 mins.