Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csbluechip/rp2040_wiiec
HowTo code for interfacing Wii Extension Controllers to the RP2040 / Pico
https://github.com/csbluechip/rp2040_wiiec
Last synced: 1 day ago
JSON representation
HowTo code for interfacing Wii Extension Controllers to the RP2040 / Pico
- Host: GitHub
- URL: https://github.com/csbluechip/rp2040_wiiec
- Owner: csBlueChip
- License: mit
- Created: 2024-09-14T02:56:45.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T00:05:37.000Z (about 2 months ago)
- Last Synced: 2024-09-18T00:28:09.009Z (about 2 months ago)
- Language: C
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
# WiiEC demo
# SDA=18, SCL=19, ADDR=0x52 @ 400KHz
* Waiting for device...
# Found device @ 0x52
# EC init-1 : {F0=55}[2]
# EC init-2 : {FB=00}[2]
# Perhipheral ID : @ FA = { 00 00 A4 20 00 00 }[6] - Nunchuck
# Calibration Data : @ 20 = { 7F 7C 7C 28 B2 AD B0 0D E0 1E 7A E0 23 7F 0A 5F }[16]
# Poll EC readings
@ 00 = { 7C 7F 4B 7D A5 8F }[6]
! Connection Lost
* Waiting for device...
# Found device @ 0x52
# EC init-1 : {F0=55}[2]
# EC init-2 : {FB=00}[2]
# Perhipheral ID : @ FA = { 00 00 A4 20 01 01 }[6] - Classic Controller
# Calibration Data : @ 20 = { E1 19 7D EB 1C 7F E7 1E 7D E3 18 7D 1F 24 8F E4 }[16]
# Poll EC readings
@ 00 = { 5F E0 8F 43 FF FF }[6]
```