Devtronic SmartPendant - a way to control grblHAL based CNC machine without PC #465
Replies: 11 comments 14 replies
-
very nice, alot of features packed in there. You could get alot of jobs done with out needing a sender app. |
Beta Was this translation helpful? Give feedback.
-
@terjeio, there is a bug on "Probe" screen - it may move spindle down instead up after probing. It fixed in source code on GitHub, please update it before try. |
Beta Was this translation helpful? Give feedback.
-
How does it connect to grblHAL? I see the UART - is that it? Does it use the cable for comm as well as power? If I wanted to support this with my breakout boards what would I need to do? How much current does it draw? What is the purpose of the MPG_EN pin? |
Beta Was this translation helpful? Give feedback.
-
Yes, that is it. GND, UART TX, UART RX and +5V. One cable holds power and data.
MPG & DRO mode -> Mode switching: "Mode switching is either by signalling via a dedicated input on the controller or via a real-time command character 0x8B". MPG_EN is dedicated control request line that can be used to request control if controller has it. Otherwise real time command can be used to request control.
About 200 mA.
Two UART(TX and RX) lines and power(GND and +5V). There also some settings on grblHAL side needed, but you better ask @terjeio about it. For my board I have to select "MPG & DRO mode: Test 2" on Plugin page in Web Builder. |
Beta Was this translation helpful? Give feedback.
-
@phil-barrett, I decided answered there to this post: #462 (reply in thread)
Skeptical too much or too little? Or if I will be able to deliver for this price? All components and materials cost about $50. So, 100% "profit" pretty damn good. But "profit" in a quotes for a reason:
There is some complexity. JLCPCB will not solder BlackPill, so some soldering needed even if they will place all other components. Then boards have to be washed in isopropyl alcohol, rinsed in water and dried with shopvac in blow mode. I also used trough hole components because of space(connector for BlackPill) and robustness(buttons, SMD can rip of traces if press too hard) and because of that all this protruding pins have to be milled out to 0.3-0.5 mm height to install display. At this point I do it manually, but in future I plan to make a jig to clamp it easily on a mill and some software to use 3D touch probe to measure height map and mill everything automatically. Then VHB tape(0.7 mm thickness) have to be applied to board, kapton tape have to be applied to back of the display(additional protection to prevent any possible shorts) and both can be glued together. Sounds as a lot of work, but for bathes of some number of boards shouldn't be too bad. Then case have to be 3D printed(I print cases from PLA - may be not a best choice, but easiest to print) and board should be fit into it(some mechanical work needed too, but much less than my first prototypes). I probably will sell those boards(including handwheel) without case cheaper at some point for customers willing to print their cases themselves and fit board into it. |
Beta Was this translation helpful? Give feedback.
-
Not really an easy post to follow but if you are actively selling these I will buy one. Got a project I am starting sometime soon that I would like to usse this for. |
Beta Was this translation helpful? Give feedback.
-
Have you given any thought to releasing the firmware under an open-source license so that others can use it and help you grow the project as a whole? |
Beta Was this translation helpful? Give feedback.
-
Sorry, I was meaning the questions, commments, and answers jumping into another post then back to this one. Not a comment relating to grammer or language ,
Your doing fine.
Thanks its sent |
Beta Was this translation helpful? Give feedback.
-
The project now fully open source including the PCB: https://oshwlab.com/nick_shl/smart_pendant |
Beta Was this translation helpful? Give feedback.
-
A new video about SmartPendant compatibility: @phil-barrett I finally redesigned SmartPendant PCB to make it way easily to assemble and plan to sell kit version of SmartPendant withing a couple of weeks. You cold check the video to figure out if it will be compatible with your controller. |
Beta Was this translation helpful? Give feedback.
-
Hi Everyone!
This is the demo of my SmartPendant: https://youtu.be/z-IoQAUr2qA
Source code can be found there: https://github.com/nickshl/SmartPendant
And board schematic along with files for case can be found there: https://github.com/Devtronic-US/SmartPendant
Beta Was this translation helpful? Give feedback.
All reactions