Files
Marc Monka d32d94fc79 Update README with mapping file warning
Added a note about potential issues with the mapping files for the Raspberry Pi 3B+ image.
2026-06-01 10:58:00 +02:00

42 lines
1.5 KiB
Markdown

# XDJ100SX
An Open Source Standalone DJ Deck
This project is another experimental project that combines hardware, MIDI and open source software to convert an old Pioneer CDJ-100S to a standalone player using all modern features.
![XDJ100SX](images/XDJ100SX-1.jpg)
## Main Requirements:
- Raspberri Pi 3b+
- Arduino/Teensy with MIDI libraries
## Content:
- /arduino/ -> firmware code
- /datasheets/ -> Original CDJ, Teensy and Raspberry datasheets
- /images/ -> Process and result pics
- /mixxx/ -> Custom skin and MIDI mapping for this project
- /print-assets/ -> STL file to 3D print + adhesive custom skin to print
- /docs/ -> Documentation of this project
## Raspberry Pi 3B+ Image file
Note it only works with the Raspberry Pi 3B+
Please read: I identified the mapping included in the image may not work 100% - several users mentioned pitch is not working properly, so the XML and JS mapping files must be replaced with the ones attached in project content under /mixxx
[Image File](https://drive.google.com/file/d/1fU8ckY35uxCYHJtw1JgclCYaJdQCbCJT/view?usp=sharing).
[![Discord](https://img.shields.io/badge/Discord-Join_the_community-5865F2?logo=discord&logoColor=white)](https://discord.gg/4D3xxvuDTy)
### 📜 License
- All code in this repository is released under the [GNU GPL v3 License](https://www.gnu.org/licenses/gpl-3.0.html).
- All documentation, 3D models, and visual materials are released under the [Creative Commons BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/).
2025 Marc Monka