orb:config_fpspc

Field Station Operator : Installation Procedure

  • Download and install version 6.1.3.00034 of Code Composer Studio 6
    • During installation, select “MSP Ultra Low Power MCUs” and “32-bit ARM MCUs”
    • Make sure to add “GCC ARM Compiler” for both (not checked by default!)
  • Download and install version 2.16.00.08 of TI-RTOS for MSP43x for your operating system here
  • Download and install Git
  • Clone repository and its submodules :
git clone https://github.com/Octanis1/Octanis1-Mainboard-Firmware_MSP_EXP432P401RLP.git
cd Octanis1-Mainboard-Firmware_MSP_EXP432P401RLP
git submodule init
git submodule update --recursive
  • Import project in CCStudio
  • Before building it, follow these steps and adapt path to driverlib.

This option is plug-and-play. Connect the MSP432 launchpad with the launchpad via the 8-pin DIN connector

Open APM planner. If not done already, check File→Advanced mode. Click Communication → Add Link → Serial and configure the settings as below (Your serial port may have a different name, just try all of them if you're not sure). Click on Connect.

APM planner should now receive Mavlink Messages from the mainboard. Play with the menu items to visualize them (Tool Widgets → Mavlink Inspector and Primary Flight Display are a good start)

To be able to communicate via Ethernet, your computer must be setup to have a static IP address on its Ethernet port (or on the USB-Ethernet adapter).

  • IP Address: 192.168.2.1
  • Subnet mask: 255.255.255.0
  • (leave other parameters blank)

Once connected via Ethernet, you will be able to use APM planner. Please note that the Rover has the static IP 192.168.2.19 and the Field Station has 192.168.2.18.

The Octanis build of APM planner has a switch in the upper right corner. This switch allows the operator to toggle the sending of commands to either Field Station (Net+Radio) or to the Rover (Net), which is important to note when sending waypoints.

  • orb/config_fpspc.txt
  • Last modified: 7 years ago
  • by raffael