-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
specify sealion-power-module subcomponents #178
Draft
obviously-i
wants to merge
1
commit into
ODU-CGA-CubeSat:main
Choose a base branch
from
obviously-i:docops/added-sealion-power-module-subcomponents/176
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
...ents/sealion-cubesat/components/sealion-power-module/components/battery-pack/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "battery-pack", | ||
"version": "0.1.0", | ||
"description": "Physically holds 10 onboard batteries in 5S2P configuration to deliver electrical power to EPS Board.", | ||
"license": "MIT", | ||
"author": "Joseph Siciliano jsici001@odu.edu & contributors", | ||
"dependencies": { | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
...lion-cubesat/components/sealion-power-module/components/eps-board/adc-to-i2c/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "adc-to-i2c", | ||
"version": "0.1.0", | ||
"description": "ADS1115 ADC to I2C Converter - receives power from EPS Board and converts ADC outputs to I2C bus communication for external sensors including the six sun sensors.", | ||
"license": "MIT", | ||
"author": "Joseph Siciliano jsici001@odu.edu & contributors", | ||
"dependencies": { | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
...cubesat/components/sealion-power-module/components/eps-board/battery-monitor/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "battery-monitor", | ||
"version": "0.1.0", | ||
"description": "LTC2944I - Measures voltage and current provided from battery pack and local temperature on EPS Board.", | ||
"license": "MIT", | ||
"author": "Joseph Siciliano jsici001@odu.edu & contributors", | ||
"dependencies": { | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
...on-cubesat/components/sealion-power-module/components/eps-board/gps-receiver/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "gps-receiver", | ||
"version": "0.1.0", | ||
"description": "Receives power from EPS Board and sends positioning data to OBC through EPS Board.", | ||
"license": "MIT", | ||
"author": "Joseph Siciliano jsici001@odu.edu & contributors", | ||
"dependencies": { | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
...lion-cubesat/components/sealion-power-module/components/eps-board/i2c-to-spi/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "i2c-to-spi", | ||
"version": "0.1.0", | ||
"description": "SC18IS602B I2C to SPI Converter - receives power from EPS Board and converts SPI protocol to I2C bus communication for IMU.", | ||
"license": "MIT", | ||
"author": "Joseph Siciliano jsici001@odu.edu & contributors", | ||
"dependencies": { | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
...mponents/sealion-power-module/components/eps-board/inertial-measurement-unit/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "inertial-measurement-unit", | ||
"version": "0.1.0", | ||
"description": "ADIS16400 - IMU for ADOS sensing that receives power from and sends serial data to EPS Board.", | ||
"license": "MIT", | ||
"author": "Joseph Siciliano jsici001@odu.edu & contributors", | ||
"dependencies": { | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
...ealion-cubesat/components/sealion-power-module/components/eps-board/ip-probe/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "ip-circuit", | ||
"version": "0.1.0", | ||
"description": "Impedance (IP) Circuit - receives power from and transmits data to EPS Board", | ||
"license": "MIT", | ||
"author": "Joseph Siciliano jsici001@odu.edu & contributors", | ||
"dependencies": { | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
...at/components/sealion-power-module/components/eps-board/multispectral-sensor/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "multispectral-sensor", | ||
"version": "0.1.0", | ||
"description": "PixelSensor Multispectral Sensor (Ms_S) - receives power from and transmits data via USB 2.0 Micro to EPS Board.", | ||
"license": "MIT", | ||
"author": "Joseph Siciliano jsici001@odu.edu & contributors", | ||
"dependencies": { | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
components/sealion-cubesat/components/sealion-power-module/components/eps-board/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "eps-board", | ||
"version": "0.1.0", | ||
"description": "Electrical Power System (EPS) Board distributes power from the onboard batteries to OBC and external sensors.", | ||
"license": "MIT", | ||
"author": "Joseph Siciliano jsici001@odu.edu & contributors", | ||
"dependencies": { | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
...lion-cubesat/components/sealion-power-module/components/eps-board/sun-sensor/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "sun-sensor", | ||
"version": "0.1.0", | ||
"description": "CSS100 Coarse Sun Sensor - receives power from and transmits analog data to EPS Board.", | ||
"license": "MIT", | ||
"author": "Joseph Siciliano jsici001@odu.edu & contributors", | ||
"dependencies": { | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
...lion-cubesat/components/sealion-power-module/components/eps-board/usb-to-i2c/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "usb-to-i2c", | ||
"version": "0.1.0", | ||
"description": "MCP2221A USB to I2C Converter - receives power from EPS Board and converts USB 2.0 to I2C bus communication for Ms_S.", | ||
"license": "MIT", | ||
"author": "Joseph Siciliano jsici001@odu.edu & contributors", | ||
"dependencies": { | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
...besat/components/sealion-power-module/components/eps-board/voltage-regulator/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "voltage-regulator", | ||
"version": "0.1.0", | ||
"description": "LM2576 - Steps-down battery voltage to usable 3.3V or 5V bus lines for OBC and external sensors.", | ||
"license": "MIT", | ||
"author": "Joseph Siciliano jsici001@odu.edu & contributors", | ||
"dependencies": { | ||
} | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description should be a human-readable version of the
name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Though, I also like having this verbiage as a sort of annotation for the component, so let's copy this verbiage to a
docs
field; i.e., create a line underdescription
calleddocs
with the above verbiage, i.e.,I know
docs
isn't in the official DOF spec, but it's something that's come up as a worth while keyword to be adoptedThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same goes for the 11 other
package.json
filesThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On second thought, these notes should go in the
notes
field in theparts.yaml