Skip to content

Commit

Permalink
Merge pull request #72 from Raphael-Boichot/master
Browse files Browse the repository at this point in the history
Link to dedicated PCB and update of GBP_PKT10_TIMEOUT_MS
  • Loading branch information
mofosyne authored Mar 18, 2024
2 parents a60c4f5 + 9a6c2fa commit aa59123
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GameBoyPrinterEmulator/gbp_serial_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

/******************************************************************************/

#define GBP_PKT10_TIMEOUT_MS 500
#define GBP_PKT10_TIMEOUT_MS 400

// Testing
//#define TEST_CHECKSUM_FORCE_FAIL
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ Gameboy Original/Color Link Cable Pinout
| D2 | Pin 5 : Serial Clock (Interrupt) |
| GND | Pin 6 : GND (Attach to GND Pin) |

### Dedicated PCB

As crossing Serial OUTPUT and Serial INPUT is the main cause of issues with the project, [dedicated PCBs were made](https://github.com/Raphael-Boichot/Collection-of-PCB-for-Game-Boy-Printer-Emulators) to fit with the Arduino Nano and Uno, using a GBA/GBC socket. This also allows not cutting a cable. The Uno version comes with pins dedicated for an SD shield that you can just left empty for this project.

![](sample_image/PCB_for_Nano.png)

### Programming the emulator

* Arduino Project File: `./GameBoyPrinterEmulator/gpb_emulator.ino`
Expand Down
Binary file added sample_image/PCB_for_Nano.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aa59123

Please sign in to comment.