You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+19-5
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,25 @@
1
1
# PicoAdapterGB - A Mobile Adapter GB hardware emulator based on RaspberryPi Pico
2
2
3
-
Based on: [Libmobile](https://github.com/REONTeam/libmobile) by [REON Team](https://github.com/REONTeam)
3
+
<ahref="https://www.buymeacoffee.com/zenaro147"target="_blank"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Buy Me A Coffee"style="height: 60px!important;width: 217px!important;" ></a>
4
4
5
-
### Current implementations
5
+
This is the first standalone implementation of [Mobile Adapter GB](https://bulbapedia.bulbagarden.net/wiki/Mobile_Game_Boy_Adapter)!
6
+
<br>It's based on [Libmobile](https://github.com/REONTeam/libmobile) by [REON Team](https://github.com/REONTeam) and it's totally free from any kind of sofware. You just need to power the adapter with any power source that's provide 5v (like a power bank, a phone using an OTG, add a battery circuit, etc), and make the first configuration (using any Serial Monitor on PC/Smartphone, even the Serial Monitor from Arduino or VS Code).
7
+
8
+
It's possible to connect to any [REON project](https://github.com/REONTeam/reon) custom server as soon it releases.
<br>Latest Development Release [](https://github.com/zenaro147/PicoAdapterGB/releases/)[](https://github.com/zenaro147/PicoAdapterGB/releases/)
13
+
14
+
If you still have questions, ask us here or in the **REON Team Discord**[](https://discord.gg/mKT4pTfUqC)
15
+
16
+
# Current implementations
6
17
-`pico_esp8266_at`: A Raspberry Pi Pico implementation using an ESP8266 ESP-01 to provide WiFi connectivity.
7
18
-`picow`: A Raspberry Pi Pico W implementation using the internal WiFi connectivity. (recommended)
8
19
9
20
Refer to the implementation's README.md for more specific details.
10
21
11
-
# Link Cable Setup
22
+
##Link Cable Setup
12
23
```
13
24
___________
14
25
| 6 4 2 |
@@ -47,15 +58,18 @@ All commands are Case-Sensitive.
47
58
| RELAYSERVER | Set a Relay Server that will be use during P2P communications. |
48
59
| RELAYTOKEN | Set a Relay Token that will be used on Relay Server to receive a valid number to use during P2P communications. |
49
60
| P2PPORT | Set a custom P2P port to use during P2P communications (Local Network only). |
50
-
| UNMETERED | Set if the device will be Unmetered (useful for Pokemon Crystal). |
61
+
| UNMETERED | Set if the device will be Unmetered (useful for Pokemon Crystal). Only accept 1 (true) or 0 (false). |
51
62
52
63
Special commands (just enter the command, without =<VALUE>):
53
64
| Command | Effect |
54
65
|---------------|-------------|
55
66
| FORMAT_EEPROM | Format the eeprom, if necessary. |
67
+
| SHOW_CONFIG | Show the actual device configuration. |
56
68
| EXIT | Quit from Config Mode and Save the new values. If you change some value, the device will reboot. |
0 commit comments