Home

Awesome

MiP ESP8266 Library

The D1 mini Pack mounted on MiP

Build Status Codacy Badge

This project provides a library for the Arduino IDE and allows users to take control of WowWee Labs' MiP and turn it into a cloud-connected robot.

MiP is a hacker friendly self-balancing robot. WowWee not only provides the MiP Protocol Specification on GitHub, they also provide a 4-pin hacker port, complete with JST connector, right on the mainboard. This connector makes it easy to connect an external controller such as D1 mini or compatible boards and take control of your MiP. Once connected, you can:

Also, be sure to check out the D1 mini Pack which conveniently allows you to mount a D1 mini to MiP's battery compartment.

Acknowledgement

Installation

  1. The esp8266 Arduino library should already be installed prior to using this library.
  2. The MiP_ESP8266_Library is intended for use with the Arduino IDE. Installation is the same as for other libraries. Download the zip and select Sketch->Include Library->Add .ZIP Library.... Browse to the downloaded zip file and the Arduino IDE will do the rest.

Usage

A very thorough guide to using the MiP_ESP8266_Library is provided in the wiki.

Contributing

This project is intended to make programming MiP easy and fun. To that end, contributions are highly encouraged! Please see CONTRIBUTING.md for more information.