Connecting the Wii nunchuck to the BeagleBone Black is a little more complicated that connecting it to the BeagleBone White.
The wiring is the same but the header pins P9.19 and P9.20 must be appropriately muxed using a Device Tree Overlay.... read more
Getting WiFi to work on my BeagleBone was another project that seemed straightforward. But that too turned into an exercise in frustration.
At the time of writing, I STILL do not have WiFi working. So I'm documenting the various steps I'm taking as I go along.
(Need to beautify below)
Connecting a Wii nunchuck to my BeagleBone should have been a straight forward task, but after a quick and easy hardware connection, it turned into an exercise in frustration when all code examples I could find kept failing with a "Remote I/O Error".
If you are using a BeagleBone Black or a kernel with Device Tree Overlays, additional steps are required to use the I2C2.... read more