rsx-utoronto / rover2017

Code for our rover
0 stars 2 forks source link

Track rover with the antenna #18

Open c2huc2hu opened 7 years ago

c2huc2hu commented 7 years ago

Our antenna is directional, the signal is strongest in a ~10 degree window. Thus we need to ensure the antenna is pointing directly at the rover to maintain the strongest connectivity.

Write code to automatically track the rover.

Due Nov. 4

ZJC1013 commented 7 years ago

Rasberry pi <-> Arduino <-> Motor <-> Antenna scaning to find the strongest connectivity. Talked to Hudson, the idea is mounting GPS on both rover and the antenna, and figure out the direction (pretty much linear) that the antenna should point to.

c2huc2hu commented 7 years ago

@ZJC1013 chris and I were thinking about other methods for sending gps coordinates to the antenna from the rover/ ground station

Please research option 3 to see if it's possible. Then decide which of the options is the best

ZJC1013 commented 7 years ago

Chris L and I talked about this last week. We converged them to the 1st and 3rd choice. I did some search on the PWM and rasp pi, but figured it'd be better if I just go with the 1st one (using ethernet shield).