mirror of
https://github.com/romychs/ATXMod.git
synced 2025-04-09 23:06:50 +03:00
Initial commit version 1.0.0
This commit is contained in:
commit
cef4509b69
2766
Export/Mount_ATXMod.pdf
Normal file
2766
Export/Mount_ATXMod.pdf
Normal file
File diff suppressed because it is too large
Load Diff
4
Export/README.md
Normal file
4
Export/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
ATXMod для Sprinter-а
|
||||
=====================
|
||||
|
||||
Принципиальная схема и плата в доступных для просмотра форматах.
|
BIN
Export/Schematic_ATXMod.png
Normal file
BIN
Export/Schematic_ATXMod.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 281 KiB |
5
Export/Schematic_ATXMod.svg
Normal file
5
Export/Schematic_ATXMod.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 146 KiB |
BIN
Export/render.png
Normal file
BIN
Export/render.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
BIN
Gerber/Gerber_PCB_ATXMod.zip
Normal file
BIN
Gerber/Gerber_PCB_ATXMod.zip
Normal file
Binary file not shown.
29
LICENSE
Normal file
29
LICENSE
Normal file
@ -0,0 +1,29 @@
|
||||
BSD 3-Clause License
|
||||
|
||||
Copyright (c) 2021, Roman Boykov
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
3. Neither the name of the copyright holder nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
21
README.md
Normal file
21
README.md
Normal file
@ -0,0 +1,21 @@
|
||||
ATXMod для Sprinter-а
|
||||
=====================
|
||||
|
||||
Модуль питается от +5В и вырабатывает напряжения +12В, -12В и опционально -5В.
|
||||
|
||||
Предназначен для установки на место разъема ATX, или на ответную часть разъема, для питания любительского персонального компьютера [Sprinter](https://sprinter.ru/).
|
||||
|
||||
Модуль можно использовать и в других аналогичных конструкциях, например, для питания новодельных копьютеров Орион-ПРО и Радио-86РК, с разъемами ATX.
|
||||
|
||||
Выходной ток по каналам +-12В, до 0,9А. Его можно изменить, путем перерасчета резисторов R5 и R7. Так, при сопротивлении R5=R7=0,27 Ом, пиковый ток будет около 1,1А.
|
||||
Выходной ток по -5V ограничивается используемым регулятором и его площадью охлаждения и превышает 280мА.
|
||||
|
||||

|
||||
|
||||
[Исходники](Sources)
|
||||
|
||||
[Готовые схемы](Export)
|
||||
|
||||
[Герберы](Gerber)
|
||||
|
||||
В настоящий момент, платы модуля заказаны, модуль в работе не проверен.
|
1
Sources/PCB_PCB_ATXMod.json
Normal file
1
Sources/PCB_PCB_ATXMod.json
Normal file
File diff suppressed because one or more lines are too long
8
Sources/README.md
Normal file
8
Sources/README.md
Normal file
@ -0,0 +1,8 @@
|
||||
ATXMod для Sprinter-а
|
||||
=====================
|
||||
|
||||
Исходные файлы проекта в формате EasyEDA.
|
||||
|
||||
How to use:
|
||||
At EasyEDA editor, Click the document icon on the topbar, via "Document" > "Open" > "EasyEDA Source", and select json file, then open it at the editor.
|
||||
|
1
Sources/Schematic_ATXMod.json
Normal file
1
Sources/Schematic_ATXMod.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user