Skip to content

Commit

Permalink
GITBOOK-86: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
varun-sappa authored and gitbook-bot committed Mar 9, 2024
1 parent fda4657 commit c41e44d
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 3 deletions.
3 changes: 2 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,17 @@
* [Machine Learning](machine-learning/README.md)
* [Datasets](machine-learning/datasets.md)
* [Hardware Integration](hardware-integration/README.md)
* [Configuring Radio Telemetry](hardware-integration/configuring-radio-telemetry.md)
* [Setting up RTK + GPS](hardware-integration/setting-up-rtk-+-gps.md)
* [Integration of Sensors with PixHawk](hardware-integration/integration-of-sensors-with-pixhawk/README.md)
* [Connecting Lidar-lite through I2C](hardware-integration/integration-of-sensors-with-pixhawk/connecting-lidar-lite-through-i2c.md)
* [Miscellaneous](hardware-integration/miscellaneous.md)
* [Connections](hardware-integration/connections.md)
* [Setting up Offboard Mission](hardware-integration/setting-up-offboard-mission/README.md)
* [Setting up Companion Computer](hardware-integration/setting-up-offboard-mission/setting-up-companion-computer/README.md)
* [Raspberry Pi 4B Setup](hardware-integration/setting-up-offboard-mission/setting-up-companion-computer/raspberry-pi-4b-setup.md)
* [Communication Setup](hardware-integration/setting-up-offboard-mission/communication-setup.md)
* [Guided mode](hardware-integration/setting-up-offboard-mission/offboard-mode.md)
* [Miscellaneous](hardware-integration/miscellaneous.md)
* [Resources](resources/README.md)
* [Courses](resources/courses/README.md)
* [State Space Modelling of a Multirotor](http://www.indjst.org/index.php/indjst/article/viewFile/96613/71697)
Expand Down
12 changes: 10 additions & 2 deletions hardware-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Keep checking for updates!

Pages in this section:

{% content-ref url="miscellaneous.md" %}
[miscellaneous.md](miscellaneous.md)
{% content-ref url="configuring-radio-telemetry.md" %}
[configuring-radio-telemetry.md](configuring-radio-telemetry.md)
{% endcontent-ref %}

{% content-ref url="setting-up-rtk-+-gps.md" %}
Expand All @@ -17,3 +17,11 @@ Pages in this section:
{% content-ref url="integration-of-sensors-with-pixhawk/" %}
[integration-of-sensors-with-pixhawk](integration-of-sensors-with-pixhawk/)
{% endcontent-ref %}

{% content-ref url="setting-up-offboard-mission/" %}
[setting-up-offboard-mission](setting-up-offboard-mission/)
{% endcontent-ref %}

{% content-ref url="miscellaneous.md" %}
[miscellaneous.md](miscellaneous.md)
{% endcontent-ref %}
36 changes: 36 additions & 0 deletions hardware-integration/configuring-radio-telemetry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Configuring Radio Telemetry

**Hardware Requirements**

* Radio module with TELEM1 and TELEM2 ports
* Micro USB cable
* Drone with a battery

**Instructions**

1. **Physical Connection:**
* Connect one of the radios to your computer using the micro USB cable.
* Power the radio attached to the vehicle by plugging in the vehicle’s battery.
2. **Software Configuration:**
* Open the Mission Planner and navigate to `Initial Setup | Optional Hardware | SiK Radio` page.
* Select the correct COM port and set the baud rate to 57600.
* Ensure the “Connect” button is in a disconnected state.
3. **Load Settings:**
* Press the `Load Settings` button. Both the Local and Remote areas should fill in with values including the firmware Version.
4. **Change Settings (Optional):**
* The most common entry to change is the Net ID. The default is 25 for most radios but if you plan to fly in an area with other pilots who may be using the same radio, it is best to change this to another number.
5. **Save Settings:**
* After making changes, click the `Copy Required Items to Remote` and press `Save Settings`.

**Pin Configuration (TELEM1, TELEM2)**

| Pin | Signal | Voltage |
| ------- | -------- | ------- |
| 1 (red) | VCC | +5V |
| 2 (blk) | TX (OUT) | +3.3V |
| 3 (blk) | RX (IN) | +3.3V |
| 4 (blk) | CTS | +3.3V |
| 5 (blk) | RTS | +3.3V |
| 6 (blk) | GND | GND |

For detailed instructions and additional information, please refer to the [original documentation](https://ardupilot.org/copter/docs/common-configuring-a-telemetry-radio-using-mission-planner.html).

0 comments on commit c41e44d

Please sign in to comment.