Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The AP Bridge software interacts with the I/O of the AP Mote through serial devices: The Serial API port of the AP Mote is used for general communication between the AP Bridge and the AP Mote, and another I/O is used to reset the AP mote.  In the  Include Page_def_usb_IPmgr_def_usb_IPmgr reference the DC2274 reference design, the reset line of the AP Mote is connected to the FTDI interface chip, such that writing to the TX line of the reset port sends a hardware reset to the AP Mote.  If the Linux system connects to the Serial API port directly, a GPIO is used to drive the AP mote reset line.

...

The update-apc-config.py script can also be used to perform manual configuration of the AP Bridge instances as described in the  Include Page_def_ip_vmgr_AP_UG_def_ip_vmgr_AP_UGVManager AP Bridge User's Guide

Startup and shutdown

In the reference software distribution for the Raspberry Pi, the AP Bridge is managed by the supervisor process controller. 

...

Refer to the commands section of the  Include Page_def_ip_vmgr_AP_UG_def_ip_vmgr_AP_UGVManager AP Bridge User's Guide for a complete list of available commands.

...