Have a Creality Falcon Laser, which has a USB-C only interface. Would be nice to convert to either wifi or bluetooth. I haven’t found anything yet, but obviously, this is something you can’t install any BT/Wifi drivers on - so it would need to work “right off the bat”, and be powered by the USB-C interface on the unit. LB Console says it is a ESP32S2_V1, so any current draw (if there is ANY USB output at all on this board), would need to fit within the abilities of the board.
If your board has exposed pads or pins for a serial connection you might be able to connect an ESP8266 to those and use IP with Wifi to connect. This would be basically the same as what LaserGRBL does. I suspect you’d want to use the Telnet to Serial model.
Keep in mind that I have not seen anyone successfully using LightBurn with IP configuration on GRBL systems so far. Check here for background:
I have heard of Bluetooth Serial to USB modules and believe there are references to some successes on this forum for such setups. I think theoretically there could be a similar Wifi Serial to USB solution but have not seen any commercially available. I suspect a Raspberry Pi could be configured to behave this way but haven’t seen any examples of this.
You may want to check out this video. He describes a way of virtualizing USB devices via IP. It’s a more generalized solution but I suspect would work well. I’ve seen similar bluetooth virtualization strategies.
Take some good pics of the control board. If that ESP32 has a shiny metal box around the chip or an antenna socket or circuit board trace that could be used for an antenna you may have all kinds of options. xTool has a Shiny metal box and an antenna foil on theirs but that would be an exploratory process where ‘you’re on your own’ for that one.
If the box isn’t metal, you may be able to talk to the ESP32-S2-MINI-1 by WiFi. If the box is metal (or conductive) you may not be able to communicate with the existing case.
I’m not saying that the case is the only obstacle either, but it’s great to see a WiFi capable processor.
Creality hasn’t released(yet) a firmware that enables wifi on Falcon(don’t know about Falcon 2, I got the 10w version). I tried to go wireless with it using a raspberrypi zero and Virtualhere( this is a good explainer video on how to do it), but the laser either stalled after connecting with Lightburn or didn’t connect at all. I also tried all forks and iterations of USBIP. Tried both Windows and Mac. I ended up getting a 10m USB cable, connected the laser, a keypad to control it and a usb cam, everything works like a charm:)
That is always a alternative but not right… I want to use items that i already have and dont always have to buy new stuff for something simple as a connection for my laser either with Ethernet or Wifi, soon i can start my own shop and sell things that i have that not working as intended.
understandable. Seems a feature request for Creality firmware in this case.
I would submit though is not as “simple” as it sounds, and is not advertised as such either in their product page.
I would be pressed to think the wifi is fully disabled to save on GPIO
The ESP32 is quite limited on I/O unless you go with IO expanders, which is a new layer of complexity and hardware costs.
Not all that IO is open to real use, a lot of it is internally reserved depending on the features you want to set on or off. Of course, at times the reason to close those ports is also because you MUST make it a stable platform for serial coms! Which is part 2 of the headache.
I recall, we had this issue on OLm3, and lately in Delta development, the only way to get past it was to employ IO expander code and hardware. A massive pain in the behind and we are using ESP32 S3s
Far from me to guide you away from a challenge, but
it won’t work, unless you have access to the source code of the firmware
And then you develop your own ESP32 to ESP32 serial coms. The 2nd ESp32 becomes a sort of repeater of GRBL stream code from lightburn to your 1st ESP32.
You will have to deal with latency of wifi, buffers… Really is just not worth it!
I would get in touch with Creality support, and ask if you could upgrade your motherboard for the 2 pro they just launched and IF that has WIfi integration with Lightburn
If not, ask if they could make it happen.