Forum Replies Created
-
AuthorPosts
-
ZootalawsMember
You can bypass it and use an external driver, which would be the easiest option if you’re not confident desoldering the ob-board one
This is well-documented in the documentation
You can connect external drivers to every port, so do the same for your 4-wire motor on other port
August 21, 2024 at 8:56 pm in reply to: Dual Gantry with floating base. How to set limit switches on each motor? #12194ZootalawsMemberThe better way is to use servo motors rather than steppers
Or…. Bridging the price gap, closed-loop steppers
You would need external drivers and to use in step/direction mode
August 11, 2024 at 8:59 am in reply to: How to update firmware on jtronic tinyg board not having a reset button #12191ZootalawsMemberShort pin pair P25, next to BOOT on the board
ZootalawsMemberYou would be better off to use a 12V supply for the laser. It’s probably cheaper than a DC-DC transformer.
The PWM output will be fine to use to control your laser, but you will need to have a different set of operating PWM parameters than you would for a spindle. Your LED laser (I presume) will be expecting a different range than your spindle.
This may help: https://jtechphotonics.com/?page_id=6798
- This reply was modified 3 years, 1 month ago by Zootalaws.
ZootalawsMemberIt’s the same as wiring any 6-wire to an aA4988
This covers it.
ZootalawsMemberNeed to make the CNC move as fast as in the below video link. Can someone help me do it?
I don’t understand the question.
What’s stopping you moving as fast as that machine?
What have you tried and what hasn’t worked?
I want to run like Hussein Bolt. Can someone help me do it?
If you don’t describe your problem, what you’ve done so far, and why yo’ve been unsuccessful, how do you expect someone that knows nothing about your machine to tell you what to do?
$XVM=5000 tells the machine what the maximum velocity should be when executing G0 moves. Why isn’t your machine traversing at that rate? What is happening? Are the TinyG stepper drivers big enough to drive the machine at that rate?
You’re asking a tiny little solid state stepper driver to drive what looks like at least 10kg of hardware at 5 metres a second. 18 km/h. Faster than I can walk and almost the maximum I can run.
I’ve got some pretty hefty machines and nothing I have runs at that rate.
I have a machine with hybrid NEMA32 stepper/servos running at 50V that can just reach that rate, using an advanced DSP controller that is about 20-50x faster than a TinyG
I’m not sure you have defined your needs properly if the TinyG was the answer to your requirement to go 5M/sec.
You certainly haven’t described your issue enough.
ZootalawsMemberWhatever.
ZootalawsMemberAll axes can be homed.
The docs use ‘x’ as the example, but xyz and abc are supported.
ZootalawsMemberYou don’t need to create a UI – there’s plenty out there to use.
Do you want to dedicate a computer to the job, or use a microcontroller or SBC like an ESP32 or Raspberry Pi?
If it was me, I’d buy a cheap Orange Pi clone and run some sort of GCode sender, like UGS: https://winder.github.io/ugs_website/
Load your Raspberry OS, load UGS, connect, send.
Doesn’t get much easier than that.
I would question the use of a TinyG for such a trivial task. A $10 Arduino shield would do the same job.
- This reply was modified 5 years, 3 months ago by Zootalaws.
ZootalawsMemberedit: can’t find the G2 support forum…
Wossappened?
- This reply was modified 5 years, 4 months ago by Zootalaws.
ZootalawsMemberIt’s all in the BOM on the github.
ZootalawsMemberZootalawsMemberTo prove it’s your F360 code, write a really simple G02/G03 arc cut
And create exactly the same thing in F360 – just a simple circle of the same dimensions
ZootalawsMemberYou can go further and make it wireless using ESP32 or Bluetooth.
Works great.
-
AuthorPosts