Separate names with a comma.
Some features disabled for guests. Register Today.
Yes. Make sure your are setting your motor drivers to the below the rated current for your motors. They tend to get hot when you put too many amps...
Still ongoing and pushing hard to get it done. The port to ARM is done, and hardware abstraction layer is also done. Close to completing the new...
I’m sorry that you’re giving up. But in my defense, I have also repeatedly given you my advice. Each time, it’s been clearly ignored. Again,...
The USB serial device in the Arduino is directly connected to the external RX and TX pins. It's exactly like what you are trying to do with your...
I'm perfectly willing to accept there is a problem, if there is one, but it's not clear that there is one at all. First, given the fact that I've...
The Raspberry Pi is just one example. I have personally used a spare Arduino to convert the Wii joystick input to a stream of serial commands...
Yes it has been tested with direct IO serial. See Raspberry Pi Shied by Protoneer. I strongly suggest you check your streaming source code and...
Not sure what else to tell you since you seem to be fine doing things on your own. Going over 30kHz will make Grbl unstable and behave...
Usually but EMI can be hard to diagnose. Often it’s coupled with certain motion or a spindle turning on, which is timed with your streaming or...
Hard limits are disabled by default. Make sure you filter for electrical noise with a small capacitor. Otherwise, you will get a lot of false...
Problems like this one are usually related to buffer underruns somewhere in the stream or EMI issues causing data corruption. First, if you are...
The CH340 issue will only crop up when you are streaming very heavily, near the bandwidth limit of Grbl. The buffers are poorly managed and will...
The Grbl wiki pages explains these values clearly. You don't have to mess with junction deviation or arc tolerance until you have a special...
Sorry about the late reply. I don't check this thread as often as I should. The planner places motions into a queue and plans over those queued...
At 30 lines per second, you may run into streaming issues. It depends on how fast you are moving. Also make sure that step idle delay is set to...