Fluid Dial (Fluid NC dial pendant by Bart Dring, using M5 Stack's M5 Dial)

That is so clean.

2 Likes

Good morning, Doug.

I’ve printed the cradle for the LR4 and realized there is no cutout to allow room for the control cable… Am I missing something, or did I print the wrong file?

1 Like

I am going to have to make an edit to help with that.

1 Like

If you have a Dremel tool, or something that can cut a little notch into it, you can modify it to serve without having to re-print it. So sorry for the oversight.

Thank you, Sir! Happy Sunday!

Your contributions are amazing.

1 Like

Sharp looking pendants!!

1 Like

Thanks Doug! Now I just need to figure out how to get it to connect to the jackpot board.

Just starting out so I will use the Web UI at first, but I’d like to have the pendant functioning so it’s a viable option.

2 Likes

So, assuming you’re using Bart’s starter kit, and that you have the 6-pin cord that Bart recommends for it, then one PCB plugs into the Jackpot, and the other goes into the pendant. Also assuming you have installed the firmware onto the M5Dial as shown in the wiki

Then, finally you’ll need to modify your config.YAML file as shown in the wiki, but with a key difference to the GPIO numbers for transmit and receive. I explain the GPIO edits in my build thread here: Fluid Dial (Fluid NC dial pendant by Bart Dring, using M5 Stack's M5 Dial) - #9 by DougJoseph

1 Like

Just to be clear, you quoted only a part of the full config.yaml settings that are needed. If using Bart’s kit- the full set looks like this:

2 Likes

Yep, and in my original posting, I had missed my mistake on that until it was too late to edit the post. In my “quote” of it above, in the last image, I replaced the original image with a revised one that has the red square extended to surround the last bit of code I had failed to highlight in the original post.

Thanks for making sure to call attention to the full code snippet!

1 Like

Here’s a screen shot (in Visual Studio code) of my config.YAML file, and a copy and paste of the code. I think it’s identical to what @MakerJim shared above, down to the last letter.

uart2:
  txd_pin: gpio.14
  rxd_pin: gpio.13
  rts_pin: NO_PIN
  cts_pin: NO_PIN
  baud: 1000000
  mode: 8N1

uart_channel2:
  uart_num: 2
  report_interval_ms: 75

GM, Doug.

Can you share a link to that wiki?

Ty

1 Like
3 Likes

@Michael_Melancon beat me to it. Also, I’m pretty sure it’s linked from my build log too.

1 Like

Doug, what magnets did you get?

Can I download the config file from the Jackpot, modify the lines of code, and then upload back to the jackpot all using the webUI and wifi?

2 Likes

Yes you can.

After upload, you will just need to restart the board.

3 Likes

thank you Mike!

on it!

2 Likes

my gut is saying “make a copy of the config.yaml file and rename it (OLD) so that I have a backup in case I FIUBAR”…then I’ll have a way to recover :thinking:

4 Likes

Thank you, Mike and Doug!

6 Likes