Restructered pre-import
This commit is contained in:
97
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Communications.md
Executable file
97
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Communications.md
Executable file
@@ -0,0 +1,97 @@
|
||||
# About
|
||||
|
||||
The communications project will deliver a balloon payload that allows
|
||||
receipt of [telemetry](https://en.wikipedia.org/wiki/Telemetry) and
|
||||
other payload data as well allow command of the balloon systems as
|
||||
needed. Communications are commonly delivered over [Amateur
|
||||
Radio](https://en.wikipedia.org/wiki/Amateur_radio) frequencies by
|
||||
licensed operators. Networks like
|
||||
[APRS](https://en.wikipedia.org/wiki/Automatic_Packet_Reporting_System)
|
||||
are favored for some balloon-related communication.
|
||||
|
||||
These team members will also be responsible for ensuring one or more
|
||||
suitable ground stations are in place to reliably receive data from the
|
||||
communications systems. This team is encouraged to partner with the
|
||||
[HacDC Amateur Radio club](http://www.w3hac.org) and [other amateur
|
||||
radio organizations](http://www.arrl.org/find-a-club) and enthusiasts.
|
||||
This team will also facilitate logistical communications primarily for
|
||||
the launch and recovery teams.
|
||||
|
||||
# Team Members
|
||||
|
||||
- Derk
|
||||
- [Ethan Waldo](User:Ewaldo "wikilink") (licensed for Amateur Radio)
|
||||
- Martin (licensed for Amateur Radio)
|
||||
- Nancy Wolfson
|
||||
|
||||
# Possible Balloon Communications
|
||||
|
||||
- Primary VHF APRS tracker - sends regular APRS beacons with GPS and
|
||||
limited telemetry - use national 144.390 MHz network
|
||||
- Secondary UHF APRS tracker - sends regular APRS beacons with GPS and
|
||||
limited telemetry - use a frequency to be determined at the launch
|
||||
site
|
||||
- 13 cm Broadband Downlink - send realtime video or broadband data
|
||||
- uhf/vhf cross-band repeater - allow hams to communicate long distance
|
||||
with handy-talkies
|
||||
- 433 MHz ISM band low data rate telemetry
|
||||
|
||||
# Possible Chase Team Communications
|
||||
|
||||
- Cell phone WiFi for APRS.fi information
|
||||
- VHF and UHF APRS receiver, possibly tracking, text and digitpeating
|
||||
for off-grid operations
|
||||
- Primary Voice - cell phone
|
||||
- Secondary Voice - VHF and UHF mobile radios in conjunction with
|
||||
repeaters for off-grid operations operations
|
||||
|
||||
# Possible Ground Station Communications
|
||||
|
||||
- 13 cm broadband receiver/recorder with 90 cm dish
|
||||
- UHF/VHF receiver/recorder for SSTV
|
||||
- 433 MHz data receiver/recorder with yagi
|
||||
- Primary Voice - cell phone
|
||||
- Secondary Voice - VHF and UHF mobile radios in conjunction with
|
||||
repeaters for off-grid operations operations
|
||||
|
||||
# Teensy All-in-one
|
||||
|
||||
- [APRS Tracker using Teensy
|
||||
3.1](https://forum.pjrc.com/threads/24998-APRS-Tracker-using-Teensy-3-1)
|
||||
- [Teensy 3.2](https://www.pjrc.com/store/teensy32.html)
|
||||
- [TinyTracker GPS/GSM/CAN for Teensy
|
||||
3.1/3.2](https://www.tindie.com/products/Fusion/tinytracker-gpsgsmcan-for-teensy-3132/)
|
||||
- [10DOF MPU9250+MS5637 sensor addon for
|
||||
Teensy](https://www.tindie.com/products/Fusion/10dof-mpu9250ms5637-sensor-addon-for-teensy/)
|
||||
- [SPI Flash Memory Add-ons for Teensy
|
||||
3.X](https://www.tindie.com/products/onehorse/spi-flash-memory-add-ons-for-teensy-3x/)
|
||||
- [Radiometrix 500mW VHF Narrowband
|
||||
Transceiver](http://www.radiometrix.com/content/bim1h) (same as used
|
||||
in TinyTrak4)
|
||||
|
||||
# Communications Links
|
||||
|
||||
[Bionics TinyTrak 4](http://www.byonics.com/tinytrak4/) Likely primary
|
||||
APRS tracker - has limited telemetry capability [SainSonic TNC and 1 W
|
||||
transmitter](https://www.amazon.com/SainSonic-AP510-Transceiver-Bluetooth-Thermometer/dp/B00JLB94IS)
|
||||
[Arduino TNC using
|
||||
bertos](https://sites.google.com/site/ki4mcw/Home/arduino-tnc) [Arduino
|
||||
shield](http://wiki.argentdata.com/index.php?title=Radio_Shield) [Wouxun
|
||||
KG-UV8D instant cross-band
|
||||
repeater](http://www.amazon.com/Wouxun-KG-UV8D-Two-Way-Radio/dp/B00JYLMJ46)
|
||||
[in action](https://www.youtube.com/watch?v=y4UCx1sFor8) [our cute
|
||||
little Yaesu VX-1 UHF
|
||||
radio](http://www.yaesu.com/indexVS.cfm?cmd=DisplayProducts&ProdCatID=111&encProdID=783160E8AAE4642A8751C75821666E16)
|
||||
[433 MHz ISM band transceiver - 1 W, up to 256
|
||||
kbps](http://www.anarduino.com/details.jsp?pid=130) [APRS on your cell
|
||||
phone](https://aprsdroid.org/) [Bluetooth TNC for
|
||||
above](http://www.mobilinkd.com/) [Where is SB-6?](http://APRS.fi)
|
||||
[APRSISCE APRS tracking software for
|
||||
Windows](http://aprsisce.wikidot.com/) [Direwolf TNC software for
|
||||
Windows and Linux/PC/RasPi](https://github.com/wb2osz/direwolf) [xastir
|
||||
APRS tracking software for
|
||||
Linux/PC/RasPi](http://xastir.sourceforge.net/) [SoundModem TNC software
|
||||
for Linux/PC/RasPi](http://www.linux-ax25.org/wiki/Soundmodem)
|
||||
[Radiometrix Transmitters & RF Modules](http://www.radiometrix.com/)
|
||||
[LoRa modem and 434 MHz radio shield for
|
||||
RasPi](https://store.uputronics.com/index.php?route=product/product&path=61&product_id=68)
|
23
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Compliance.md
Executable file
23
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Compliance.md
Executable file
@@ -0,0 +1,23 @@
|
||||
# About
|
||||
|
||||
These team members will be primarily involved in researching
|
||||
[FAA](https://en.wikipedia.org/wiki/Federal_Aviation_Administration) &
|
||||
[FCC](https://en.wikipedia.org/wiki/Federal_Communications_Commission)
|
||||
rules and regulations. This will involve how the balloon flight and
|
||||
[communications](HacDC_Spaceblimp_6/Projects/Communications "wikilink")
|
||||
can be legally conducted.
|
||||
|
||||
# Team Members
|
||||
|
||||
- [Ethan Waldo](User:Ewaldo "wikilink") (licensed for Amateur Radio)
|
||||
- Nancy Wolfson
|
||||
|
||||
# Resources
|
||||
|
||||
- [FAA drone rules](https://www.faa.gov/uas/)
|
||||
- [FAA FAR 101 - The balloonery
|
||||
laws](http://www.ecfr.gov/cgi-bin/text-idx?rgn=div5&node=14:2.0.1.3.15#sp14.2.101.d)
|
||||
- [FAA marking and registration regulations may be
|
||||
applicable](http://www.ecfr.gov/cgi-bin/text-idx?SID=e147a60011f64321a7cf43a8c09af801&mc=true&node=pt14.1.48&rgn=div5)
|
||||
- [GSBC Regulations
|
||||
Overview](http://community.balloonchallenge.org/t/regulations-overview-including-contacting-the-us-faa/676)
|
12
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Coordination.md
Executable file
12
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Coordination.md
Executable file
@@ -0,0 +1,12 @@
|
||||
# About
|
||||
|
||||
These team members will help facilitate project collaboration and
|
||||
organization. This team may provide suggestions but project teams are
|
||||
expected to self-organize and decisions will be made by the Spaceblimp
|
||||
group at large.
|
||||
|
||||
# Team Members
|
||||
|
||||
- [Ethan Waldo](User:Ewaldo "wikilink")
|
||||
- Nancy Wolfson
|
||||
- Sanjey
|
20
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Education_Outreach.md
Executable file
20
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Education_Outreach.md
Executable file
@@ -0,0 +1,20 @@
|
||||
# About
|
||||
|
||||
This project involves any education or outreach initiatives that may be
|
||||
developed to expand the Spaceblimp projects beyond HacDC. A key
|
||||
education area is curriculum development to support [STEM and
|
||||
STEAM](https://en.wikipedia.org/wiki/Science,_technology,_engineering,_and_mathematics)
|
||||
initiatives. Providing education and curriculum will facilitate better
|
||||
outreach and potential
|
||||
[funding](HacDC_Spaceblimp_6/Projects/Funding "wikilink").
|
||||
|
||||
# Team Members Roles
|
||||
|
||||
- Nancy Wolfson-Project Development- I will be working on developing the
|
||||
curriculum and other writing materials (If you want to join me please
|
||||
add your name)
|
||||
- [Ethan Waldo](User:Ewaldo "wikilink")
|
||||
|
||||
# Project Links
|
||||
|
||||
- Project Development - Curriculum Link coming up soon
|
28
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Flight_Prediction.md
Executable file
28
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Flight_Prediction.md
Executable file
@@ -0,0 +1,28 @@
|
||||
# About
|
||||
|
||||
These team members will deliver flight path predictions that will be
|
||||
used to plan and coordinate the launch. This may also involve in situ
|
||||
analysis in the air and on the ground. This team will also primarily be
|
||||
responsible for delivering tracking payload(s).
|
||||
|
||||
# Team Members
|
||||
|
||||
- Derk
|
||||
- Ethan M
|
||||
- Nancy Wolfson
|
||||
- Nick
|
||||
- Samarth
|
||||
|
||||
# Flight Prediction
|
||||
|
||||
- [Cambridge University predictor](http://predict.habhub.org/)
|
||||
- [U of Michigan
|
||||
predictor](http://vmr.engin.umich.edu/Model/_balloon/index.py)
|
||||
- [Jet stream
|
||||
animations](http://squall.sfsu.edu/scripts/namjetstream_model_fcst.html)
|
||||
- [Skyvector aeronautical charts, airport
|
||||
locators](https://skyvector.com/)
|
||||
|
||||
# Tracking
|
||||
|
||||
- GPS
|
54
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Funding.md
Executable file
54
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Funding.md
Executable file
@@ -0,0 +1,54 @@
|
||||
# About
|
||||
|
||||
These team members will help drive various funding initiatives and
|
||||
coordinate program budget with the . The funding team will also help
|
||||
facilitate [project](HacDC_Spaceblimp_6/Projects "wikilink") funding
|
||||
needs and coordinate with the [Project Awesome
|
||||
Spaceblimp](PA_Spaceblimp "wikilink") contact.
|
||||
|
||||
# Focus Areas
|
||||
|
||||
- [Donations](HacDC_Spaceblimp_6/Projects/Funding#Donations "wikilink")
|
||||
- [Fundraising](HacDC_Spaceblimp_6/Projects/Funding#Fundraising "wikilink")
|
||||
- [Grants](HacDC_Spaceblimp_6/Projects/Funding#Grants "wikilink")
|
||||
- [Project Awesome Spaceblimp](PA_Spaceblimp "wikilink")
|
||||
|
||||
# Team Members
|
||||
|
||||
- Enrique
|
||||
- [Ethan Waldo](User:Ewaldo "wikilink")
|
||||
- Nancy Wolfson
|
||||
|
||||
# Donations
|
||||
|
||||
- [Contributions](https://www.hacdc.org/donate/) earmarked for [Project
|
||||
Awesome Spaceblimp](PA_Spaceblimp "wikilink")
|
||||
- The Spaceblimp6 team has contributed \$260 in personal donations to
|
||||
the project.
|
||||
|
||||
# Fundraising
|
||||
|
||||
- Vendor
|
||||
- Logo Placement
|
||||
- [Sponsorship](https://www.hacdc.org/sponsors/)
|
||||
|
||||
# Grants
|
||||
|
||||
- [NASA DC space grant](http://www.dcspacegrant.org/)
|
||||
- More geared for awards to university students and teachers
|
||||
- [Federal Government Grant
|
||||
Opportunities](http://www.grants.gov/web/grants/search-grants.html?keywords=balloon)
|
||||
- [ROSES-2016 A.1 Earth Science Research Section 2.3 Atmospheric
|
||||
composition](https://nspires.nasaprs.com/external/viewrepositorydocument/cmdocumentid=498120/solicitationId=%7B68C12087-132D-3814-9A87-5323BCE6CAB6%7D/viewSolicitationDocument=1/A.1%20ESD%20Summary.pdf)
|
||||
- [A.17 ATMOSPHERIC COMPOSITION: UPPER ATMOSPHERIC COMPOSITION
|
||||
OBSERVATIONS](https://nspires.nasaprs.com/external/viewrepositorydocument/cmdocumentid=498154/solicitationId=%7BB554F971-2BDF-A8A0-A909-8CF7C07DB175%7D/viewSolicitationDocument=1/A.17%20Upper%20Atmos%20Comp%20Observations.pdf)
|
||||
- Future balloon measurements should focus on validation and
|
||||
> collaborative observations for the [SAGEIII instrument on the
|
||||
> International Space
|
||||
> Station](http://science.nasa.gov/missions/sage-3-iss/) after
|
||||
> 2016 and the continued ozone mapping and profiler suite
|
||||
> ([OMPS](http://npp.gsfc.nasa.gov/omps.html))-Limb observations
|
||||
> on [S-NPP and JPSS-2](http://npp.gsfc.nasa.gov/) to ensure
|
||||
> continuity from Aura.
|
||||
|
||||
[HacDC Treasurer](Category:BOD "wikilink")
|
17
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Launch_team.md
Executable file
17
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Launch_team.md
Executable file
@@ -0,0 +1,17 @@
|
||||
# About
|
||||
|
||||
The launch team will be responsible for arriving at the [decided
|
||||
launched site](HacDC_Spaceblimp_6/Projects/Flight_Prediction "wikilink")
|
||||
to prepare and launch the balloon as well as initiate tracking. At least
|
||||
one [amateur radio](https://en.wikipedia.org/wiki/Amateur_radio)
|
||||
operator should be present in the group. Communications with the
|
||||
[recovery
|
||||
team](HacDC_Spaceblimp_6/Projects/Recovery_team_(chase_team) "wikilink")
|
||||
should be maintained as best as possible through preparations made by
|
||||
the [communications
|
||||
logistics](HacDC_Spaceblimp_6/Projects/Groundwork#Logistical_Communications "wikilink")
|
||||
team.
|
||||
|
||||
# Team Members
|
||||
|
||||
- TBD (All are welcome)
|
17
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Power.md
Executable file
17
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Power.md
Executable file
@@ -0,0 +1,17 @@
|
||||
# About
|
||||
|
||||
These team members will deliver one or more payloads for tracking and
|
||||
possibly integrating power-oriented subsystems. This will be critical
|
||||
for understanding delivery of power to all payloads and may be used in
|
||||
situ for reactionary measures as well as for post flight analysis. Some
|
||||
common power subsystems can include battery, solar, energy harvesting,
|
||||
and various generators with wind as a primary source.
|
||||
|
||||
# Team Members
|
||||
|
||||
- Mariama
|
||||
- Nancy Wolfson
|
||||
|
||||
# Tracking
|
||||
|
||||
# Payloads
|
@@ -0,0 +1,17 @@
|
||||
# About
|
||||
|
||||
The recovery team will be responsible for arriving at the [predicted
|
||||
recovery site](HacDC_Spaceblimp_6/Projects/Flight_Prediction "wikilink")
|
||||
to track and relocate (as best as possible when flight deviations occu)
|
||||
in order to recover the balloon after its return. At least one [amateur
|
||||
radio](https://en.wikipedia.org/wiki/Amateur_radio) operator should be
|
||||
present in the group. Communications with the [launch
|
||||
team](HacDC_Spaceblimp_6/Projects/Launch_team "wikilink") should be
|
||||
maintained as best as possible through preparations made by the
|
||||
[communications
|
||||
logistics](HacDC_Spaceblimp_6/Projects/Groundwork#Logistical_Communications "wikilink")
|
||||
team.
|
||||
|
||||
# Team Members
|
||||
|
||||
Ethan W., Nick B., John P., Enrique C., Nicole, Kyle, Derk, Sam
|
20
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Safety.md
Executable file
20
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Safety.md
Executable file
@@ -0,0 +1,20 @@
|
||||
# About
|
||||
|
||||
These team members will provide a due diligence effort to ensure best
|
||||
practices are in place that maximizes the safety allowable in an
|
||||
uncontrolled balloon launch. [FAA rules and
|
||||
guidelines](HacDC_Spaceblimp_6/Projects/Compliance "wikilink") and
|
||||
potential life and property hazards should be taken in to consideration.
|
||||
|
||||
# Team Members
|
||||
|
||||
- Ethan M (tentative)
|
||||
- [Ethan Waldo](User:Ewaldo "wikilink")
|
||||
- Nancy Wolfson
|
||||
|
||||
# Rules
|
||||
|
||||
- Cannot operate the balloon in a manner that impact of the balloon or
|
||||
payload with the surface creates a hazard to persons or property not
|
||||
associated with the operation
|
||||
[1](http://www.ecfr.gov/cgi-bin/text-idx?rgn=div5&node=14:2.0.1.3.15#se14.2.101_133)
|
32
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Sensor_Systems.md
Executable file
32
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Sensor_Systems.md
Executable file
@@ -0,0 +1,32 @@
|
||||
# About
|
||||
|
||||
These team members will be responsible for delivering one or more
|
||||
payloads that use sensors for measurement.
|
||||
|
||||
# Team Members
|
||||
|
||||
- Ethan M
|
||||
- [Ethan Waldo](User:Ewaldo "wikilink") (tentative)
|
||||
- John P
|
||||
- Nancy Wolfson
|
||||
- Nick (tentative)
|
||||
|
||||
# Ideas
|
||||
|
||||
- Muon detection
|
||||
- <https://hackaday.io/project/1700-cosmic-ray-muon-81-9x9-pixel-hodoscope>
|
||||
- <https://play.google.com/store/apps/details?id=it.android.muonflux&hl=en>
|
||||
- <http://www.gizmag.com/physicist-smartphones-pocket-cosmic-ray-detectors/34121/>
|
||||
- <http://arxiv.org/pdf/1410.2895v2.pdf>
|
||||
|
||||
<!-- -->
|
||||
|
||||
- Slow scan TV
|
||||
- [camera and audio
|
||||
modulator](https://www.argentdata.com/catalog/product_info.php?products_id=150)
|
||||
video could be sent down on UHF or VHF (HF may be too much trouble)
|
||||
|
||||
# Links
|
||||
|
||||
[Our rusty/dusty Geiger
|
||||
counter](http://www.goldmine-elec-products.com/prodinfo.asp?number=C6979)
|
17
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Stabilization.md
Executable file
17
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Stabilization.md
Executable file
@@ -0,0 +1,17 @@
|
||||
# About
|
||||
|
||||
These team members will provide active or passive stabilization
|
||||
suggestions and solutions to maximize the potential for payloads that
|
||||
are better served by a stabilized craft.
|
||||
|
||||
# Team Members
|
||||
|
||||
- Nancy Wolfson
|
||||
- Samarth
|
||||
- Martin
|
||||
- Ethan M
|
||||
|
||||
# Links
|
||||
|
||||
[useful information on balloon
|
||||
stabilization](http://via.library.depaul.edu/cgi/viewcontent.cgi?article=1037&context=ahac)
|
34
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Structural_Design.md
Executable file
34
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/Structural_Design.md
Executable file
@@ -0,0 +1,34 @@
|
||||
# About
|
||||
|
||||
This team will provide guidance and deliver solutions for the structural
|
||||
design of the payload bay, its securing to the balloon, and the balloon
|
||||
itself. This team and all other project teams that will be delivering
|
||||
payloads are expected to communicate needs, constraints, and
|
||||
expectations. Final constraints and designs will be approved by the
|
||||
Spaceblimp group at large.
|
||||
|
||||
# Team Members
|
||||
|
||||
- Derk
|
||||
- Ethan M
|
||||
- Nancy Wolfson
|
||||
- Nick
|
||||
- Samarth
|
||||
|
||||
# Constraints
|
||||
|
||||
- 2000g balloon
|
||||
|
||||
# Ideas
|
||||
|
||||
- ZPB DIY balloon (probably not first flight)
|
||||
- Housing Idea - Laser (or hot wire) cut expanded Styrofoam - glue
|
||||
together layers of Styrofoam for custom 3D shape and cover in epoxy
|
||||
for mounting hardness/Durability
|
||||
|
||||
# Resources
|
||||
|
||||
- <http://habhub.org/calc/>
|
||||
- [GSBC Regulations
|
||||
Overview](http://community.balloonchallenge.org/t/regulations-overview-including-contacting-the-us-faa/676)
|
||||
should be reviewed for structural design considerations
|
@@ -0,0 +1,16 @@
|
||||
# About
|
||||
|
||||
This team will lead the effort to ensure all systems are compatible,
|
||||
operate to specifications, have proper fail safes, and have the best
|
||||
chance of surviving the conditions of a [High-altitude
|
||||
balloon](https://en.wikipedia.org/wiki/High-altitude_balloon) flight.
|
||||
|
||||
# Team Members
|
||||
|
||||
- Ethan M
|
||||
- [Ethan Waldo](User:Ewaldo "wikilink")
|
||||
- Nancy Wolfson
|
||||
|
||||
# Resources
|
||||
|
||||
- <http://www.instructables.com/id/Simulated-High-Altitude-PressureTemperature-Chambe/>
|
9
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/funding(1).md
Executable file
9
Old Pages/Spaceblimp/HacDC_Spaceblimp_6/Projects/funding(1).md
Executable file
@@ -0,0 +1,9 @@
|
||||
# Team Members Roles
|
||||
|
||||
Enrique
|
||||
|
||||
# Project Links
|
||||
|
||||
- **[Google Sheet of all
|
||||
Components](https://docs.google.com/spreadsheets/d/1pbtn7ECg-q11PLaRodAbiNXFW9PaxQSlg8VCRAd21Sg/edit?usp=sharing)**
|
||||
- Project Development - Curriculum Link coming up soon
|
Reference in New Issue
Block a user