-
-
Notifications
You must be signed in to change notification settings - Fork 114
SD card DIY HW Wiring
Do not use this build type and the instruction below for DIY build, unless you really really want trouble.
- ESP32-DEVKITC-32D or ESP32-DEVKITC-32E with ESP-WROOM-32
- DB-25 Female connector solder cup
- Digilent Pmod MicroSD
- Jumper wires (<= 2 inch)
-
Linux:
Install esp-idf prerequisites.
Windows:
Install esp-idf prerequisites. -
Download latest binary from GitHub and flash them on your ESP32.
Use one of the SD card binaries.
Linux:
~/BlueRetroRoot/python_env/idf4.2_py3.7_env/bin/python ~/BlueRetroRoot/esp-idf/components/esptool_py/esptool/esptool.py -p /dev/ttyUSB0 -b 460800 --before default_reset --after hard_reset --chip esp32 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 BlueRetro.bin
Windows:
Flashing firmware Windows 10 -
Burn the flash voltage eFuses for avoiding conflict between D2 & MTDI strapping. (Only for WROOM or WROVER**-B** module)
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/sd_pullup_requirements.html#strapping-conflicts-dat2 -
Install DB25 connector & PmodMicroSD board.
It is important to keep the sd card jumper wire very short (<= 2 inch) and plug them directly to the ESP32 pin (not via breadboard).
It's critical for the 2 GND on the PMOD to be plug directly to the ESP32 GND pin via short wire!!
https://github.com/darthcloud/BlueRetroHW/blob/5c2e3174d8557c76e88b8b396bc18b7568700bcd/DIY/BlueRetroDIY.pdf -
Build target system cable adapter.
https://github.com/darthcloud/BlueRetro/wiki/BlueRetro-Cables-Build-Instructions -
Insert blank SD card. BlueRetro will format the card itself.
-
(Optional) Power on system and connect via Web Bluetooth to configure adapter.
The config mode is only available if no controller is connected.
https://blueretro.io -
BlueRetro is always in pairing mode if no controller connected (and stay in pairing mode for 1 minute after one device connected)
Pair via inquiry first (SYNC or pairing mode), on subsequent connection you can simply page (button press or power on button). See guide for more specific instruction: Pairing Guide
-
RE notes
- ESP32 RTOS + Bare Metal: Best of Both Worlds?
- Learning Bluetooth Classic (BR/EDR) with HCI traces
- Xbox One Adaptive controller
- Evolution of SEGA's IO Interface from SG-1000 to Saturn
- Famicom & NES controller shift register: Parallel-in, Serial-out
- SNES 2P & Super Multitap
- PlayStation & PlayStation 2 SPI interface
- 3DO interface
- PC-FX interface
- CD-i interface
- PCE & TG16 interface
- Jaguar Interface
-
Deprecated content