I want to create a base-rover pair for maximizing relative precision. Reading through copious amounts of documentation, I have arrived at the following:
- Base station + Antenna
- Radios
- Rover + Antenna
- Position Data
For (1) and (2), I went with a pre-made Express Kit and LoRa serial radios due to previous familiarity, ease of use, and trust that the two are compatible.
For (3), I am leaning towards something with a mosiac-X5. You might be wondering why the mosaic when the chosen base station advertises a lower 0.010 m precision. The thought process is that once I gain experience with what I am doing, I can duplicate the rover and have one serve as a base.
For (4), I would love to cable (ideally USB or USB-C) out of (3) and into a tablet. SW Maps looks to be an offline option for data validation, but this bridge can be crossed later.
A few questions:
-
What is involved with making (1) talk to (3)?
-
What might I be looking for to demarcate the large number of options SparkFun advertises at the 6mm precision level given my stated goals?
-
What do I need to attach to (3) to complete the rover - currently I am set on power protection and a black box logger. I would like the tablet to replace the need for a RaspberryPi or Arduino.
-
Does the data come out as a .txt if I wanted to write display software for my application to avoid SW Maps?
-
Am I mistaken in my belief that I can duplicate (3) to act as a rover later on?
I have a working understanding of how to manipulate data and numbers once they are in one spot. One of the biggest goals of this project is to expand skills on getting multiple devices to talk between each other. From everything I have read, I seem to be close. I am more than willing to read more documentation and tinker with a physical setup. I primarily am looking to know that “it’s possible to make these components talk to each other without much trouble” so I can get them in the mail and ready to help me learn.
