RF Mapping

Rf Mapping

Work in progress.

Finding Sensors

Determine the serial port for the sensor(s):

ls /dev/tty.*
ls /dev/cu.*

Testing the Low Level Mac BLE scan

In system_hw_test:

uv run ble.py

Testing the BLE Scan

Test host computer BLE scan and data storage to local file:

uv run src/run.py test_ble

Testing the BLE scan plus Arduino BLE/GPS

Host computer BLE scan plus Arduino based GPS and BLE:

uv run src/run.py test_ble_gps

Testing the Entire Solution

Combines autonomy, VILA, two BLE sources, GPS, odometry, and enhanced GPS:

You should see a list of nearby BLE sources, such as BLE Beacons. The system will write location and RF data to file, and, if possible, to a cloud endpoint.

Example Data

This is a draft format and will change frequently.

Local YOLO

In system_hw_test:

At the top level, run:

Last updated

Was this helpful?