Skip to content

Instantly share code, notes, and snippets.

@emmynet
emmynet / ESP8266_Xiaomi_Yi_Remote_Controller.ino
Last active July 30, 2018 23:52
Simple test to control Xiaomi Yi camera with a standalone ESP8266 ESP-01 (costs about 2$ on ebay).
/*
* This sketch demonstrates how to use ESP8266 to control Xiaomi Yi Camera.
*
* @author Emmanuel Granatello
* @version 0.1
* @since 2016-02-16
*/
#include "ESP8266WiFi.h"