My ESP cooperates smoothly only with LaserGRBL and fluidterm…
With UGS sometimes it works sometimes doesn’t.
But the biggest issue is that it is not working with LightBurn…
Lightburn has 3 moods:
Since I’m only testing if FluidNC will have mood to cooperate with LBrn (it don’t want to coop), ESP32 is not physically connected to the machine nor limit switches. I’m simulating homing by short circuit GND and GPIOs with correct sequence, as it is homing on real machine. It works. The problem is communication between Lbrn and ESP32. How to correctly configure the FluidNC step by step so it can coop with LBrn?
I mean I’m simulating the homing sequence, I haven’t connected ESP32 to machine yet.
DEVKIT V1 doesn’t have SD card plug. You mean that the FluidNC wouldn’t work without SD card connected?
I’m running that on one of my controllers, but I don’t really know. It’s also not hooked up to a machine at this time. Something is attempting to send it a line that is longer than it can handle.
I really don’t know FluidNC at all, so I’m running by error messages. Since it’s not wired up to anything, it makes things a bit more difficult.
If there’s no sd card, it can’t be coming from there. Do you get the same type errors with other terminals instead of Lightburn?
Might want to disable home on startup in the device settings …
What firmware do you use on DLC32? Standard GRBL? How did you managed to upload it? Could you please send some yt links how to do it?
As I sent photo in the first post, the problem doesn’t occur at all in LaserGRBL, it ignores messages and somehow is managing to connect with ESP. Only Universal Gcode sender, fluidterm and LightBurn have problems to communicate with ESP
I did this over a year ago, but I’m pretty sure it was Fluid NC that was loaded directly from their site. It’s been packed away so I can’t even plug it in and check. You should be able to load any grbl for your platform.
I used the standard tools… I run Linux, so it’s more limited. I think I did it via the USB connection.
Usually if Lasergrbl will run on it and I’d expect the other gcode senders, including Lightburn to use it without an issue.
Do you know if DLC32 has 5V output for DIR, PUL and PWM Signal? Or is it 3.3V for PWM, DIR and PUL? Do I need to buy this level shifters to convert 3.3V signal from ESP32 to 5V for my DM542 and 100W LPS?
You may need to translate the voltages if you are planning on using a plain ESP32 for a laser cnc. For sure the PWM needs to be ttl signal levels. The PWM input to IN can be digital or analog and the input range is 0 to 5V. The pwm gets changed to an analog voltage within the lps, which is why you need the total TTL voltage swing.
A voltage of 3.3V will usually be a 1 (high) for ttl control so you can probably get away with driving the motor driver directly – if it can supply enough current to the motor driver input. You’d have to look at the motor driver data sheet to see what current is required.
Bought MKS DLC32, it has 5V logic output, so there is no problem, you don’t need logic level shifters, you can connect it directly to stepper motor drivers and LPS. Writing bc somebody would need this info. There is no problem, plug-and-play, you don’t even have to instal FluidNC on it, the grbl-like firmware is installed on it by default. Great thing!