├── LICENSE ├── OpenXeniumRGB_gerber.zip ├── README.md ├── images ├── 20191111_192341.jpg ├── ledboard_bottom.png ├── ledboard_top.png ├── render.png └── schematic.png ├── ledboard.brd └── ledboard.sch /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 Ryan Wendland 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /OpenXeniumRGB_gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryzee119/OpenXeniumRGB/c5a54ed9f29c58b79eda0ef82b369607e48370fc/OpenXeniumRGB_gerber.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # OpenXeniumRGB 2 | RGB Addon Board for the OpenXenium modchip. Should also work on Genuine Xenium modchips. 3 | Also see [OpenXenium](https://github.com/Ryzee119/OpenXenium). 4 | 5 | 6 | ![Render](https://raw.githubusercontent.com/Ryzee119/OpenXeniumRGB/master/images/render.png) 7 | 8 | ## PCB 9 | When fabricating your own, you can download the premade gerbers from the `Release` section or generate your own. Suggested PCB properties are:
10 | `2 layers, 35x20mm, 1.0mm thick, HASL, 1oz copper, no castellated holes, any colour you want!`
11 | 12 | 13 | ## Bill of Materials 14 | 15 | | Qty | Value/Model | Description | Marking | URL | 16 | | --- | --- | --- | --- | --- | 17 | | 1 | 19-237/R6GHBHC-A07/2T | LED RGB CLEAR 4SMD. COMMON ANODE | LED1 | https://www.digikey.com.au/short/p2475q | 18 | | 3 | RK73B1JTTD680J | RES 68 OHM 5% 1/8W 0603 | R1,R2,R3 | https://www.digikey.com.au/short/p247rp | 19 | | 1 | SHR-10V-S-B |JST SH1.0 10 pin 1mm connector (To connect to Xenium)| - |Digikey: [Connector](https://www.digikey.com.au/product-detail/en/jst-sales-america-inc/SHR-10V-S-B/455-1385-ND/759874) + 3x[Jumpers](https://www.digikey.com.au/product-detail/en/jst-sales-america-inc/ASSHSSH28K152/455-3076-ND/6009452) OR
Aliexpress: [Connector with Jumpers (Get the 10P one)](https://www.aliexpress.com/item/5PCS-100MM-SH-1-0-Wire-Cable-Connector-DIY-SH1-0-JST-2-3-4-5/32952366214.html) | 20 | 21 | ![Schematic](https://raw.githubusercontent.com/Ryzee119/OpenXeniumRGB/master/images/schematic.png) 22 | 23 | ![Top](https://raw.githubusercontent.com/Ryzee119/OpenXeniumRGB/master/images/ledboard_top.png) 24 | 25 | ![Installed](https://raw.githubusercontent.com/Ryzee119/OpenXeniumRGB/master/images/20191111_192341.jpg) 26 | -------------------------------------------------------------------------------- /images/20191111_192341.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryzee119/OpenXeniumRGB/c5a54ed9f29c58b79eda0ef82b369607e48370fc/images/20191111_192341.jpg -------------------------------------------------------------------------------- /images/ledboard_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryzee119/OpenXeniumRGB/c5a54ed9f29c58b79eda0ef82b369607e48370fc/images/ledboard_bottom.png -------------------------------------------------------------------------------- /images/ledboard_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryzee119/OpenXeniumRGB/c5a54ed9f29c58b79eda0ef82b369607e48370fc/images/ledboard_top.png -------------------------------------------------------------------------------- /images/render.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryzee119/OpenXeniumRGB/c5a54ed9f29c58b79eda0ef82b369607e48370fc/images/render.png -------------------------------------------------------------------------------- /images/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryzee119/OpenXeniumRGB/c5a54ed9f29c58b79eda0ef82b369607e48370fc/images/schematic.png --------------------------------------------------------------------------------