The RF capabilities of your Offensive Summit and B-Sides Knoxville badges can be used to participate in this year's fox hunt activities. Here you'll find information about this year's fox hunt transmitters and receivers as well as source code you can modify make your badge extra fancy.
-
When: May 5, 2017 0900 EST -- 1700 EST
-
Frequency: 433.920 MHz
-
Where: Market Square, Knoxville, Tennessee
-
Point of Contact: In case of problems, interference, etc. contact
Matthew Van Gundy, KI6KTE
Monitoring Frequency: 146.565 MHz
Text your name, the fox id, and the fox passcode via Signal.
-
When: May 2, 2017 0900 EST -- May 4, 2017 1700 EST
-
Frequency: 433.920 MHz
-
Where: West Knoxville, Tennessee
-
Point of Contact: In case of problems, interference, etc. contact
Matthew Van Gundy, KI6KTE
First, check out the repo:
git clone https://github.com/singlethink/os2017-bsides-fox-hunt
git submodule init
git submodule update
Each fox identifies itself by transmitting messages on 433.920 MHz according to the following schedule:
- 30 data packets
- CW ID @ 10 WPM
- 30 seconds of silence
- Goto 1
Badge receivers can only receive the initial 30 data packets. So, after 30-ish seconds, each fox will go silent for approximately 1-1.5 minutes while ID-ing and waiting for the start of its next transmit period.
Data packets are encoded and transmitted via simple On-Off Keying using Virtual Wire. There are multiple packet formats, including:
struct IdMsg {
byte foxId; // unique id of the fox
uint32_t seq; // monotonically incrementing sequence number
byte tag = 0;
char to_call[9];
char from_call[9];
};
struct BeaconMsg {
byte foxId;
uint32_t seq;
byte tag = 1;
};
For more information, see PikoFox.h.
- Matthew Van Gundy, KI6KTE
- Jared Pendleton, KK4DNV
- Everett Stiles
- Jed Eaton
- And many molten lead wielding volunteers