/ESP8266-NIO-Remotecontroller-Car

Build remote controller car by NIO and ESP8266 (NodeMCU)

Primary LanguageArduinoGNU General Public License v3.0GPL-3.0

ESP8266-NIO-Remotecontroller-Car

With this sample you can connect and control two motors by ESP8266 (NodeMCU - Arduino) via Wi-Fi to Android devices.

Android application can created by NIO as simple applets.

Get NIO from this link: http://niomatic.com

Schematic:

alt text

Implement web socket server in an ESP8266. Command send from NIO to ESP in the JSON structure via Websocket.

Parse Json:

JsonObject &root = jsonBuffer.parseObject(payload);
int led  = root["led"];
int m1   = root["m1"];
int m2   = root["m2"];

NIO Back Panel:

alt text

NIO File:

Download RC car with gyro.nio and open in your tablet.