返回介绍

Data Links - SiK Radio

发布于 2020-07-27 14:09:22 字数 2664 浏览 1514 评论 0 收藏 0

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文