nochkin / esp-chassis

WiFi-controlled chassis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp-chassis

WiFi-controlled two-wheels chassis. It uses esp-open-rtos as the primary target with new_pwm and libesphttpd (for OTA updates) libraries.

How to build

Install and configure esp-open-rtos.

Download or clone the repo to your local drive.

Run "make" to build the firmware.

Run "make flash" to flash it to your ESP8266 module over serial using esptool.

If you change the code, all consecutive updates can be done using "make flash" or over air using "ESP_IP=192.168.4.1 make webflash" command, where you put the IP of your ESP8266 in ESP_IP.

About

WiFi-controlled chassis

License:MIT License


Languages

Language:OpenSCAD 65.1%Language:C 13.7%Language:HTML 12.0%Language:Smarty 3.6%Language:JavaScript 2.2%Language:Makefile 1.9%Language:CSS 1.4%Language:Shell 0.1%