Skip to content

krzysztofkaminski/OctoPrint-PanTilt-ESP8266-Firmware

 
 

Repository files navigation

PanTilt-ESP8266

OctoPrint-PanTilt-ESP8266-Firmware

ESP8266 firmware to be used with the OctoPrint-PanTilt-ESP8266 project.

This project was built with the Sloeber eclipse IDE and the esp8266 libraries.

Make SPIFFS file

Path To MKSPIFFS\mkspiffs.exe -c ${workspace_loc:/PanTilt-ESP8266}/data -p 256 -b 8192 -s 3125248 ${workspace_loc:/PanTilt-ESP8266}/Release/PanTilt-ESP8266.spiffs.bin

Upload SPIFFS file

Path To ESPTOOL\esptool.exe -cd nodemcu -cb 921600 -cp COM6 -vv -ca 0x100000 -cf ${workspace_loc:/PanTilt-ESP8266}/binaries/PanTilt-ESP8266.spiffs.bin

Flash Firmware

Path to ESPTOOL/esptool.exe -cd nodemcu -cb 921600 -cp COM6 -ca 0x00000 -cf Project Path/binaries/PanTilt-ESP8266.bin

Snapshots

Setup

See OctoPrint-PanTilt-ESP8266 for setup.

About

Firmware for the OctoPrint-PanTilt-ESP8266 plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.3%
  • Other 1.7%