Changes

231 bytes removed ,  04:30, 30 August 2018
m
Reverted edits by AveSatanas (talk) to last revision by HolyToaster
Line 16: Line 16:       −
==Joy-Con Connector Pinout==
+
==Firmware==
 +
''See also: [[Joy-Con Firmware]]''
    +
The firmware of the Joy-Cons seems to be generic across all instances. Details such as the handedness of the controller and the color is just indicated in a configuration part of the flash. Judging by quick glance at the firmware, it's probably identical to that used on the Pro Controller as well.
 
{| class="wikitable"
 
{| class="wikitable"
! Logic analyzer channel || Joy-Con Connector Pin || Function || Remark
+
! Controller || 1.0.0
 
|-
 
|-
| - || 1 || GND || -
+
| Joy-Con Left (Blue) || [[:File:pad.L.bin|flash dump]]
 
|-
 
|-
| - || 2 || GND || -
+
| Joy-Con Right (Red) || [[:File:pad.R.bin|flash dump]]
|-
  −
| 0 || 3 || BT status? || Only high when connected to console via Bluetooth, low when unpaired, sleeping, or attached to the console directly
  −
|-
  −
| 1 || 4 || 5V || Joy-Con power and charging
  −
|-
  −
| 2 || 5 || Serial data, console to Joy-Con || Inverted level (idle at GND)
  −
|-
  −
| 3 || 6 || Attach status? || GND only when directly attached to console and not sleeping, 1.8V.
  −
|-
  −
| - || 7 || GND || -
  −
|-
  −
| 4 || 8 || Serial data, Joy-Con to console || Standard level (idle at 1.8V)
  −
|-
  −
| 5 || 9 || ? || Always at GND
  −
|-
  −
| 6 || 10 || Flow control || Looks like RTS line, Joy-Con will only send data when this line is high.
   
|}
 
|}
 
+
The flash is in a patch-ram format. Tools for dealing with it are available [https://github.com/shuffle2/nxpad].
When first connected the baud rate is at 1000000bps(!), after the initial handshake the speed is then switched to 3125000bps(!!). The handshake probably exchanges information about the side of the Joy-Con, the color, and Bluetooth address etc.
+
A dump of the ROM region (taken while firmware was running) can be found [[:File:bcm20734_rom.bin|here]]. Note this is the same SoC used on the other controller models, as well.
    
== Left & Right Separate Joy-con ==
 
== Left & Right Separate Joy-con ==