Ham Radio Go Box
The Purpose of this Repository is to document the build of the Ham Radio Go Box, which provides for an encapsulated radio that is already hooked up, and requires only power and an antenna.
While the display and python3 code are working very well, there is one piece that needs attention: the humidity trend indicator (↑, →, ↓), needs attention. it should not be changing from rising, stable, falling more than once an hour, but it changes mid minute.
Additionally, I need better documentation to set up the sensors. Adafruit has made it very easy to install, and I need to reflect that in this repo.
Lastly, again on the documentation front, the STL files for the 3D printed objects need to be better documented.
Gator Box | This 6U Portable Rack keeps all of the equipment in one place, and connected. | |
Shelf | The venting on these shelfs will allow for easy bolting down of equipment. | |
Blank | These aluminum panels will provide a spot to add some meters, connectors and switches | |
FT-991 | While this radio is no longer in production, a newer version (FT-991A) still is. This Radio has 160M-6M, 2M & 70CM AM/FM/C4FM/SSB/CW. There is also a digital mode, which lends this radio to doing PSK and other popular modes of communication. | |
BATTERY | Lightweight 12 Volt/12 Ah battery based on state-of-the-art Lithium Iron Phosphate electrodes. | |
HF Antenna | G5RVJR | 40 through 6 meters dipole. |
VHF/UHF Antenna | NR-770HB | Diamond VHF/UHF Mobile Antenna. |
Antenna Mast | PNH-22 | Lightweight 22' telescoping fiberglass mast. |
Antenna Stand | MFJ-1918 | 6 Foot Portable Tripod Antenna Stand. |
WMR-Epic PWRgate | Consolidates power from Battery, Solar and Power Supply sources. Charges Battery. | |
WMR-4004U | Distributes fused power from Power Gate to various pieces of equipment, including Radio, Raspberry Pi, and Monitor. | |
Keyer | This Interface is used to enable True Keyed CW when using fldigi. This is a DIY kit, that requires soldering. | |
Monitor | 13 inch high res monitor. | |
Computer | Yea, that's right Computer. With built in Keyboard. or peraps the other way around. This computer in a keyboard will run all of the software for the Radio (PSK, Logbook, etc...), it has a USB port, a 40 pin GPIO, and and sd-micro for storage. | |
Computer | This half credit card size computer will run all of the environmental software, it has a USB port, a 40 pin GPIO, and and sd-micro for storage, and it's connected to a boat load of sensors. | |
Display | This Display is configured as the Console for the RaspberryPi. It will display all the Environmental information. | |
GPS Sensor | Used to determine precise Latitude and Longitude. From this we can derive the Maidenhead Gridsquare. | |
CO2 Sensor | The SCD-30 is an NDIR sensor, which is a 'true' CO2 sensor, that will tell you the CO2 PPM (parts-per-million) composition of ambient air. Unlike the SGP30, this sensor isn't approximating it from VOC gas concentration - it really is measuring the CO2 concentration. Perfect for environmental sensing, scientific experiments, air quality and ventilation studies, and more. | |
Temperature and Humidity Sensor | The HTS221 can measure relative humidity from 0%-100% rH with a sensitivity of 0.004% and 3.5% accuracy between 20-80%. It can also measure temperature from -40 to 120 degrees C, with a resolution of 0.016°C with ±0.5 °C accuracy between 15 and +40 °C. | |
Precision Barometric Pressure Sensor | The BMP390L is the next-generation of sensors from Bosch, with a low-altitude noise as low as 0.1m and the same fast conversion time. This sensor has a relative accuracy of ±3 Pascals | |
UV Light Sensor | The LTR390 has a dedicated UVA sensor. With both ambient light and UVA sensing with a peak spectral response between 300 and 350nm. | |
High Dynamic Range Digital Light Sensor | The TSL2591 luminosity sensor is an advanced digital light sensor, ideal for use in a wide range of light situations. This Sensor has a dedicated IR light sensor |
- Weather Conditions -rain? wind?
- Power Monitor V/A/W/Batt lifetime
- CAT Monitor
- Ext Speaker
- Setup the RaspberryPi
-
OS. I am going to use Rasbian, the default OS for a RaspberryPi. Start by instsalling NOOBs. The Setup is described in the Pi
-
Programs. I am going to use fldig, flrig and wsjt-x. The Setup is described in fldig and wsjt-x
-
Location. Precise location is always imperative. So we will use Adafruit's GPS Hat. The Setup for this device is described in the GPS Folder
-
Temperature and Humidity. We will be collecting this information with the DHT22 Sensor. Because Humidity has an effect on the rate of temperature change, it's important to collect the Relative Humidity. Setup will be found in the DHT22 Folder
-
Temperature and Barometric Pressure. Barometric Pressure also has an effect on Temperature, so we will use the BMP280 Sensor to collect this data. Setup will be found in the BMP280 Folder