Git Product home page Git Product logo

Comments (10)

bdring avatar bdring commented on July 16, 2024

Let's start with the pendant.

I'll assume the pendant is the FluidDial, if not let me know what it is.

It appears to be broken. It should have some display regardless of the controller. Disconnect it from the controller and power it from the USB. Reply with what happens.

from fluidnc.

fvargasfrank avatar fvargasfrank commented on July 16, 2024

Just connected it to usb c, windows says unrecognizable usb and it still shows black screen, probably went dead.

from fluidnc.

fvargasfrank avatar fvargasfrank commented on July 16, 2024

The sd card works now with the old one, nothing new just left it off for the night, I ran a job and the machine still freezes.

20240524_130533.mp4

from fluidnc.

bdring avatar bdring commented on July 16, 2024

Try changing this to I2S_STATIC in your config file.

stepping:
  engine: I2S_STATIC

Send $I at the console and show me the response.

from fluidnc.

fvargasfrank avatar fvargasfrank commented on July 16, 2024

[VER:3.7 FluidNC v3.7.17 (v3-7-17-017cf0b9):]
[OPT:MPHS]
[MSG:Machine: 6 Pack External XYYZ YL620]
[MSG:Mode=STA:SSID=Not Found:Status=Connected:IP=192.168.1.5:MAC=B0-A7-32-DD-6B-60]
ok

from fluidnc.

bdring avatar bdring commented on July 16, 2024

Try running with I2S_STATIC and keep a FluidTerm connection open the whole time. If you get a lock up see if there are any debugging messages there.

The SSID=Not Found:Status=Connected is odd.

from fluidnc.

fvargasfrank avatar fvargasfrank commented on July 16, 2024

This is what I notice when everything freeze I see this
20240603_161318

from fluidnc.

MitchBradley avatar MitchBradley commented on July 16, 2024

Aha, an out of memory condition. That is hard to fix. It can sometimes happen when there is a lot of other network traffic that ends up consuming a lot of memory inside the Espressif networking code. There is not a lot we can do about it in the short term. One thing that can help is to use a smaller SD card. High capacity SD cards use a lot of memory because they have very large chunk sizes on the card. Another thing that might help is to put FluidNC on a dedicated WiFi router, so it is not subjected to traffic from other things on the network.

from fluidnc.

MitchBradley avatar MitchBradley commented on July 16, 2024

On the topic of SD cards that work on PC but not on FluidNC: Modern high-capacity SD cards store data in large chunks, up to 64KBytes in size. That chunk size affects the amount of memory that is necessary in order to read a file from the card, even if the file itself is small. 64KBytes is a small amount for a PC that has many gigabytes of memory, but it is a lot for an ESP32 that has a total of only 520 KBytes, of which 80% is already used for other purposes before any SD card accesses are attempted.

from fluidnc.

fvargasfrank avatar fvargasfrank commented on July 16, 2024

I will get a 4gb sd card and go from there, will probably isolate the wifi by putting it on a private VLAN with only access to my phone and pc

from fluidnc.

Related Issues (20)

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.