Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

MakerbaseMoon/SpiderBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spider Bot (蜘蛛機器人)


ESP32 蜘蛛機器人 - 第一代
This is the Spider Bot project for maker.

Group:  望月智聯網研究團隊

git command (git 指令)

git clone https://github.com/MakerbaseMoon/SpiderBot.git
git submodule update --init --recursive

project files (專案檔案)

┌───.vscode
│       c_cpp_properties.json
│       extensions.json
│       launch.json
│       settings.json
│
├───data
│       bootstrap.bundle.min.js.gz
│       bootstrap.css.gx
│
├───html
│   │
│   ├───css
│   │       style.css
│   │
│   ├───img
│   │       favicon.jpg
│   │       spider.jpg
│   │
│   ├───js
│   │       github.js
│   │       main.js
│   │       value.js
│   │       websocket.js
│   │       wifi.js
│   │
│   └   index.html
│
├───include
│       README
│       
├───lib
│   ├───Adafruit-PWM-Servo-Driver-Library
│   ├───AsyncTCP
│   ├───ESP32GithubOTA
│   └───ESPAsyncWebServer
│
├───src
│   │   main.cpp
│   │
│   ├───eeprom
│   │       default.h
│   │       eeprom.cpp
│   │       eeprom.h
│   │       eeprom_ap.cpp
│   │       eeprom_data.cpp
│   │       eeprom_sta.cpp
│   │
│   ├───html
│   │       image.h
│   │       index.h
│   │       javascript.h
│   │       style.h
│   │
│   ├───internet
│   │       internet.cpp
│   │       internet.h
│   │
│   └───module
│           servos.cpp
│           servos.h
│
├───test
│       README
│
│   .gitignore
│   .gitmodules
│   platformio.ini
└─  README.md

ESP32 Development Environments (ESP32 開發工具及環境)

project libraries (專案 libraries)