Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MedadRufus committed Oct 18, 2019
0 parents commit d409860
Show file tree
Hide file tree
Showing 912 changed files with 606,918 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
167 changes: 167 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,167 @@
#################
## Eclipse
#################

*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath


#################
## Visual Studio
#################

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates

# Build results
[Dd]ebug/
[Rr]elease/
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.vspscc
.builds
*.dotCover

## TODO: If you have NuGet Package Restore enabled, uncomment this
#packages/

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf

# Visual Studio profiler
*.psess
*.vsp

# ReSharper is a .NET coding add-in
_ReSharper*

# Installshield output folder
[Ee]xpress

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish

# Others
[Bb]in
[Oo]bj
sql
TestResults
*.Cache
ClientBin
stylecop.*
~$*
*.dbmdl
Generated_Code #added for RIA/Silverlight projects

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML



############
## Windows
############

# Windows image file caches
Thumbs.db

# Folder config file
Desktop.ini


#############
## Python
#############

*.py[co]

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox

#Translations
*.mo

#Mr Developer
.mr.developer.cfg

# Mac crap
.DS_Store



prototype/firmware/EDBG UART erert/EDBG UART erert/.atmel-start-backup/*
103 changes: 103 additions & 0 deletions BaseStation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
# Ideas for Imperial College HAB Ground Station



The HAB base station is proposed to be installed on the roof of the 10 story Electrical Engineering Building at Imperial College South Kensington.
It will be used to receive and transmit telemetry with high altitude balloons.

## Objectives
* Safe, secure, and College Approved installation
* High reliability - 12 month preventative maintenance cycle
* Remote controlled and managed
* Improve logistics for Wormwood Scrubs launches. Reduce need for launch site tracking
* Support of Open HAB community by tracking balloons in UK near-space
* Establish Imperial College Base Station as a high quality and trusted monitoring station for near space activity in the UK Region.

## Applications
* To track balloons launched by the Imperial College Space Society, especially during launches from London
* To track radiosondes launched by the Meterological service and add to a central database, [sondehub.org](https://tracker.sondehub.org)

## Frequencies and Modes

### Receive
* 70cm Amateur Band
* License exempt 433.05 - 434.79 MHz. All Modes, including LoRa.
* ??? 2m Amateur band, APRS mode
* ??? License exempt 868 MHz
### Transmit
* License exempt 434.040– 434.790 MHz 10 mW ERP 25 kHz bandwidth and 433.05 - 434.79 MHz 1mW ERP 25kHz bandwidth. All Modes, including LoRa.
* No transmission in Amateur Bands



## Radio Hardware
* SDR Radio on Raspberry Pi
* LoRa shield on Raspberry Pi

## Radio Firmware
* Multi channel RTTY reception
* Remote tuning
* Interface to HAB Hub

## Antenna
* 434MHz colinear
* ??? one or two, amplifier and splitter? Front end SAW filters ? TX/RX switching?
* ??? 2m
* ??? 868MHz
* Do we need lightening protection ?


## Utilities
* Power over Ethernet
* 10/100 Mbps Ethernet on IC network

## Physical
* IP68 Enclosure
* ??? Cabling
* ??Mounting hardware



## License

Hardware is Licensed under CERN OHL v.1.2 or later https://www.ohwr.org/documents/294 No warranty is provided for this documentation implied or otherwise.

Software is licensed under MIT License.

MIT License

Copyright (c) 2018 Imperial College Space Society

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.




























1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Pico Balloon Tracker Version 2.0## ObjectivesThis Pico balloon tracker is the second version to be designed by Imperial College Space Society. It is intended to offer an easy to build and low cost entry for people who want to launch small Helium filled balloons with a small tracking payload. While the previous version used already built commercial modules for the radio, GPS and power supply, this version is built from basic components.Ideally, it should be able to fly around the world on board a small balloon.## LicenseHardware is Licensed under CERN OHL v.1.2 or later https://www.ohwr.org/documents/294 No warranty is provided for this documentation implied or otherwise.Software is licensed under MIT License.MIT LicenseCopyright (c) 2018 Imperial College Space SocietyDerived Software Copyright (c) 2014 Richard Meadows <richardeoin>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Expand Down
90 changes: 90 additions & 0 deletions References.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
# Links to Useful Documents

## SAM L21
[Datasheet and Reference manual](https://www.farnell.com/datasheets/2014285.pdf)

[Atmel� Software Framework (ASF) Reference Manual](http://ww1.microchip.com/downloads/en/AppNotes/Atmel-42699-ASF-Manual-(SAML21)_ApplicationNote_AT11513.pdf)

[Getting started guidelines](http://ww1.microchip.com/downloads/en/AppNotes/atmel-42410-getting-started-with-saml21_application%20note_at03975.pdf)

[SAM L21 Xplained Pro manual](http://ww1.microchip.com/downloads/en/devicedoc/atmel-42405-saml21-xplained-pro_user-guide.pdf)




## Si4468
[Datasheet](https://www.silabs.com/documents/public/data-sheets/Si4464-63-61-60.pdf)

[Programming Guide](https://www.silabs.com/documents/public/application-notes/AN633.pdf)

[API Documentation](http://www.silabs.com/documents/public/application-notes/EZRadioPRO_REVB1_API.zip)





## Bristol SEDS

[Main Page](http://www.bristol-seds.co.uk/)

[PicoTracker GitHub](https://github.com/bristol-seds/pico-tracker)



## HAB

[UKHAS Google Group](https://groups.google.com/forum/#!forum/ukhas%5B261-280%5D)



## uBlox


[BN-220](https://surehobby.com/desc/HR/HR5512/BN_220_GPS_Antenna_datasheet.pdf)

[UBX-M8030 Specification](https://www.u-blox.com/sites/default/files/products/documents/UBX-M8030-KT-FT_ProductSummary_%28UBX-14001605%29.pdf)

[Protocol Specification](https://www.u-blox.com/sites/default/files/products/documents/u-blox8-M8_ReceiverDescrProtSpec_%28UBX-13003221%29_Public.pdf)

## BME280


[BME280 Data Sheet](https://www.embeddedadventures.com/datasheets/BME280.pdf)

[Official Bosch C Driver](https://github.com/BoschSensortec/BME280_driver)

[Larry Banks C library](https://github.com/bitbank2/bme280)


## RFM98W


[Datasheet](http://www.farnell.com/datasheets/1870822.pdf)

[SX127x Datasheet](https://cdn-shop.adafruit.com/product-files/3179/sx1276_77_78_79.pdf)

[C Code example](https://github.com/wdomski/SX1278-example)


## UKHAS Lora


[Tracking Guide](https://ukhas.org.uk/guides:lora_tracking_guide)

## Stuart Robinsons Tracker

[Lora Tracker](http://www.loratracker.uk/?p=30)

[Github](https://github.com/LoRaTracker)

## TomasTT7 Trackers

[TT7B Tracker Blog](http://tt7hab.blogspot.com/2018/09/the-tt7b-tracker.html)

[tt7B Github](https://github.com/TomasTT7/TT7B-Tracker)


## Pi in the Sky


[Lora Tracker](http://www.pi-in-the-sky.com/index.php?id=making-a-lora-tracker)
Loading

0 comments on commit d409860

Please sign in to comment.