FluidTouch - Wireless FluidNC Pendant

Yep, that one is linked above somewhere. That will work fine. My case doesn’t have a part for the antenna, uses a rocker switch, and I’m attempting to have the power/charge led lights visible. It also gives me some flexibility in the future to make a version for a wired connection. I also like more basic looking things.

I have the bottom part of my case printing now.

3 Likes

Cant wait to see it. Need to flash mine with your new code too…

Wires are for chumps :grin:

If anything I think the fluid Dial would be better if it used websockets too even if it used a usb cable for power it would still eliminate the risk of frying the board through a direct connection.

But your FluidTouch is the better choice anyway, for me anyway.

2 Likes

Yea, I’m just intrigued to make it work when it’s not something I’ll normally use. I should probably sell my FluidDial. I bought the whole thing already made direct from Bart. He only made a couple to recuperate some costs from some extra parts he had.

I’m getting close on the case but still iterating.

8 Likes

Man that’s looking good. I just ordered the screen today I was going to print the linked case above, but I’ll wait for you to release this one instead!

3 Likes

quickly becoming the best option

4 Likes

I don’t need another project…
I don’t need another project…
I don’t need another project…

5 Likes

I mean this is a much easier project than a CYD pendant and a bit easier than a FluidDial pendant. If you use the case from Elecrow and skip a battery, you can’t even really call it a project.

1 Like

I have a few batteries that fit into the elecrow case, I wonder if I should stick them up for sale somewhere.


Mmm, on second thoughts… shipping issues, liability mmmm, maybe not.

2 Likes

I feel thats a on/off switch my fingers are going to activate randomly. Loool

Yea, I’ll have to see how that plays out. I intentionally recessed it a bit to help with that. I put it in that location because it’s right next to the power/charge LEDs on the back. The rocker switch is a bit stiff so I think it will be ok.

1 Like

finaly got my device..installed the batery.
the original case is very nice lasercutted plexi.
the only need to fit the battery is to 3d print middle layer of approx 4-5mm. it is easy

going to install fluidnc asap

1 Like

I am running device now, also had very bad flickering. occasionally, thought it is because of insufficient power. When i updated Brightness from 100% to 75% flickering disappeared completely.

Try the 1.0.3_dev version. That should resolve the flickering issues even at 100% brightness.

I’ll probably do an official release of that in the next week or so once I do some documentation updates.

A low battery could certainly cause issues as well. The brightness has a significant effect on power usage.

Yep, that can work too.

Hi Jason.

i do my first trials with V 1.0.2 after fresh installation.
unfortunatelly i cannt connect to the LR4. i am sure that is UIv3… from my pc i use wifi FluidNC and connect to 192.168.0.1:82… all works

but connect from mobile display does not work at all, error shown "Coould not connect to machine “xxx”: URL 192.168.0.1:82
trials:

  1. I also tried port :81 and port :80
  2. tried to connect URL fliudnc.local - did not work
  3. i changed config on the LR4 and set AP with IP 192.168.0.100. it did not help.

i ve tried it all… can it be that i purchased device (WITHOUT any addon modules) and the wifi just not inside? board is very fresh " CrowPanel Advance 7“ HMI"

when connected with PC i can see that wifi configuration is correct

$HTTP/Enable=ON
$HTTP/Port=80
$MDNS/Enable=ON
$WiFi/PsMode=None
$WiFi/Mode=AP
$Sta/Password=********
$Sta/MinSecurity=WPA2-PSK
$WiFi/FastScan=OFF
$Sta/IPMode=DHCP
$Sta/IP=0.0.0.0
$Sta/Gateway=0.0.0.0
$Sta/Netmask=0.0.0.0
$AP/Country=01
$AP/SSID=FluidNC
$AP/Password=********
$AP/IP=192.168.0.100
$AP/Channel=1
$Hostname=fluidnc

You don’t need any of those addon modules. It has built in wifi. If it got to that point, it connected to the wifi network but failed to connect to the machine.

Given that you are connecting to 192.168.0.1, that tells me you are connecting in AP mode. That should work, but I use STA mode.

A couple options:

  1. Try the 1.0.3_dev build. I changed the websocket library which is what is used to connect to FluidNC.

  2. Connect via USB in the web installer.
    When you go to install it, select Logs & Console. Reset the device and show the output when it tries to connect.

Im waiting your case release to build mine. I didn’t like the cyd pendant vs my tablet. Its already stored in a box. Webui3 i have not played with i really like webui2 (my 3 cncs runs that and im kind of slowwwwww with updates/upgrades)

You do need FluidNC v3.9.1 or higher due to an added command for pendants to list files.