Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ATKBBBD_RMEC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ruben Castro
ATKBBBD_RMEC
Commits
87dd3996
Commit
87dd3996
authored
Dec 05, 2018
by
Ruben Castro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added more media!
parent
90f5a516
Changes
132
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
132 changed files
with
9803 additions
and
62 deletions
+9803
-62
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#1
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#1
+14
-0
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#2
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#2
+37
-23
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#4
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#4
+1
-0
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#5
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#5
+12
-6
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#6
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#6
+3
-1
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#7
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#7
+30
-29
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#8
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#8
+0
-1
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#9
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#9
+7
-0
circuit/ATKBBD_RMEC/RMEC_SCHEM.brd
circuit/ATKBBD_RMEC/RMEC_SCHEM.brd
+1
-1
circuit/ATKBBD_RMEC/eagle.epf
circuit/ATKBBD_RMEC/eagle.epf
+1
-1
embedded/RMEC_Basic/.vs/RMEC_Basic/v14/.atsuo
embedded/RMEC_Basic/.vs/RMEC_Basic/v14/.atsuo
+0
-0
embedded/RMEC_Basic/RMEC_Basic.atsln
embedded/RMEC_Basic/RMEC_Basic.atsln
+22
-0
embedded/RMEC_Basic/RMEC_Basic/Debug/Makefile
embedded/RMEC_Basic/RMEC_Basic/Debug/Makefile
+127
-0
embedded/RMEC_Basic/RMEC_Basic/Debug/RMEC_Basic.eep
embedded/RMEC_Basic/RMEC_Basic/Debug/RMEC_Basic.eep
+1
-0
embedded/RMEC_Basic/RMEC_Basic/Debug/RMEC_Basic.elf
embedded/RMEC_Basic/RMEC_Basic/Debug/RMEC_Basic.elf
+0
-0
embedded/RMEC_Basic/RMEC_Basic/Debug/RMEC_Basic.hex
embedded/RMEC_Basic/RMEC_Basic/Debug/RMEC_Basic.hex
+36
-0
embedded/RMEC_Basic/RMEC_Basic/Debug/RMEC_Basic.lss
embedded/RMEC_Basic/RMEC_Basic/Debug/RMEC_Basic.lss
+209
-0
embedded/RMEC_Basic/RMEC_Basic/Debug/RMEC_Basic.map
embedded/RMEC_Basic/RMEC_Basic/Debug/RMEC_Basic.map
+517
-0
embedded/RMEC_Basic/RMEC_Basic/Debug/RMEC_Basic.srec
embedded/RMEC_Basic/RMEC_Basic/Debug/RMEC_Basic.srec
+37
-0
embedded/RMEC_Basic/RMEC_Basic/Debug/main.d
embedded/RMEC_Basic/RMEC_Basic/Debug/main.d
+37
-0
embedded/RMEC_Basic/RMEC_Basic/Debug/main.o
embedded/RMEC_Basic/RMEC_Basic/Debug/main.o
+0
-0
embedded/RMEC_Basic/RMEC_Basic/Debug/makedep.mk
embedded/RMEC_Basic/RMEC_Basic/Debug/makedep.mk
+6
-0
embedded/RMEC_Basic/RMEC_Basic/RMEC_Basic.componentinfo.xml
embedded/RMEC_Basic/RMEC_Basic/RMEC_Basic.componentinfo.xml
+86
-0
embedded/RMEC_Basic/RMEC_Basic/RMEC_Basic.cproj
embedded/RMEC_Basic/RMEC_Basic/RMEC_Basic.cproj
+144
-0
embedded/RMEC_Basic/RMEC_Basic/main.c
embedded/RMEC_Basic/RMEC_Basic/main.c
+27
-0
embedded/RMEC_full/.vs/RMEC_full/v14/.atsuo
embedded/RMEC_full/.vs/RMEC_full/v14/.atsuo
+0
-0
embedded/RMEC_full/RMEC_full.atsln
embedded/RMEC_full/RMEC_full.atsln
+22
-0
embedded/RMEC_full/RMEC_full/ATKBBBIO/ATKCLK.c
embedded/RMEC_full/RMEC_full/ATKBBBIO/ATKCLK.c
+21
-0
embedded/RMEC_full/RMEC_full/ATKBBBIO/ATKCLK.h
embedded/RMEC_full/RMEC_full/ATKBBBIO/ATKCLK.h
+14
-0
embedded/RMEC_full/RMEC_full/ATKBBBIO/ATKDAC.c
embedded/RMEC_full/RMEC_full/ATKBBBIO/ATKDAC.c
+43
-0
embedded/RMEC_full/RMEC_full/ATKBBBIO/ATKDAC.h
embedded/RMEC_full/RMEC_full/ATKBBBIO/ATKDAC.h
+25
-0
embedded/RMEC_full/RMEC_full/ATKBBBIO/ATKEncoder.c
embedded/RMEC_full/RMEC_full/ATKBBBIO/ATKEncoder.c
+60
-0
embedded/RMEC_full/RMEC_full/ATKBBBIO/ATKEncoder.h
embedded/RMEC_full/RMEC_full/ATKBBBIO/ATKEncoder.h
+22
-0
embedded/RMEC_full/RMEC_full/ATKBBBIO/ATKPWM0_dep.c
embedded/RMEC_full/RMEC_full/ATKBBBIO/ATKPWM0_dep.c
+68
-0
embedded/RMEC_full/RMEC_full/ATKBBBIO/ATKPWM0_dep.h
embedded/RMEC_full/RMEC_full/ATKBBBIO/ATKPWM0_dep.h
+28
-0
embedded/RMEC_full/RMEC_full/ATKBBBIO/PIDMotorController - Shortcut.lnk
...full/RMEC_full/ATKBBBIO/PIDMotorController - Shortcut.lnk
+0
-0
embedded/RMEC_full/RMEC_full/ATKBBBIO/RBasic.h
embedded/RMEC_full/RMEC_full/ATKBBBIO/RBasic.h
+17
-0
embedded/RMEC_full/RMEC_full/ATKCLK.c
embedded/RMEC_full/RMEC_full/ATKCLK.c
+21
-0
embedded/RMEC_full/RMEC_full/ATKCLK.h
embedded/RMEC_full/RMEC_full/ATKCLK.h
+14
-0
embedded/RMEC_full/RMEC_full/ATKDAC.c
embedded/RMEC_full/RMEC_full/ATKDAC.c
+43
-0
embedded/RMEC_full/RMEC_full/ATKDAC.h
embedded/RMEC_full/RMEC_full/ATKDAC.h
+25
-0
embedded/RMEC_full/RMEC_full/ATKEncoder.c
embedded/RMEC_full/RMEC_full/ATKEncoder.c
+60
-0
embedded/RMEC_full/RMEC_full/ATKEncoder.h
embedded/RMEC_full/RMEC_full/ATKEncoder.h
+22
-0
embedded/RMEC_full/RMEC_full/ATKPWM0_dep.c
embedded/RMEC_full/RMEC_full/ATKPWM0_dep.c
+68
-0
embedded/RMEC_full/RMEC_full/ATKPWM0_dep.h
embedded/RMEC_full/RMEC_full/ATKPWM0_dep.h
+28
-0
embedded/RMEC_full/RMEC_full/Debug/ATKCLK.d
embedded/RMEC_full/RMEC_full/Debug/ATKCLK.d
+40
-0
embedded/RMEC_full/RMEC_full/Debug/ATKCLK.o
embedded/RMEC_full/RMEC_full/Debug/ATKCLK.o
+0
-0
embedded/RMEC_full/RMEC_full/Debug/ATKDAC.d
embedded/RMEC_full/RMEC_full/Debug/ATKDAC.d
+40
-0
embedded/RMEC_full/RMEC_full/Debug/ATKDAC.o
embedded/RMEC_full/RMEC_full/Debug/ATKDAC.o
+0
-0
embedded/RMEC_full/RMEC_full/Debug/ATKEncoder.d
embedded/RMEC_full/RMEC_full/Debug/ATKEncoder.d
+40
-0
embedded/RMEC_full/RMEC_full/Debug/ATKEncoder.o
embedded/RMEC_full/RMEC_full/Debug/ATKEncoder.o
+0
-0
embedded/RMEC_full/RMEC_full/Debug/ATKPWM0_dep.d
embedded/RMEC_full/RMEC_full/Debug/ATKPWM0_dep.d
+45
-0
embedded/RMEC_full/RMEC_full/Debug/ATKPWM0_dep.o
embedded/RMEC_full/RMEC_full/Debug/ATKPWM0_dep.o
+0
-0
embedded/RMEC_full/RMEC_full/Debug/Kinematics.d
embedded/RMEC_full/RMEC_full/Debug/Kinematics.d
+1
-0
embedded/RMEC_full/RMEC_full/Debug/Kinematics.o
embedded/RMEC_full/RMEC_full/Debug/Kinematics.o
+0
-0
embedded/RMEC_full/RMEC_full/Debug/LeftOVer.d
embedded/RMEC_full/RMEC_full/Debug/LeftOVer.d
+1
-0
embedded/RMEC_full/RMEC_full/Debug/LeftOVer.o
embedded/RMEC_full/RMEC_full/Debug/LeftOVer.o
+0
-0
embedded/RMEC_full/RMEC_full/Debug/Makefile
embedded/RMEC_full/RMEC_full/Debug/Makefile
+283
-0
embedded/RMEC_full/RMEC_full/Debug/RMEC_full.eep
embedded/RMEC_full/RMEC_full/Debug/RMEC_full.eep
+1
-0
embedded/RMEC_full/RMEC_full/Debug/RMEC_full.elf
embedded/RMEC_full/RMEC_full/Debug/RMEC_full.elf
+0
-0
embedded/RMEC_full/RMEC_full/Debug/RMEC_full.hex
embedded/RMEC_full/RMEC_full/Debug/RMEC_full.hex
+170
-0
embedded/RMEC_full/RMEC_full/Debug/RMEC_full.lss
embedded/RMEC_full/RMEC_full/Debug/RMEC_full.lss
+1518
-0
embedded/RMEC_full/RMEC_full/Debug/RMEC_full.map
embedded/RMEC_full/RMEC_full/Debug/RMEC_full.map
+1154
-0
embedded/RMEC_full/RMEC_full/Debug/RMEC_full.srec
embedded/RMEC_full/RMEC_full/Debug/RMEC_full.srec
+171
-0
embedded/RMEC_full/RMEC_full/Debug/RPID.d
embedded/RMEC_full/RMEC_full/Debug/RPID.d
+53
-0
embedded/RMEC_full/RMEC_full/Debug/RPID.o
embedded/RMEC_full/RMEC_full/Debug/RPID.o
+0
-0
embedded/RMEC_full/RMEC_full/Debug/current_controller.d
embedded/RMEC_full/RMEC_full/Debug/current_controller.d
+53
-0
embedded/RMEC_full/RMEC_full/Debug/current_controller.o
embedded/RMEC_full/RMEC_full/Debug/current_controller.o
+0
-0
embedded/RMEC_full/RMEC_full/Debug/l_filter.d
embedded/RMEC_full/RMEC_full/Debug/l_filter.d
+39
-0
embedded/RMEC_full/RMEC_full/Debug/l_filter.o
embedded/RMEC_full/RMEC_full/Debug/l_filter.o
+0
-0
embedded/RMEC_full/RMEC_full/Debug/main.d
embedded/RMEC_full/RMEC_full/Debug/main.d
+71
-0
embedded/RMEC_full/RMEC_full/Debug/main.o
embedded/RMEC_full/RMEC_full/Debug/main.o
+0
-0
embedded/RMEC_full/RMEC_full/Debug/makedep.mk
embedded/RMEC_full/RMEC_full/Debug/makedep.mk
+32
-0
embedded/RMEC_full/RMEC_full/Debug/motor.d
embedded/RMEC_full/RMEC_full/Debug/motor.d
+44
-0
embedded/RMEC_full/RMEC_full/Debug/motor.o
embedded/RMEC_full/RMEC_full/Debug/motor.o
+0
-0
embedded/RMEC_full/RMEC_full/Debug/pin.d
embedded/RMEC_full/RMEC_full/Debug/pin.d
+39
-0
embedded/RMEC_full/RMEC_full/Debug/pin.o
embedded/RMEC_full/RMEC_full/Debug/pin.o
+0
-0
embedded/RMEC_full/RMEC_full/Debug/pwm.d
embedded/RMEC_full/RMEC_full/Debug/pwm.d
+45
-0
embedded/RMEC_full/RMEC_full/Debug/pwm.o
embedded/RMEC_full/RMEC_full/Debug/pwm.o
+0
-0
embedded/RMEC_full/RMEC_full/Debug/r_adc.d
embedded/RMEC_full/RMEC_full/Debug/r_adc.d
+42
-0
embedded/RMEC_full/RMEC_full/Debug/r_adc.o
embedded/RMEC_full/RMEC_full/Debug/r_adc.o
+0
-0
embedded/RMEC_full/RMEC_full/Kinematics.c
embedded/RMEC_full/RMEC_full/Kinematics.c
+7
-0
embedded/RMEC_full/RMEC_full/LeftOVer.c
embedded/RMEC_full/RMEC_full/LeftOVer.c
+55
-0
embedded/RMEC_full/RMEC_full/RBasic.h
embedded/RMEC_full/RMEC_full/RBasic.h
+17
-0
embedded/RMEC_full/RMEC_full/RMEC_full.componentinfo.xml
embedded/RMEC_full/RMEC_full/RMEC_full.componentinfo.xml
+86
-0
embedded/RMEC_full/RMEC_full/RMEC_full.cproj
embedded/RMEC_full/RMEC_full/RMEC_full.cproj
+222
-0
embedded/RMEC_full/RMEC_full/RPID.c
embedded/RMEC_full/RMEC_full/RPID.c
+93
-0
embedded/RMEC_full/RMEC_full/RPID.h
embedded/RMEC_full/RMEC_full/RPID.h
+46
-0
embedded/RMEC_full/RMEC_full/current_controller.c
embedded/RMEC_full/RMEC_full/current_controller.c
+75
-0
embedded/RMEC_full/RMEC_full/current_controller.h
embedded/RMEC_full/RMEC_full/current_controller.h
+45
-0
embedded/RMEC_full/RMEC_full/kinematics.h
embedded/RMEC_full/RMEC_full/kinematics.h
+17
-0
embedded/RMEC_full/RMEC_full/l_filter.c
embedded/RMEC_full/RMEC_full/l_filter.c
+23
-0
embedded/RMEC_full/RMEC_full/l_filter.h
embedded/RMEC_full/RMEC_full/l_filter.h
+23
-0
embedded/RMEC_full/RMEC_full/main.c
embedded/RMEC_full/RMEC_full/main.c
+108
-0
embedded/RMEC_full/RMEC_full/motor.c
embedded/RMEC_full/RMEC_full/motor.c
+42
-0
embedded/RMEC_full/RMEC_full/motor.h
embedded/RMEC_full/RMEC_full/motor.h
+29
-0
embedded/RMEC_full/RMEC_full/pin.c
embedded/RMEC_full/RMEC_full/pin.c
+49
-0
embedded/RMEC_full/RMEC_full/pin.h
embedded/RMEC_full/RMEC_full/pin.h
+34
-0
embedded/RMEC_full/RMEC_full/pwm.c
embedded/RMEC_full/RMEC_full/pwm.c
+70
-0
embedded/RMEC_full/RMEC_full/pwm.h
embedded/RMEC_full/RMEC_full/pwm.h
+30
-0
embedded/RMEC_full/RMEC_full/r_adc.c
embedded/RMEC_full/RMEC_full/r_adc.c
+34
-0
embedded/RMEC_full/RMEC_full/r_adc.h
embedded/RMEC_full/RMEC_full/r_adc.h
+20
-0
embedded/RMEC_only/.vs/RMEC_only/v14/.atsuo
embedded/RMEC_only/.vs/RMEC_only/v14/.atsuo
+0
-0
embedded/RMEC_only/RMEC_only.atsln
embedded/RMEC_only/RMEC_only.atsln
+22
-0
embedded/RMEC_only/RMEC_only/Debug/Makefile
embedded/RMEC_only/RMEC_only/Debug/Makefile
+139
-0
embedded/RMEC_only/RMEC_only/Debug/RMEC.d
embedded/RMEC_only/RMEC_only/Debug/RMEC.d
+45
-0
embedded/RMEC_only/RMEC_only/Debug/RMEC.o
embedded/RMEC_only/RMEC_only/Debug/RMEC.o
+0
-0
embedded/RMEC_only/RMEC_only/Debug/RMEC_only.eep
embedded/RMEC_only/RMEC_only/Debug/RMEC_only.eep
+1
-0
embedded/RMEC_only/RMEC_only/Debug/RMEC_only.elf
embedded/RMEC_only/RMEC_only/Debug/RMEC_only.elf
+0
-0
embedded/RMEC_only/RMEC_only/Debug/RMEC_only.hex
embedded/RMEC_only/RMEC_only/Debug/RMEC_only.hex
+139
-0
embedded/RMEC_only/RMEC_only/Debug/RMEC_only.lss
embedded/RMEC_only/RMEC_only/Debug/RMEC_only.lss
+1135
-0
embedded/RMEC_only/RMEC_only/Debug/RMEC_only.map
embedded/RMEC_only/RMEC_only/Debug/RMEC_only.map
+759
-0
embedded/RMEC_only/RMEC_only/Debug/RMEC_only.srec
embedded/RMEC_only/RMEC_only/Debug/RMEC_only.srec
+140
-0
embedded/RMEC_only/RMEC_only/Debug/main.d
embedded/RMEC_only/RMEC_only/Debug/main.d
+43
-0
embedded/RMEC_only/RMEC_only/Debug/main.o
embedded/RMEC_only/RMEC_only/Debug/main.o
+0
-0
embedded/RMEC_only/RMEC_only/Debug/makedep.mk
embedded/RMEC_only/RMEC_only/Debug/makedep.mk
+8
-0
embedded/RMEC_only/RMEC_only/RMEC.c
embedded/RMEC_only/RMEC_only/RMEC.c
+81
-0
embedded/RMEC_only/RMEC_only/RMEC.h
embedded/RMEC_only/RMEC_only/RMEC.h
+18
-0
embedded/RMEC_only/RMEC_only/RMEC_only.componentinfo.xml
embedded/RMEC_only/RMEC_only/RMEC_only.componentinfo.xml
+86
-0
embedded/RMEC_only/RMEC_only/RMEC_only.cproj
embedded/RMEC_only/RMEC_only/RMEC_only.cproj
+150
-0
embedded/RMEC_only/RMEC_only/main.c
embedded/RMEC_only/RMEC_only/main.c
+74
-0
media/20181128_201139.jpg
media/20181128_201139.jpg
+0
-0
media/20181128_201231.jpg
media/20181128_201231.jpg
+0
-0
media/20181128_201312.jpg
media/20181128_201312.jpg
+0
-0
media/20181128_201315.jpg
media/20181128_201315.jpg
+0
-0
media/20181128_201320.jpg
media/20181128_201320.jpg
+0
-0
media/20181128_201325.jpg
media/20181128_201325.jpg
+0
-0
media/20181128_201451.jpg
media/20181128_201451.jpg
+0
-0
media/20181128_205033.jpg
media/20181128_205033.jpg
+0
-0
media/20181128_205056.jpg
media/20181128_205056.jpg
+0
-0
media/20181128_214259.jpg
media/20181128_214259.jpg
+0
-0
media/20181129_001019.mp4
media/20181129_001019.mp4
+0
-0
No files found.
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#1
View file @
87dd3996
...
...
@@ -1172,6 +1172,7 @@ design rules under a new name.</description>
<via
x=
"25"
y=
"5.7"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"1.8"
y=
"16.7"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"13.5"
y=
"38.3"
extent=
"1-16"
drill=
"0.35"
/>
<wire
x1=
"12.5"
y1=
"23.5"
x2=
"13.5"
y2=
"38.3"
width=
"0"
layer=
"19"
extent=
"1-1"
/>
</signal>
<signal
name=
"V_BATT"
>
<contactref
element=
"HIGH_2_MOSFET"
pad=
"5"
/>
...
...
@@ -1267,6 +1268,19 @@ design rules under a new name.</description>
<via
x=
"14.6"
y=
"28.5"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"15.6"
y=
"27.5"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"14.6"
y=
"27.5"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"33.2"
y=
"34.3"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"32.3"
y=
"32.6"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"35.5"
y=
"36.6"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"44"
y=
"33.9"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"39.5"
y=
"40.5"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"42.9"
y=
"40.5"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"42.3"
y=
"39.2"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"42.1"
y=
"37.7"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"42.5"
y=
"35.8"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"45.7"
y=
"33.3"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"49.2"
y=
"34"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"38.1"
y=
"38.7"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"34.2"
y=
"32.6"
extent=
"1-16"
drill=
"0.35"
/>
</signal>
<signal
name=
"CPL"
>
<contactref
element=
"U1"
pad=
"4"
/>
...
...
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#2
View file @
87dd3996
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE eagle SYSTEM "eagle.dtd">
<eagle
version=
"9.1.
3
"
>
<eagle
version=
"9.1.
1
"
>
<drawing>
<settings>
<setting
alwaysvectorfont=
"no"
/>
<setting
verticaltext=
"up"
/>
</settings>
<grid
distance=
"0.1"
unitdist=
"mm"
unit=
"mm"
style=
"dots"
multiple=
"1"
display=
"
no
"
altdistance=
"0.5"
altunitdist=
"mm"
altunit=
"mm"
/>
<grid
distance=
"0.1"
unitdist=
"mm"
unit=
"mm"
style=
"dots"
multiple=
"1"
display=
"
yes
"
altdistance=
"0.5"
altunitdist=
"mm"
altunit=
"mm"
/>
<layers>
<layer
number=
"1"
name=
"Top"
color=
"12"
fill=
"1"
visible=
"yes"
active=
"yes"
/>
<layer
number=
"2"
name=
"Route2"
color=
"16"
fill=
"1"
visible=
"no"
active=
"no"
/>
...
...
@@ -189,8 +189,8 @@
<text
x=
"10.9"
y=
"33.5"
size=
"0.8128"
layer=
"22"
rot=
"MR270"
>
12V
</text>
<text
x=
"10.7"
y=
"28.8"
size=
"0.8128"
layer=
"22"
rot=
"MR270"
>
GND
</text>
<text
x=
"3.3"
y=
"12.5"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
SS
</text>
<wire
x1=
"50.5"
y1=
"2
1.5"
x2=
"50.5"
y2=
"40"
width=
"0.1524"
layer=
"20"
locked=
"yes
"
/>
<wire
x1=
"50.5"
y1=
"
40"
x2=
"49
"
y2=
"41.5"
width=
"0.1524"
layer=
"20"
curve=
"90"
/>
<wire
x1=
"50.5"
y1=
"2
5.5"
x2=
"50.5"
y2=
"37.5"
width=
"0.1524"
layer=
"20
"
/>
<wire
x1=
"50.5"
y1=
"
37.5"
x2=
"46.5
"
y2=
"41.5"
width=
"0.1524"
layer=
"20"
curve=
"90"
/>
<wire
x1=
"49"
y1=
"41.5"
x2=
"1.5"
y2=
"41.5"
width=
"0.1524"
layer=
"20"
locked=
"yes"
/>
<wire
x1=
"1.5"
y1=
"41.5"
x2=
"0"
y2=
"40"
width=
"0.1524"
layer=
"20"
curve=
"90"
/>
<wire
x1=
"0"
y1=
"40"
x2=
"0"
y2=
"1.5"
width=
"0.1524"
layer=
"20"
locked=
"yes"
/>
...
...
@@ -201,10 +201,9 @@
<wire
x1=
"33"
y1=
"22.5"
x2=
"37"
y2=
"27.5"
width=
"0.1524"
layer=
"20"
curve=
"-90"
/>
<wire
x1=
"37"
y1=
"27.5"
x2=
"41"
y2=
"27.5"
width=
"0.1524"
layer=
"20"
locked=
"yes"
/>
<wire
x1=
"41"
y1=
"27.5"
x2=
"42.5"
y2=
"26"
width=
"0.1524"
layer=
"20"
curve=
"-90"
/>
<wire
x1=
"42.5"
y1=
"26"
x2=
"42.5"
y2=
"21.5"
width=
"0.1524"
layer=
"20"
/>
<wire
x1=
"42.5"
y1=
"21.5"
x2=
"44"
y2=
"20"
width=
"0.1524"
layer=
"20"
curve=
"90"
/>
<wire
x1=
"44"
y1=
"20"
x2=
"49"
y2=
"20"
width=
"0.1524"
layer=
"20"
/>
<wire
x1=
"49"
y1=
"20"
x2=
"50.5"
y2=
"21.5"
width=
"0.1524"
layer=
"20"
curve=
"90"
/>
<wire
x1=
"42.5"
y1=
"26"
x2=
"42.5"
y2=
"25.5"
width=
"0.1524"
layer=
"20"
/>
<wire
x1=
"42.5"
y1=
"25.5"
x2=
"46.5"
y2=
"21.5"
width=
"0.1524"
layer=
"20"
curve=
"90"
/>
<wire
x1=
"46.5"
y1=
"21.5"
x2=
"50.5"
y2=
"25.5"
width=
"0.1524"
layer=
"20"
curve=
"90"
/>
<dimension
x1=
"50.5"
y1=
"41.5"
x2=
"0"
y2=
"41.5"
x3=
"25.25"
y3=
"48.5"
textsize=
"1.778"
layer=
"47"
/>
<dimension
x1=
"0"
y1=
"41.5"
x2=
"0"
y2=
"0"
x3=
"-13.5"
y3=
"20.75"
textsize=
"1.778"
layer=
"47"
/>
<dimension
x1=
"42.5"
y1=
"20"
x2=
"50.5"
y2=
"20"
x3=
"46.5"
y3=
"14"
textsize=
"1.778"
layer=
"47"
/>
...
...
@@ -216,9 +215,9 @@
<wire
x1=
"16.1"
y1=
"3.2"
x2=
"16.1"
y2=
"2.8"
width=
"0.254"
layer=
"22"
/>
<wire
x1=
"13.4"
y1=
"3.6"
x2=
"13.4"
y2=
"2.9"
width=
"0.254"
layer=
"22"
/>
<text
x=
"38.4"
y=
"37.7"
size=
"1.778"
layer=
"21"
>
12V
</text>
<text
x=
"4"
y=
"4
1
"
size=
"1.778"
layer=
"21"
rot=
"SR270"
>
ATKBBD
</text>
<text
x=
"1.
4"
y=
"41.3
"
size=
"1.778"
layer=
"21"
rot=
"SR270"
>
RMEC
</text>
<text
x=
"1.
7"
y=
"33.3
"
size=
"0.6096"
layer=
"21"
rot=
"SR270"
>
by Ruben Castro
</text>
<text
x=
"4"
y=
"4
0.5
"
size=
"1.778"
layer=
"21"
rot=
"SR270"
>
ATKBBD
</text>
<text
x=
"1.
5"
y=
"40.5
"
size=
"1.778"
layer=
"21"
rot=
"SR270"
>
RMEC
</text>
<text
x=
"1.
5"
y=
"32.5
"
size=
"0.6096"
layer=
"21"
rot=
"SR270"
>
by Ruben Castro
</text>
<text
x=
"29.4"
y=
"1.1"
size=
"0.6096"
layer=
"22"
rot=
"MR0"
>
S_ONLY
</text>
</plain>
<libraries>
...
...
@@ -973,11 +972,11 @@ design rules under a new name.</description>
<signal
name=
"GH2"
>
<contactref
element=
"U1"
pad=
"24"
/>
<contactref
element=
"HIGH_2_MOSFET"
pad=
"4"
/>
<wire
x1=
"21.56"
y1=
"17.57"
x2=
"15.
7"
y2=
"23.43
"
width=
"0.254"
layer=
"1"
/>
<wire
x1=
"15.
7"
y1=
"23.43"
x2=
"15.7"
y2=
"23.5
"
width=
"0.254"
layer=
"1"
/>
<via
x=
"1
5.7"
y=
"23.5
"
extent=
"1-16"
drill=
"0.35"
/>
<wire
x1=
"1
5.7"
y1=
"23.5"
x2=
"15.7"
y2=
"24
.6"
width=
"0.254"
layer=
"16"
/>
<wire
x1=
"1
5.7"
y1=
"24
.6"
x2=
"13.3"
y2=
"27"
width=
"0.254"
layer=
"16"
/>
<wire
x1=
"21.56"
y1=
"17.57"
x2=
"15.
23"
y2=
"23.9
"
width=
"0.254"
layer=
"1"
/>
<wire
x1=
"15.
23"
y1=
"23.9"
x2=
"14.7"
y2=
"23.9
"
width=
"0.254"
layer=
"1"
/>
<via
x=
"1
4.7"
y=
"23.9
"
extent=
"1-16"
drill=
"0.35"
/>
<wire
x1=
"1
4.7"
y1=
"23.9"
x2=
"14.7"
y2=
"25
.6"
width=
"0.254"
layer=
"16"
/>
<wire
x1=
"1
4.7"
y1=
"25
.6"
x2=
"13.3"
y2=
"27"
width=
"0.254"
layer=
"16"
/>
<wire
x1=
"13.3"
y1=
"27"
x2=
"13.3"
y2=
"32.4"
width=
"0.254"
layer=
"16"
/>
<wire
x1=
"13.3"
y1=
"32.4"
x2=
"14.6"
y2=
"33.7"
width=
"0.254"
layer=
"16"
/>
<via
x=
"14.6"
y=
"33.7"
extent=
"1-16"
drill=
"0.35"
/>
...
...
@@ -1158,6 +1157,21 @@ design rules under a new name.</description>
<via
x=
"15.9"
y=
"14.7"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"15.9"
y=
"13.7"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"15.9"
y=
"12.7"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"22"
y=
"21"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"28"
y=
"9.5"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"16"
y=
"8.5"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"12.5"
y=
"15.5"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"12.5"
y=
"22"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"12.5"
y=
"23.5"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"34.8"
y=
"30.6"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"47.9"
y=
"30.7"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"32.8"
y=
"26.1"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"28.9"
y=
"28.6"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"26.9"
y=
"7"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"28.2"
y=
"20.4"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"25"
y=
"5.7"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"1.8"
y=
"16.7"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"13.5"
y=
"38.3"
extent=
"1-16"
drill=
"0.35"
/>
</signal>
<signal
name=
"V_BATT"
>
<contactref
element=
"HIGH_2_MOSFET"
pad=
"5"
/>
...
...
@@ -1167,8 +1181,8 @@ design rules under a new name.</description>
<contactref
element=
"HIGH_1_MOSFET"
pad=
"5"
/>
<contactref
element=
"VM"
pad=
"P$1"
/>
<polygon
width=
"0.1524"
layer=
"16"
isolate=
"0.3048"
thermals=
"no"
>
<vertex
x=
"5
0
.5"
y=
"32"
/>
<vertex
x=
"5
0
.5"
y=
"44.5"
/>
<vertex
x=
"5
1
.5"
y=
"32"
/>
<vertex
x=
"5
1
.5"
y=
"44.5"
/>
<vertex
x=
"13.5"
y=
"44.5"
/>
<vertex
x=
"13.5"
y=
"32.5"
/>
<vertex
x=
"13.6"
y=
"19.69999375"
/>
...
...
@@ -1199,8 +1213,8 @@ design rules under a new name.</description>
<vertex
x=
"18.5"
y=
"19"
/>
<vertex
x=
"18"
y=
"19.5"
/>
<vertex
x=
"15"
y=
"19.5"
/>
<vertex
x=
"15"
y=
"2
1.6
"
/>
<vertex
x=
"1
6.9"
y=
"21.6
"
/>
<vertex
x=
"15"
y=
"2
3.1
"
/>
<vertex
x=
"1
5.4"
y=
"23.1
"
/>
<vertex
x=
"19.5"
y=
"19"
/>
<vertex
x=
"21"
y=
"17.5"
/>
</polygon>
...
...
@@ -1213,15 +1227,15 @@ design rules under a new name.</description>
<via
x=
"17.1"
y=
"30.5"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"17.1"
y=
"31.5"
extent=
"1-16"
drill=
"0.35"
/>
<polygon
width=
"0.2032"
layer=
"1"
isolate=
"0.3048"
thermals=
"no"
>
<vertex
x=
"
30.5"
y=
"30
.9"
/>
<vertex
x=
"3
3.1"
y=
"30
.9"
/>
<vertex
x=
"
28"
y=
"29
.9"
/>
<vertex
x=
"3
1.68333125"
y=
"29
.9"
/>
<vertex
x=
"34.233334375"
y=
"31.7"
/>
<vertex
x=
"51"
y=
"31.7"
/>
<vertex
x=
"51"
y=
"45.5"
/>
<vertex
x=
"41.5"
y=
"45.5"
/>
<vertex
x=
"41.5"
y=
"43.5"
/>
<vertex
x=
"31"
y=
"33"
/>
<vertex
x=
"
30.5
"
y=
"33"
/>
<vertex
x=
"
28
"
y=
"33"
/>
</polygon>
<contactref
element=
"C4"
pad=
"2"
/>
<wire
x1=
"20.91"
y1=
"16.92"
x2=
"19.23"
y2=
"18.6"
width=
"0.1524"
layer=
"1"
/>
...
...
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#4
View file @
87dd3996
...
...
@@ -219,6 +219,7 @@
<text
x=
"4"
y=
"41"
size=
"1.778"
layer=
"21"
rot=
"SR270"
>
ATKBBD
</text>
<text
x=
"1.4"
y=
"41.3"
size=
"1.778"
layer=
"21"
rot=
"SR270"
>
RMEC
</text>
<text
x=
"1.7"
y=
"33.3"
size=
"0.6096"
layer=
"21"
rot=
"SR270"
>
by Ruben Castro
</text>
<text
x=
"30.7"
y=
"0.6"
size=
"0.6096"
layer=
"22"
rot=
"MR0"
>
S_ONLY
</text>
</plain>
<libraries>
<library
name=
"RCustom"
>
...
...
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#5
View file @
87dd3996
...
...
@@ -189,17 +189,17 @@
<text
x=
"10.9"
y=
"33.5"
size=
"0.8128"
layer=
"22"
rot=
"MR270"
>
12V
</text>
<text
x=
"10.7"
y=
"28.8"
size=
"0.8128"
layer=
"22"
rot=
"MR270"
>
GND
</text>
<text
x=
"3.3"
y=
"12.5"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
SS
</text>
<wire
x1=
"50.5"
y1=
"21.5"
x2=
"50.5"
y2=
"40"
width=
"0.1524"
layer=
"20"
/>
<wire
x1=
"50.5"
y1=
"21.5"
x2=
"50.5"
y2=
"40"
width=
"0.1524"
layer=
"20"
locked=
"yes"
/>
<wire
x1=
"50.5"
y1=
"40"
x2=
"49"
y2=
"41.5"
width=
"0.1524"
layer=
"20"
curve=
"90"
/>
<wire
x1=
"49"
y1=
"41.5"
x2=
"1.5"
y2=
"41.5"
width=
"0.1524"
layer=
"20"
/>
<wire
x1=
"49"
y1=
"41.5"
x2=
"1.5"
y2=
"41.5"
width=
"0.1524"
layer=
"20"
locked=
"yes"
/>
<wire
x1=
"1.5"
y1=
"41.5"
x2=
"0"
y2=
"40"
width=
"0.1524"
layer=
"20"
curve=
"90"
/>
<wire
x1=
"0"
y1=
"40"
x2=
"0"
y2=
"1.5"
width=
"0.1524"
layer=
"20"
/>
<wire
x1=
"0"
y1=
"40"
x2=
"0"
y2=
"1.5"
width=
"0.1524"
layer=
"20"
locked=
"yes"
/>
<wire
x1=
"0"
y1=
"1.5"
x2=
"1.5"
y2=
"0"
width=
"0.1524"
layer=
"20"
curve=
"90"
/>
<wire
x1=
"1.5"
y1=
"0"
x2=
"31.5"
y2=
"0"
width=
"0.1524"
layer=
"20"
/>
<wire
x1=
"31.5"
y1=
"0"
x2=
"33"
y2=
"1.5"
width=
"0.1524"
layer=
"20"
curve=
"90"
/>
<wire
x1=
"33"
y1=
"1.5"
x2=
"33"
y2=
"22.5"
width=
"0.1524"
layer=
"20"
/>
<wire
x1=
"33"
y1=
"1.5"
x2=
"33"
y2=
"22.5"
width=
"0.1524"
layer=
"20"
locked=
"yes"
/>
<wire
x1=
"33"
y1=
"22.5"
x2=
"37"
y2=
"27.5"
width=
"0.1524"
layer=
"20"
curve=
"-90"
/>
<wire
x1=
"37"
y1=
"27.5"
x2=
"41"
y2=
"27.5"
width=
"0.1524"
layer=
"20"
/>
<wire
x1=
"37"
y1=
"27.5"
x2=
"41"
y2=
"27.5"
width=
"0.1524"
layer=
"20"
locked=
"yes"
/>
<wire
x1=
"41"
y1=
"27.5"
x2=
"42.5"
y2=
"26"
width=
"0.1524"
layer=
"20"
curve=
"-90"
/>
<wire
x1=
"42.5"
y1=
"26"
x2=
"42.5"
y2=
"21.5"
width=
"0.1524"
layer=
"20"
/>
<wire
x1=
"42.5"
y1=
"21.5"
x2=
"44"
y2=
"20"
width=
"0.1524"
layer=
"20"
curve=
"90"
/>
...
...
@@ -209,7 +209,7 @@
<dimension
x1=
"0"
y1=
"41.5"
x2=
"0"
y2=
"0"
x3=
"-13.5"
y3=
"20.75"
textsize=
"1.778"
layer=
"47"
/>
<dimension
x1=
"42.5"
y1=
"20"
x2=
"50.5"
y2=
"20"
x3=
"46.5"
y3=
"14"
textsize=
"1.778"
layer=
"47"
/>
<dimension
x1=
"42.5"
y1=
"27.5"
x2=
"42.5"
y2=
"41.5"
x3=
"54"
y3=
"34.5"
textsize=
"1.778"
layer=
"47"
/>
<dimension
x1=
"0"
y1=
"0"
x2=
"3
2"
y2=
"0"
x3=
"16"
y3=
"-
5"
textsize=
"1.778"
layer=
"47"
/>
<dimension
x1=
"0"
y1=
"0"
x2=
"3
3"
y2=
"0"
x3=
"16.5"
y3=
"-5.00000312
5"
textsize=
"1.778"
layer=
"47"
/>
<wire
x1=
"12.9"
y1=
"3.6"
x2=
"12"
y2=
"2.7"
width=
"0.254"
layer=
"21"
/>
<text
x=
"17"
y=
"8.7"
size=
"1.778"
layer=
"22"
rot=
"MR270"
>
GND
</text>
<text
x=
"14.4"
y=
"8.7"
size=
"1.778"
layer=
"22"
rot=
"MR270"
>
3.3V
</text>
...
...
@@ -1566,4 +1566,10 @@ design rules under a new name.</description>
</mfgpreviewcolors>
</board>
</drawing>
<compatibility>
<note
version=
"8.5"
severity=
"warning"
>
Since Version 8.5, EAGLE supports locking for holes, vias, wires and polygons.
The locking property on all objects of these types will not be understood in this version.
</note>
</compatibility>
</eagle>
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#6
View file @
87dd3996
...
...
@@ -209,7 +209,6 @@
<dimension
x1=
"0"
y1=
"41.5"
x2=
"0"
y2=
"0"
x3=
"-13.5"
y3=
"20.75"
textsize=
"1.778"
layer=
"47"
/>
<dimension
x1=
"42.5"
y1=
"20"
x2=
"50.5"
y2=
"20"
x3=
"46.5"
y3=
"14"
textsize=
"1.778"
layer=
"47"
/>
<dimension
x1=
"42.5"
y1=
"27.5"
x2=
"42.5"
y2=
"41.5"
x3=
"54"
y3=
"34.5"
textsize=
"1.778"
layer=
"47"
/>
<wire
x1=
"10.9"
y1=
"1.8"
x2=
"10.9"
y2=
"44.7"
width=
"0.1524"
layer=
"21"
/>
<dimension
x1=
"0"
y1=
"0"
x2=
"32"
y2=
"0"
x3=
"16"
y3=
"-5"
textsize=
"1.778"
layer=
"47"
/>
<wire
x1=
"12.9"
y1=
"3.6"
x2=
"12"
y2=
"2.7"
width=
"0.254"
layer=
"21"
/>
<text
x=
"17"
y=
"8.7"
size=
"1.778"
layer=
"22"
rot=
"MR270"
>
GND
</text>
...
...
@@ -217,6 +216,9 @@
<wire
x1=
"16.1"
y1=
"3.2"
x2=
"16.1"
y2=
"2.8"
width=
"0.254"
layer=
"22"
/>
<wire
x1=
"13.4"
y1=
"3.6"
x2=
"13.4"
y2=
"2.9"
width=
"0.254"
layer=
"22"
/>
<text
x=
"38.4"
y=
"37.7"
size=
"1.778"
layer=
"21"
>
12V
</text>
<text
x=
"4"
y=
"41"
size=
"1.778"
layer=
"21"
rot=
"SR270"
>
ATKBBD
</text>
<text
x=
"1.4"
y=
"41.3"
size=
"1.778"
layer=
"21"
rot=
"SR270"
>
RMEC
</text>
<text
x=
"1.7"
y=
"33.3"
size=
"0.6096"
layer=
"21"
rot=
"SR270"
>
by Ruben Castro
</text>
</plain>
<libraries>
<library
name=
"RCustom"
>
...
...
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#7
View file @
87dd3996
...
...
@@ -54,7 +54,7 @@
<layer
number=
"44"
name=
"Drills"
color=
"7"
fill=
"1"
visible=
"no"
active=
"yes"
/>
<layer
number=
"45"
name=
"Holes"
color=
"7"
fill=
"1"
visible=
"no"
active=
"yes"
/>
<layer
number=
"46"
name=
"Milling"
color=
"3"
fill=
"1"
visible=
"no"
active=
"yes"
/>
<layer
number=
"47"
name=
"Measures"
color=
"7"
fill=
"1"
visible=
"
no
"
active=
"yes"
/>
<layer
number=
"47"
name=
"Measures"
color=
"7"
fill=
"1"
visible=
"
yes
"
active=
"yes"
/>
<layer
number=
"48"
name=
"Document"
color=
"7"
fill=
"1"
visible=
"no"
active=
"yes"
/>
<layer
number=
"49"
name=
"Reference"
color=
"7"
fill=
"1"
visible=
"no"
active=
"yes"
/>
<layer
number=
"50"
name=
"dxf"
color=
"7"
fill=
"1"
visible=
"no"
active=
"no"
/>
...
...
@@ -163,37 +163,32 @@
</layers>
<board>
<plain>
<text
x=
"
44.9"
y=
"11
"
size=
"0.8128"
layer=
"21"
>
3.3V
</text>
<text
x=
"
1.5"
y=
"4
"
size=
"0.8128"
layer=
"21"
>
3.3V
</text>
<text
x=
"11"
y=
"5.6"
size=
"0.8128"
layer=
"21"
rot=
"R90"
>
CS
</text>
<text
x=
"21.2"
y=
"5.5"
size=
"0.8128"
layer=
"21"
rot=
"R90"
>
IN1
</text>
<text
x=
"23.6"
y=
"5.4"
size=
"0.8128"
layer=
"21"
rot=
"R90"
>
IN2
</text>
<text
x=
"13.3"
y=
"5.8"
size=
"0.8128"
layer=
"21"
rot=
"R90"
>
PB1
</text>
<text
x=
"15.8"
y=
"5.8"
size=
"0.8128"
layer=
"21"
rot=
"R90"
>
PB2
</text>
<text
x=
"18.4"
y=
"5.6"
size=
"0.8128"
layer=
"21"
rot=
"R90"
>
PB3
</text>
<text
x=
"26.2"
y=
"5.4"
size=
"0.8128"
layer=
"21"
rot=
"R90"
>
NFAULT
</text>
<text
x=
"29.5"
y=
"5.6"
size=
"0.8128"
layer=
"21"
rot=
"R90"
>
NSLEEP
</text>
<text
x=
"31.2"
y=
"5.8"
size=
"0.8128"
layer=
"21"
rot=
"R90"
>
PC4
</text>
<text
x=
"32.9"
y=
"5.5"
size=
"0.8128"
layer=
"21"
rot=
"R90"
>
PC5
</text>
<text
x=
"36.3"
y=
"5.4"
size=
"0.8128"
layer=
"21"
rot=
"R90"
>
PC6
</text>
<text
x=
"38.8"
y=
"5.4"
size=
"0.8128"
layer=
"21"
rot=
"R90"
>
PC7
</text>
<text
x=
"41.2"
y=
"5.4"
size=
"0.8128"
layer=
"21"
rot=
"R90"
>
SS
</text>
<text
x=
"44"
y=
"5.5"
size=
"0.8128"
layer=
"21"
rot=
"R90"
>
MOSI
</text>
<text
x=
"46.4"
y=
"5.5"
size=
"0.8128"
layer=
"21"
rot=
"R90"
>
MISO
</text>
<text
x=
"47.2"
y=
"5.5"
size=
"0.8128"
layer=
"21"
rot=
"R90"
>
SCK
</text>
<text
x=
"47.1"
y=
"9.9"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
GND
</text>
<wire
x1=
"46.2"
y1=
"9"
x2=
"47.6"
y2=
"7.6"
width=
"0.0762"
layer=
"21"
/>
<wire
x1=
"46.6"
y1=
"10.9"
x2=
"47.5"
y2=
"10"
width=
"0.0762"
layer=
"21"
/>
<text
x=
"33.6"
y=
"16.5"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
GND
</text>
<text
x=
"33.7"
y=
"13.8"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
MOSI
</text>
<text
x=
"33.5"
y=
"11"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
3.3V
</text>
<text
x=
"48"
y=
"14"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
MISO
</text>
<text
x=
"48"
y=
"16.6"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
SCK
</text>
<text
x=
"37.1"
y=
"39.5"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
MOTOR1
</text>
<text
x=
"17.6"
y=
"40.7"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
MOTOR2
</text>
<text
x=
"4.4"
y=
"29.4"
size=
"0.8128"
layer=
"21"
>
PC0/IN1
</text>
<text
x=
"3.9"
y=
"26.8"
size=
"0.8128"
layer=
"21"
>
PC1/IN2
</text>
<text
x=
"6.9"
y=
"37"
size=
"0.8128"
layer=
"21"
>
PB1
</text>
<text
x=
"6.9"
y=
"34.4"
size=
"0.8128"
layer=
"21"
>
PB2
</text>
<text
x=
"7"
y=
"32.1"
size=
"0.8128"
layer=
"21"
>
PB3
</text>
<text
x=
"1.3"
y=
"24.4"
size=
"0.8128"
layer=
"21"
>
PC2/NFAULT
</text>
<text
x=
"1.3"
y=
"21.5"
size=
"0.8128"
layer=
"21"
>
PC3/NSLEEP
</text>
<text
x=
"6.2"
y=
"19.1"
size=
"0.8128"
layer=
"21"
>
PC4
</text>
<text
x=
"6.2"
y=
"16.7"
size=
"0.8128"
layer=
"21"
>
PC5
</text>
<text
x=
"6.4"
y=
"14.3"
size=
"0.8128"
layer=
"21"
>
PC6
</text>
<text
x=
"6.6"
y=
"11.6"
size=
"0.8128"
layer=
"21"
>
PC7
</text>
<text
x=
"12.5"
y=
"9"
size=
"0.8128"
layer=
"21"
>
PD4/SS
</text>
<text
x=
"12.5"
y=
"6.7"
size=
"0.8128"
layer=
"21"
>
PD5/MOSI
</text>
<text
x=
"12.4"
y=
"5"
size=
"0.8128"
layer=
"21"
>
PD6/MISO
</text>
<text
x=
"12.3"
y=
"3.6"
size=
"0.8128"
layer=
"21"
>
PD7/SCK
</text>
<text
x=
"3.7"
y=
"2.2"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
GND
</text>
<text
x=
"3.6"
y=
"14.8"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
MOSI
</text>
<text
x=
"3.6"
y=
"7.2"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
MISO
</text>
<text
x=
"3.4"
y=
"9.8"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
SCK
</text>
<text
x=
"35"
y=
"40.9"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
MOTOR1
</text>
<text
x=
"17.1"
y=
"41.1"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
MOTOR2
</text>
<text
x=
"10.9"
y=
"33.5"
size=
"0.8128"
layer=
"22"
rot=
"MR270"
>
12V
</text>
<text
x=
"10.7"
y=
"28.8"
size=
"0.8128"
layer=
"22"
rot=
"MR270"
>
GND
</text>
<text
x=
"47.6"
y=
"19.3"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
SS
</text>
<wire
x1=
"47"
y1=
"5.5"
x2=
"47.5"
y2=
"5"
width=
"0.1524"
layer=
"21"
/>
<text
x=
"3.3"
y=
"12.5"
size=
"0.8128"
layer=
"21"
rot=
"R180"
>
SS
</text>
<wire
x1=
"50.5"
y1=
"21.5"
x2=
"50.5"
y2=
"40"
width=
"0.1524"
layer=
"20"
/>
<wire
x1=
"50.5"
y1=
"40"
x2=
"49"
y2=
"41.5"
width=
"0.1524"
layer=
"20"
curve=
"90"
/>
<wire
x1=
"49"
y1=
"41.5"
x2=
"1.5"
y2=
"41.5"
width=
"0.1524"
layer=
"20"
/>
...
...
@@ -216,6 +211,12 @@
<dimension
x1=
"42.5"
y1=
"27.5"
x2=
"42.5"
y2=
"41.5"
x3=
"54"
y3=
"34.5"
textsize=
"1.778"
layer=
"47"
/>
<wire
x1=
"10.9"
y1=
"1.8"
x2=
"10.9"
y2=
"44.7"
width=
"0.1524"
layer=
"21"
/>
<dimension
x1=
"0"
y1=
"0"
x2=
"32"
y2=
"0"
x3=
"16"
y3=
"-5"
textsize=
"1.778"
layer=
"47"
/>
<wire
x1=
"12.9"
y1=
"3.6"
x2=
"12"
y2=
"2.7"
width=
"0.254"
layer=
"21"
/>
<text
x=
"17"
y=
"8.7"
size=
"1.778"
layer=
"22"
rot=
"MR270"
>
GND
</text>
<text
x=
"14.4"
y=
"8.7"
size=
"1.778"
layer=
"22"
rot=
"MR270"
>
3.3V
</text>
<wire
x1=
"16.1"
y1=
"3.2"
x2=
"16.1"
y2=
"2.8"
width=
"0.254"
layer=
"22"
/>
<wire
x1=
"13.4"
y1=
"3.6"
x2=
"13.4"
y2=
"2.9"
width=
"0.254"
layer=
"22"
/>
<text
x=
"38.4"
y=
"37.7"
size=
"1.778"
layer=
"21"
>
12V
</text>
</plain>
<libraries>
<library
name=
"RCustom"
>
...
...
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#8
View file @
87dd3996
...
...
@@ -1249,7 +1249,6 @@ design rules under a new name.</description>
<via
x=
"14.6"
y=
"28.5"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"15.6"
y=
"27.5"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"14.6"
y=
"27.5"
extent=
"1-16"
drill=
"0.35"
/>
<wire
x1=
"15.6"
y1=
"27.5"
x2=
"14.6"
y2=
"27.5"
width=
"0"
layer=
"19"
extent=
"1-1"
/>
</signal>
<signal
name=
"CPL"
>
<contactref
element=
"U1"
pad=
"4"
/>
...
...
circuit/ATKBBD_RMEC/RMEC_SCHEM.b#9
View file @
87dd3996
...
...
@@ -1243,6 +1243,13 @@ design rules under a new name.</description>
<wire
x1=
"41.15"
y1=
"32.5"
x2=
"30"
y2=
"32.5"
width=
"0.254"
layer=
"1"
/>
<wire
x1=
"30"
y1=
"32.5"
x2=
"29.69"
y2=
"32.19"
width=
"0.254"
layer=
"1"
/>
<wire
x1=
"29.69"
y1=
"32.19"
x2=
"29.51"
y2=
"32.19"
width=
"0.254"
layer=
"1"
/>
<via
x=
"14.6"
y=
"29.5"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"15.6"
y=
"29.5"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"15.6"
y=
"28.5"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"14.6"
y=
"28.5"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"15.6"
y=
"27.5"
extent=
"1-16"
drill=
"0.35"
/>
<via
x=
"14.6"
y=
"27.5"
extent=
"1-16"
drill=
"0.35"
/>
<wire
x1=
"15.6"
y1=
"27.5"
x2=
"14.6"
y2=
"27.5"
width=
"0"
layer=
"19"
extent=
"1-1"
/>
</signal>
<signal
name=
"CPL"
>
<contactref
element=
"U1"
pad=
"4"
/>
...
...
circuit/ATKBBD_RMEC/RMEC_SCHEM.brd
View file @
87dd3996
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE eagle SYSTEM "eagle.dtd">
<eagle
version=
"9.1.
1
"
>
<eagle
version=
"9.1.
3
"
>
<drawing>
<settings>
<setting
alwaysvectorfont=
"no"
/>
...
...
circuit/ATKBBD_RMEC/eagle.epf
View file @
87dd3996
...
...
@@ -399,5 +399,5 @@ Type="Control Panel"
Number=0
[Desktop]
Screen="
384
0 1080"
Screen="
192
0 1080"
Window="Win_1"
embedded/RMEC_Basic/.vs/RMEC_Basic/v14/.atsuo
0 → 100644
View file @
87dd3996
File added
embedded/RMEC_Basic/RMEC_Basic.atsln
0 → 100644
View file @
87dd3996
Microsoft Visual Studio Solution File, Format Version 12.00
# Atmel Studio Solution File, Format Version 11.00
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{54F91283-7BC4-4236-8FF9-10F437C3AD48}") = "RMEC_Basic", "RMEC_Basic\RMEC_Basic.cproj", "{DCE6C7E3-EE26-4D79-826B-08594B9AD897}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|AVR = Debug|AVR
Release|AVR = Release|AVR
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Debug|AVR.ActiveCfg = Debug|AVR
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Debug|AVR.Build.0 = Debug|AVR
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release|AVR.ActiveCfg = Release|AVR
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release|AVR.Build.0 = Release|AVR
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
embedded/RMEC_Basic/RMEC_Basic/Debug/Makefile
0 → 100644
View file @
87dd3996
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
SHELL
:=
cmd.exe
RM
:=
rm
-rf
USER_OBJS
:=
LIBS
:=
PROJ
:=
O_SRCS
:=
C_SRCS
:=
S_SRCS
:=
S_UPPER_SRCS
:=
OBJ_SRCS
:=
ASM_SRCS
:=
PREPROCESSING_SRCS
:=
OBJS
:=
OBJS_AS_ARGS
:=
C_DEPS
:=
C_DEPS_AS_ARGS
:=
EXECUTABLES
:=
OUTPUT_FILE_PATH
:=
OUTPUT_FILE_PATH_AS_ARGS
:=
AVR_APP_PATH
:=
$$$AVR_APP_PATH$$
$
QUOTE
:=
"
ADDITIONAL_DEPENDENCIES
:=
OUTPUT_FILE_DEP
:=
LIB_DEP
:=
LINKER_SCRIPT_DEP
:=
# Every subdirectory with source files must be described here
SUBDIRS
:=
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS
+=
\
../main.c
PREPROCESSING_SRCS
+=
ASM_SRCS
+=
OBJS
+=
\
main.o
OBJS_AS_ARGS
+=
\
main.o
C_DEPS
+=
\
main.d
C_DEPS_AS_ARGS
+=
\
main.d
OUTPUT_FILE_PATH
+=
RMEC_Basic.elf
OUTPUT_FILE_PATH_AS_ARGS
+=
RMEC_Basic.elf
ADDITIONAL_DEPENDENCIES
:=
OUTPUT_FILE_DEP
:=
./makedep.mk
LIB_DEP
+=
LINKER_SCRIPT_DEP
+=
# AVR32/GNU C Compiler
./main.o
:
.././main.c
@
echo Building file:
$<
@
echo Invoking: AVR/GNU C Compiler : 5.4.0
$(QUOTE)
C:
\P
rogram Files (x86)
\A
tmel
\S
tudio
\7
.0
\t
oolchain
\a
vr8
\a
vr8-gnu-toolchain
\b
in
\a
vr-gcc.exe
$(QUOTE)
-x c -funsigned-char -funsigned-bitfields -DDEBUG -I"
C:
\P
rogram Files
(
x86
)
\A
tmel
\S
tudio
\7
.0
\P
acks
\a
tmel
\X
MEGAA_DFP
\1
.1.68
\i
nclude
" -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=atxmega256a3u -B "
C:
\P
rogram Files
(
x86
)
\A
tmel
\S
tudio
\7
.0
\P
acks
\a
tmel
\X
MEGAA_DFP
\1
.1.68
\g
cc
\d
ev
\a
txmega256a3u
" -c -std=gnu99 -MD -MP -MF "
$
(
@:%.o
=
%.d
)
" -MT"
$
(
@:%.o
=
%.d
)
" -MT"
$
(
@:%.o
=
%.o
)
" -o "
$@
" "
$<
"
@
echo Finished building:
$<
# AVR32/GNU Preprocessing Assembler
# AVR32/GNU Assembler
ifneq
($(MAKECMDGOALS),clean)
ifneq
($(strip $(C_DEPS)),)
-include
$(C_DEPS)
endif
endif
# Add inputs and outputs from these tool invocations to the build variables
# All Target
all
:
$(OUTPUT_FILE_PATH) $(ADDITIONAL_DEPENDENCIES)
$(OUTPUT_FILE_PATH)
:
$(OBJS) $(USER_OBJS) $(OUTPUT_FILE_DEP) $(LIB_DEP) $(LINKER_SCRIPT_DEP)
@
echo
Building target:
$@
@
echo
Invoking: AVR/GNU Linker : 5.4.0
$(QUOTE)
C:
\P
rogram Files
(
x86
)
\A
tmel
\S
tudio
\7
.0
\t
oolchain
\a
vr8
\a
vr8-gnu-toolchain
\b
in
\a
vr-gcc.exe
$(QUOTE)
-o
$(OUTPUT_FILE_PATH_AS_ARGS)
$(OBJS_AS_ARGS)
$(USER_OBJS)
$(LIBS)
-Wl
,-Map
=
"RMEC_Basic.map"
-Wl
,--start-group
-Wl
,-lm
-Wl
,--end-group
-Wl
,--gc-sections
-mmcu
=
atxmega256a3u
-B
"C:
\P
rogram Files (x86)
\A
tmel
\S
tudio
\7
.0
\P
acks
\a
tmel
\X
MEGAA_DFP
\1
.1.68
\g
cc
\d
ev
\a
txmega256a3u"
@
echo
Finished building target:
$@
"C:
\P
rogram Files (x86)
\A
tmel
\S
tudio
\7
.0
\t
oolchain
\a
vr8
\a
vr8-gnu-toolchain
\b
in
\a
vr-objcopy.exe"
-O
ihex
-R
.eeprom
-R
.fuse
-R
.lock
-R
.signature
-R
.user_signatures
"RMEC_Basic.elf"
"RMEC_Basic.hex"
"C:
\P
rogram Files (x86)
\A
tmel
\S
tudio
\7
.0
\t
oolchain
\a
vr8
\a
vr8-gnu-toolchain
\b
in
\a
vr-objcopy.exe"
-j
.eeprom
--set-section-flags
=
.eeprom
=
alloc,load
--change-section-lma
.eeprom
=
0
--no-change-warnings
-O
ihex
"RMEC_Basic.elf"
"RMEC_Basic.eep"
||
exit
0
"C:
\P
rogram Files (x86)
\A
tmel
\S
tudio
\7
.0
\t
oolchain
\a
vr8
\a
vr8-gnu-toolchain
\b
in
\a
vr-objdump.exe"
-h
-S
"RMEC_Basic.elf"
>
"RMEC_Basic.lss"
"C:
\P
rogram Files (x86)
\A
tmel
\S
tudio
\7
.0
\t
oolchain
\a
vr8
\a
vr8-gnu-toolchain
\b
in
\a
vr-objcopy.exe"
-O
srec
-R
.eeprom
-R
.fuse
-R
.lock
-R
.signature
-R
.user_signatures
"RMEC_Basic.elf"
"RMEC_Basic.srec"
"C:
\P
rogram Files (x86)
\A
tmel
\S
tudio
\7
.0
\t
oolchain
\a
vr8
\a
vr8-gnu-toolchain
\b
in
\a
vr-size.exe"
"RMEC_Basic.elf"
# Other Targets
clean
:
-
$(RM)
$(OBJS_AS_ARGS)
$(EXECUTABLES)
-
$(RM)
$(C_DEPS_AS_ARGS)
rm
-rf
"RMEC_Basic.elf"
"RMEC_Basic.a"
"RMEC_Basic.hex"
"RMEC_Basic.lss"
"RMEC_Basic.eep"
"RMEC_Basic.map"
"RMEC_Basic.srec"
"RMEC_Basic.usersignatures"
\ No newline at end of file
embedded/RMEC_Basic/RMEC_Basic/Debug/RMEC_Basic.eep
0 → 100644
View file @
87dd3996
:00000001FF
embedded/RMEC_Basic/RMEC_Basic/Debug/RMEC_Basic.elf
0 → 100644
View file @
87dd3996
File added
embedded/RMEC_Basic/RMEC_Basic/Debug/RMEC_Basic.hex
0 → 100644
View file @
87dd3996
:100000000C94FE000C940A010C940A010C940A0151
:100010000C940A010C940A010C940A010C940A0134
:100020000C940A010C940A010C940A010C940A0124
:100030000C940A010C940A010C940A010C940A0114
:100040000C940A010C940A010C940A010C940A0104
:100050000C940A010C940A010C940A010C940A01F4
:100060000C940A010C940A010C940A010C940A01E4
:100070000C940A010C940A010C940A010C940A01D4
:100080000C940A010C940A010C940A010C940A01C4
:100090000C940A010C940A010C940A010C940A01B4
:1000A0000C940A010C940A010C940A010C940A01A4
:1000B0000C940A010C940A010C940A010C940A0194
:1000C0000C940A010C940A010C940A010C940A0184
:1000D0000C940A010C940A010C940A010C940A0174
:1000E0000C940A010C940A010C940A010C940A0164
:1000F0000C940A010C940A010C940A010C940A0154
:100100000C940A010C940A010C940A010C940A0143
:100110000C940A010C940A010C940A010C940A0133
:100120000C940A010C940A010C940A010C940A0123
:100130000C940A010C940A010C940A010C940A0113
:100140000C940A010C940A010C940A010C940A0103
:100150000C940A010C940A010C940A010C940A01F3
:100160000C940A010C940A010C940A010C940A01E3
:100170000C940A010C940A010C940A010C940A01D3
:100180000C940A010C940A010C940A010C940A01C3
:100190000C940A010C940A010C940A010C940A01B3
:1001A0000C940A010C940A010C940A010C940A01A3
:1001B0000C940A010C940A010C940A010C940A0193
:1001C0000C940A010C940A010C940A010C940A0183
:1001D0000C940A010C940A010C940A010C940A0173
:1001E0000C940A010C940A010C940A010C940A0163
:1001F0000C940A010C940A010C940A0111241FBEEC
:10020000CFEFCDBFDFE5DEBF00E00CBF0E940C01E9
:100210000C9416010C9400008BE080934106E0E4FE
:10022000F6E09AE081E095838683FDCFF894FFCFD6