Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add note of ROS2 support.
  • Loading branch information
kaklik authored Aug 22, 2023
1 parent 7de86f2 commit 5324cf7
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,17 @@ The TFSIK01A is probably the first open-source hardware design of a UAV modem wi

## Usage

### UAV command and control

The TFSIK modem is intended to be used at UAV as an "in the air" part of the communication link. For the ground control station, the [TFMODEM](https://github.com/ThunderFly-aerospace/TFMODEM01) is supposed to be used.
The reasons for the difference in the air and ground control station units are design tradeoffs. For the example of tradeoff, the ground control unit needs a very reliable, therefore large interface USB connector, to the ground control station computer.
The same connector is impractical to be used in the UAV part. The same applies to the RF filters, antenna connectors, etc. To resolve that, we decided to use different implementations to the ground station, although technically both modems could be used on both sides.
The reasons for the difference in the air and ground control station units are design tradeoffs.
For the example, the ground control unit needs a very reliable, therefore there is a large interface USB connector, to the ground control station computer.
The same connector is impractical to be used in the UAV part. The similar restrictions applies to the RF filters, antenna connectors, etc. To resolve that, we decided to use different implementations to the ground station.

### ROS2 long-range wireless datalink

SiK firmware is commonly used in radio modems, particularly in the fields of unmanned aerial vehicles (UAVs) and robotics. When integrated into Robot Operating System (ROS) or ROS2 environments, SiK technology offers several advantages. It provides reliable and long-range communication, which is crucial for both indoor and outdoor robotic applications. The low latency of TFSIK01 modems ensures real-time responsiveness, a critical factor in robotics. These modems are highly configurable, offering users the flexibility to tailor the system according to specific needs. Additionally, their compatibility with various communication protocols makes them easy to integrate into existing ROS and ROS2 systems.

## Where I could get it?

The device can be purchased from [ThunderFly s.r.o.](https://www.thunderfly.cz/). Contact us by email at [email protected] for a commercial quotation.

0 comments on commit 5324cf7

Please sign in to comment.