Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]
```