Posts

Showing posts with the label Arduino uno

WiFi controlled BOT using local website

Image
In this project I have made a WiFi controlled Bot using arduino uno and ESP8266 WiFi module. The two wheeled bot is controlled from a local website that can be opened in the browser using a predefined specific IP address of the ESP8266. The local webpage code is stored in the arduino uno and it will be send to the browser when requested. Once the page is loaded in the browser then commands are sent back to the arduino using the Wifi module. The default IP address is 192.168.4.1 I have developed this project without  use of any library. Components needed: Arduino Uno -------- 1 Dc geared motor ----2 Wheel----------------- 2 Chasis ----------------1 ESP8266 -------------1 L293d------------------1 9v battery ------------1 Working Video: Arduino Code: /*  * This code is written by TRISHANK SINGH MAHUR.  * This is the code for esp8266 wifi module. In this the esp8266 is used as the local server.  * T...