Coder Social home page Coder Social logo

duetwifiserver's People

Contributors

dc42 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

duetwifiserver's Issues

Missing Makefile?

Hi, Mr dc42!
Thanks for your share first! I down your DuetSiFiServer and CoreESP8266 project, however, when I import them to eclipse, there is no "Makefile" in both of them.
Do you miss upload them ? Or I should write them by myself ?

Why the spi slave control "CS" ?

Hi, David!
I found that your esp8266 was configured to be the slave in the spi communication. But the spi "cs" pin was controled by esp8266 as well. In my experience, the "clk" and the "cs" pin should be outputed by the master.
I just want to make sure of the way of spi communication.

How to upload the WebControl files?

Mr dc42,
Sorry to trouble you again!
According to your guide, I use the webControl files at : https://github.com/dc42/DuetWebControl. And I use the arduino tools(esp8266fs.jar) to upload the "DuetWebControl.bin" file, but there was an issue as followed:

"Generic ESP8266 Module, 80 MHz, 40MHz, DIO, 921600, 4M (3M SPIFFS), ck, Disabled, None"
......
[SPIFFS] data : E:\RepRapWiFi\data
[SPIFFS] size : 3052
[SPIFFS] page : 256
[SPIFFS] block : 8192
/DuetWebControl.bin

SPIFFS_write error(-10001): File system is full.

It hinted that my file system is full ,but I had configure the spiffs to occupy 3M size. And I can upload the small size file successfully.

So I suspect it's not the correct way to upload.
I wonder how to upload the "DuetWebControl.bin" file.
Thank you very much!

Missing the file: reprap.html

Mr dc42,
I come again.
Yesterday I could not visit the web ui because I had not load the ".html" file to the file system. But I found there's no "reprap.html" in your project.

void fsHandler() { String path = server.uri(); if (path.endsWith("/")) { path += F("reprap.htm"); // default to reprap.htm as the index page } bool addedGz = false; File dataFile = SPIFFS.open(path, "r");

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.