This document discusses using an ESP8266 wireless SoC module to create a Qiscus bot. The ESP8266 can be programmed without an additional microcontroller. It has GPIO pins to communicate with sensors or other modules. The NodeMCU firmware supports MQTT, encryption, and SQLite. The Arduino IDE can be used for debugging and development after configuring the board settings. An ESP8266 Qiscus bot repo is provided that allows configuring app ID and token and sending/receiving messages through the Qiscus API. Integrating sensors and cameras with the ESP8266 and creating a bot are discussed as works in progress.