Skip to content

TCP/IP socket server for ESP8266 module in Duet WiFi motion control electronics

Notifications You must be signed in to change notification settings

Duet3D/DuetWiFiSocketServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DuetWiFiSocketServer

This is a brief description howto setup the build environment for DuetWifiSocketServer

Setup

Workspace

  • create a folder for the eclipse workspace
  • checkout the following repositories into workspace

Configuration

  • launch Eclipse
  • open created workspace
  • import projects
  • setup build environment variabels
    • Windows -> Preferences -> C/C++ -> Build -> Build Variables
    • add XtensaGccPath, i.e. /opt/xtensa-lx106-elf-gcc/bin or C:\toolchains\xtensa-lx106-elf-gcc\bin
    • add EspToolPath, i.e. /usr/bin/esptool or C:\toolchains\esptool\esptool.exe
    • add EspBootFile, i.e. /path/to/eboot.elf or C:\path\to\esptool.elf
  • set all projects to Release build configuration

Build

  • run build

Downloads

Xtensa Toolchain

Esptool

Sources

Links

Bug reports

Please use the forum for support requests or the RepRapFirmware GitHub repository for feature requests and bug reports.

About

TCP/IP socket server for ESP8266 module in Duet WiFi motion control electronics

Resources

Stars

Watchers

Forks

Packages

No packages published