Hello all, new to the group and I am needing some help
I recently acquired a LowRider V2 from a local Enthusiast but the Controller was fried from error the previous owner did but everything else is in great shape. I am currently not in a position to upgrade to V3 just yet.
I am wondering is it possible to use or if anyone has used the Jackpot controller on the V2 LR?
if so any advise or where to start?
Thanks for any help!
Yeah it should works as is just be careful not to home the Z axis. The LR2 did not have that as the LR3 does. Besides that nearly plug and play I believe.
Hi, I will post photos soon. as of this moment I have the motors connected to the Jackpot, I went to the FluidNC site and tried to jog the X and Y axis, but the motors did not move… Am I missing a step with the FluidNC interface setup? Also the Motor connections do not have a locking tab for the ports on the JP. is there a way to make sure I have them in the right orientation ?
Grbl 3.7 [FluidNC v3.7.12 (wifi) ‘$’ for help]
$ss
[MSG:INFO: FluidNC v3.7.12 GitHub - bdring/FluidNC: The next generation of motion control firmware]
[MSG:INFO: Compiled with ESP32 SDK:v4.4.4]
[MSG:INFO: Local filesystem type is littlefs]
[MSG:WARN: Cannot open configuration file:config.yaml]
[MSG:INFO: Using default configuration]
[MSG:INFO: Axes: using defaults]
[MSG:INFO: Machine Default (Test Drive)]
[MSG:INFO: Board None]
[MSG:INFO: Stepping:RMT Pulse:4us Dsbl Delay:0us Dir Delay:0us Idle Delay:255ms]
[MSG:INFO: Axis count 3]
[MSG:INFO: Axis X (-1000.000,0.000)]
[MSG:INFO: Motor0]
[MSG:INFO: Axis Y (-1000.000,0.000)]
[MSG:INFO: Motor0]
[MSG:INFO: Axis Z (-1000.000,0.000)]
[MSG:INFO: Motor0]
[MSG:INFO: Kinematic system: Cartesian]
[MSG:INFO: Using spindle NoSpindle]
[MSG:INFO: STA SSID is not set]
[MSG:INFO: AP SSID FluidNCLRv2 IP 192.168.0.1 mask 255.255.255.0 channel 1]
[MSG:INFO: AP started]
[MSG:INFO: WiFi on]
[MSG:INFO: Captive Portal Started]
[MSG:INFO: HTTP started on port 80]
[MSG:INFO: Telnet started on port 23]
ok
IT’S ALIVE!!!
I tested each axis individually and they worked. I will text all axis together later today and share what happens.
Ryan Thank you so much!!
Just a note of something I realized today- you can send $MI at the FluidNC terminal at any time to have FluidNC attempt to initialize the stepper drivers. Better to just power the board up before conecting your USB, but in some situations it’s possible to recover from starting with only having USB power.
It also lets you re-apply the driver current if you edit the config.yaml, without needing to power cycle the board for this to take effect.
From the documentation here:
$Motors/Init
$MI
This is used to reinitialize motors. It is primarily for SPI and UART types. If you forget to have power on at startup or change a setting like run current. You can send $MI to reinitialize the motors.
That is a great find. I want to try that on a couple weird ESP32’s that did not pass testing. I really get the feeling the boot up on fluid is a bit too fast or something. That seems like it is worth a shot. I have a few that only show a couple of the drivers and if I reboot it show random one but never all, wonder if they are just a bit slow.