Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.19 KB

File metadata and controls

43 lines (27 loc) · 1.19 KB

README.md

Edge Tracking Radar Python SSH into Pi and running scripts through Pi on Radar

This documentation was made by Emily Slater while debugging issues trying to connect the edge radar to python scripts. Make sure to setup for "Python Dependecys and WSL debugging" is working before attemping to connect to the pi. if anyone has questions text me at 650-388-0207

Date: 10/14/2025

Rasperry pi login

username : analog

password : analog

Ping Test to make sure raspberry pi is connected

ping raspberry pi IP address

ping 100.66.210.24

SSH into Raspberry Pi through WSL VS code terminal

ssh analog@100.66.210.24

Ping Test to make sure Pluto is connected (after ssh into raspberry pi)

Ping rapberry pi USB Link to Pluto IP address

ping -c 4 192.168.2.10

Ping Pluto device IP address

ping -c 4 192.168.2.1

using raspberry Pi directly

while connection between the laptop and raspberry pi can be important for transfering data and establishing connectivity, I have found that It is the easiest to connect the edge radar system and antenna and then connect the raspberry pi to a mouse, keyboard, and a monitor and run directly from there.