2018-03-10 10:06:42 -05:00
2018-03-10 10:06:42 -05:00
2018-03-10 10:06:42 -05:00
2018-03-04 19:53:49 -05:00
2018-03-10 10:06:42 -05:00
2018-03-10 10:06:42 -05:00

ESPWebDAV

A WiFi WebDAV server using ESP8266. Maintains the filesystem on an SD card.

Supports the basic WebDav operations.

The drive can be used as a networked drive to upload gcode to 3d printer's SD card. Additional interface will be required to avoid accessing SD card when printer is reading from it.

Dependencies:

  1. ESP8266 Arduino Core version 2.4
  2. SdFat library

Use:

Compile and upload the program to an ESP8266 module. ESP12-E was used for development and testing. Connect the SPI bus lines to SD card.

ESP Module SD Card
GPIO13 MOSI
GPIO12 MISO
GPIO14 SCK
GPIO15 CS

The card should be formatted for Fat16 or Fat32

To access the drive from Windows, type \\esp_hostname_or_ip\DavWWWRoot at the Run prompt, or use Map Network Drive menu in Windows Explorer.

Description
No description provided
Readme 2.4 MiB
Languages
C++ 92.3%
C 7.7%