Skip to content

Instantly share code, notes, and snippets.

@feingoldd
feingoldd / WIFI_Voice-Controlled_Robot
Last active August 4, 2017 14:01
WIFI_Voice-Controlled_Robot
/*************************************************************************************
* Robot Control with Android App and NodeMCU
*
* Differential Robot using H-Bridget L293D
*
* Voice activation and response
*
************************************************************************************/
#include <ESP8266WiFi.h>
WiFiClient client;