ThymioRFSettings

ThymioRFSettings#

class pyaseba.client.ThymioRFSettings(network_id: int, node_id: int, channel: int)#

The radio settings of a wireless Thymio.

This is was introduced by in the Mobsya version of Aseba.

Parameters:
  • network_id – The id of the network (0-65535).

  • node_id – The id of the node (0-65535).

  • channel – The channel (0-65535). Thymio supports channels 0, 1, 2.

property channel#

The 16-bit channel. Thymio supports channels 0, 1, 2.

property network_id#

The 16-bit id of the network.

property node_id#

The 16-bit id of the node.