Hello reader, This is my code work done for BWSI's independent project, piPACT. All source code used for this investigation will be right here in this repository. Methodogoly and instructions for the recreation of this investigation will also be included, probably. Everything here is primarily done in python, while using YAML for configuration.
Most of my raw data is actually included in this repository for my own convenience.
My intent is to test the reliability of BLE (bluetooth low energy) signals within the close ranges that transmissions and infections will mostly be occuring. For close ranges a certain configuration is required. Currently I am collecting data to approximate the relation between RSSI and distance between the two beacons.
I picked up a minimal install of Raspberry Pi OS for both my machines, and have the required configuration to run them headless. My ssh setup is default and the only other configuration I've done is purely for development(Vim, Git, etc.) and has no impact on the results themselves.
Much of the code and configuration is modified from this repository supplied by BWSI piPACT.