Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
19c85e0
Initial KiCad import and cleanup
robojay Nov 13, 2021
f0b80ec
Moves referenced symbols to separate library
robojay Nov 14, 2021
4599cca
Removes space in file names
robojay Nov 14, 2021
3d60729
Removes files with spaces in the name
robojay Nov 14, 2021
5e980df
Removes Eagle import symbol library
robojay Nov 14, 2021
46d1fd9
Add bypass capacitors, change reset capactitor value, relabel pins on…
robojay Nov 15, 2021
4769699
Clears out existing traces
robojay Nov 15, 2021
4b4fdba
Changes footprints and adds courtyards
robojay Nov 15, 2021
42bc5d7
Rough PCB layout
robojay Nov 16, 2021
f4e8026
Cleans up footprint library, includes 3D STEP files, points footprint…
robojay Nov 16, 2021
e8fbf3e
License clarifications and updates
robojay Nov 16, 2021
9c02c2b
Added additional open source info to README
robojay Nov 16, 2021
eb0825e
Fab drawing update
robojay Nov 16, 2021
5583c26
Footprint and 3d model source attibutions
robojay Nov 16, 2021
86fd1dd
Text formatting
robojay Nov 16, 2021
f875ef3
Text formatting
robojay Nov 16, 2021
cb1d7f3
Text formatting
robojay Nov 16, 2021
6c2c6d5
Text formatting
robojay Nov 16, 2021
70cabd4
Cleanups and fab/assy/pdf outputs
robojay Nov 16, 2021
ecee21b
Summary text and PCB image
robojay Nov 16, 2021
b1c6ab5
Text formatting
robojay Nov 16, 2021
aa01b96
Text formatting
robojay Nov 16, 2021
9ff6ec1
Add ignore for tmp folders
robojay Nov 16, 2021
0533d5b
Fixed type
robojay Nov 17, 2021
04c0f23
Update BOM to clarify which module to use: AmbaSat compatible vs. Ama…
robojay Nov 18, 2021
972eb0d
SX1276 datasheet added
robojay Jan 24, 2022
e9d9fbe
adds notes
robojay Jan 24, 2022
3eb764e
tweaks notes
robojay Jan 24, 2022
d886618
RadioLib notes
robojay Jan 24, 2022
7b10a97
moves KiCad directory to top level
robojay Mar 14, 2022
77eb292
Merge branch 'master' into kicad_conversion
robojay Mar 14, 2022
cdaf6ea
moved additional datasheets
robojay Mar 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Datasheets/ATmega328P.pdf
Binary file not shown.
Binary file added Datasheets/LP2985.pdf
Binary file not shown.
Binary file added Datasheets/TE_2337019-1.pdf
Binary file not shown.
Binary file added Datasheets/TrisolX-Solar-Wing-Data-Sheet1.pdf
Binary file not shown.
Binary file added Datasheets/sx1276_77_78_79.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions KiCad/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tmp/
17 changes: 17 additions & 0 deletions KiCad/CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
AmbaSat-1 KiCad conversions are derived from the Eagle design located at https://github.com/ambasat/AmbaSat-1

As recommended by (and copied from) the cern_ohl_s_v2_user_guide

Anyone modifying the design should provide brief information about the
modifications, including the date they were made, and stating that
information about the design should be added but never removed from that
file.

According to section 3.3.b of the licence, licensees should provide a
brief entry with a date and the nature of the modification for each design
change.
For example '26 April 2020: AC/DC power converter circuit removed as AC input no longer necessary'.

Changes:

16 November 2021: Initial creation of CHANGES.TXT and license inclusions
14 changes: 14 additions & 0 deletions KiCad/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
This source describes Open Hardware and is licensed under the CERN-OHL-S v2

You may redistribute and modify this source and make products using it under
the terms of the CERN-OHL-S v2 (https://ohwr.org/cern_ohl_s_v2.txt).

This source is distributed WITHOUT ANY EXPRESS OR IMPLIED WARRANTY,
INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS FOR A
PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable conditions.

Source location: https://github.com/robojay/AmbaSat-1/tree/kicad_conversion

As per CERN-OHL-S v2 section 4, should You produce hardware based on this
source, You must provide the Source Location visible in the silkscreen
on the back side of the printed circuit board.
20 changes: 20 additions & 0 deletions KiCad/Motherboard/AmbaSat-1_Satellite-Symbols.bck
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
EESchema-DOCLIB Version 2.0
#
$CMP C
D Unpolarized capacitor
K cap capacitor
F ~
$ENDCMP
#
$CMP GND
D Power flag, ground
K power-flag
$ENDCMP
#
$CMP R
D Resistor
K r res resistor
F ~
$ENDCMP
#
#End Doc Library
20 changes: 20 additions & 0 deletions KiCad/Motherboard/AmbaSat-1_Satellite-Symbols.dcm
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
EESchema-DOCLIB Version 2.0
#
$CMP C
D Unpolarized capacitor
K cap capacitor
F ~
$ENDCMP
#
$CMP GND
D Power flag, ground
K power-flag
$ENDCMP
#
$CMP R
D Resistor
K r res resistor
F ~
$ENDCMP
#
#End Doc Library
Loading