...
...
Table of Contents | ||||
---|---|---|---|---|
|
Content
RC-Link and Telemetry
...
We can use a USB to FDTI cable to connect and power the RFD900x from the PC, however to avoid brownouts, we might want to consider using an external power source. (To power off USB, a jumper is needed to connect pins 4 and 6)
(see the RFD900x hardware docs on how to wire up the USB to FDTI cable)
The default serial port settings are as follow:
...
2 nodes who have compatible parameters and are within range should sync automatically, a solid green LED indicates success. This should be good enough for testing for now.
For better stability, set network ID to the same number on both nodes using the ATS3=X
command to set the network ID to X
[0,255]. Make sure to save configs using AT&W
and then reboot modem ATZ
To communicate, simply exit AT Command mode and send information through serial.
In python, simply open a serial communication on the appropriate COM port.
...
Relevant Resources
...
Tracking Antenna
...
A directional antenna would be combined with 2 servos, controlling its pan(yaw) and tilt(pitch). (just yaw)
The antenna would have a GPS chip on board in a fixed location relative to the antenna. The distance and offset would be measured and inputted on the ground station, and sent to the Nucleo.
During operation, the ground station would stream the GPS position of the drone to the tracking antenna system. From there, simple trigonometry can be applied to find the correct pan and tilt.
Questions to be answered/Discussion needed
The tracking system is currently open-loop, which is probably fine since we have a 30~60-degree effective angle.
A camera might be added for debugging/verifying the tracking accuracy, but NOT for tracking (as it will probably be very bulky)
How effective is tracking antenna signal wise when there is no light of sight?
References
A Portable UAV Tracking System for Communications and Video Transmission (researchgate.net)
Other
RC-Links:
dragonlink, either 433 or 915 http://www.fpvpro.com/dragon-link-complete-systems
crossfire, 915, either the full version or a nano or micro version https://www.team-blacksheep.com/products/prod:xf_nanotx_startset
...