当前位置: 首页 > 文档资料 > PX4 开发指南 >

Data Links - SiK Radio

优质
小牛编辑
130浏览
2023-12-01

SiK radio is a collection of firmware and tools for telemetry radios.

The hardware for the SiK radio can be obtained from various stores.

Vendors

Build Instructions

The PX4 toolchain does not install the required 8051 compiler by default.

Mac OS

Install the toolchain

  1. brew install sdcc

build the image for the standard SiK Radio / 3DR Radio:

  1. git clone https://github.com/LorenzMeier/SiK.git
  2. cd SiK/Firmware
  3. make install

upload it to the radio (change the serial port name):

  1. tools/uploader.py --port /dev/tty.usbserial-CHANGETHIS dst/radio~hm_trp.ihx

Configuration Instructions

The radio supports AT commands for configuration.

  1. screen /dev/tty.usbserial-CHANGETHIS 57600 8N1

Then start command mode:

Note DO NOT TYPE ANYTHING ONE SECOND BEFORE AND AFTER

  1. +++

List the current settings:

  1. ATI5

Then set the net ID, write settings and reboot radio:

  1. ATS3=55
  2. AT&W
  3. ATZ

Note You might have to power-cycle the radio to connect it to the 2nd radio