Home

Awesome

MiP-OSX

An attempt to control a WowWee MiP from OSX using CoreBluetooth.

This is not the definitive library for MiP or anything. In fact, it's pretty flakey. It might help someone else to get something working though, so thought I'd add it to github anyway. It's a simple command line tool that someone could maybe build off.

To compile and run...

clang main.m -framework Foundation -framework CoreBluetooth -o mip.out && ./mip.out

With a bit of luck it'll prompt you with "Enter hex command:" after a few seconds. You can then type in commands as hex such as...

CodeEffect
0630To play a tune
83FF00FFTo change the front LED colour
FEDisconnect

WowWee publish more commands for MiP on their github.

To disconnect gracefully use the "FE" command then enter an empty command to disconnect from the OSX end.

The things I don't understand:

Nb. MiP uses Bluetooth LE so you either need a very up-to-date Mac or a USB Bluetooth LE dongle