2022-09-14 09:02 AM
Hello - Does anyone know of a Gcode interepreter for the STM32L4. I am building a 6 axis robotic arm and want to use my nucleo board (with L4 series) to control the motors. I have put alot of time and effort in finding gcode interpreter but haven't found anything informative. Can anyone please help me
2022-09-14 09:42 AM
Why projects on github are not suitable for you? They shouldn't be difficult to port to L4+.
https://github.com/grblHAL/core
https://github.com/technosar/GRBL_STM32
https://www.makerfr.com/cnc/grbl-32-bits-board/firmware-grbl-stm32-personnalise/
...
2022-09-14 09:53 AM
Thanks Nikita for sending GitHub links . if you find some more links please send it here
2022-09-15 04:01 AM
Hi Nikita ,
I have a few more query.
1.Can we have any alternative of GRBL which will support for STM32 L4 series of board ?
2. Which G code generator and G code sender will be recommended to use here ?
2022-09-15 09:47 AM
I'm sorry, I have no knowledge of G Code, and don't use it. I was just asking why you weren't porting an existing project to L4.
2022-09-15 10:53 PM
Can you please guide me , what are the main places in the code file which I need to take care or need to modify for migrating it from STM32 F7 series to STM32 L4 series ?
I wanted to control multiple motors in my application wrt angle , direction and distance, for this purpose I am trying to use GRBL software ( which basically works as a parser for G code). This GRBL software is open source and will be running in the STM board.
Please share if you have any idea or guidance on this . Your response will be helpful .
2022-09-18 11:45 PM
Hi ,
Waiting for any update from your side. Please response on the above query.
Thanks
2022-09-19 05:21 PM
Nikita already said that he has no deeper knowledge of G-code. Also people share the knowledge when they can and nobody here has any obligation of doing your job. The basic principles are always the same - either you research the topic and do the job or you hire someone, who does it for you.