Releases: DynaMight1124/OGX-Mini
DVD Dongle PCB & Firmware
Gerbers for the DVD Dongle. BT for the Bluetooth version and USB for the USB only one. They need to be 1mm thickness.
Updated the BT version to v2.1, its optional but added a LED to glow through the IR hole, I assume green would be a fitting choice. It is connected directly to power so doesnt do anything smart except come on when its plugged in/powered. There is a resistor used to control brightness, I'd recommend starting off at 10k which should give a nice glow, however lower you go the brighter the LED will be. If you dont want it, just leave the LED & resistor unpopulated.
The .uf2 is v1.0.0 Alpha 3, recompiled with a different pinout for the PCB.
The .bin file is for the ESP32, its unchanged but I did combine into a single file so it can be easily flashed but the original one from the main repo can be used if needed.
Added JLC-PCBA.zip, which has the gerbers and Picknplace file which should allow you to do a PCBA order for most components, I doubt the CoreA will be there as I had to manually create the pads for this as it didnt exist on EasyEDA/LCSC but everything else has LCSC part numbers using common components. Also added the EasyEDA Pro project file incase anyone wants to make changes/improvements.
I compiled using:
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DOGXM_BOARD=ESP32_BLUEPAD32_I2C -DMAX_GAMEPADS=1
cmake --build build