grblHAL / STM32F4xx

grblHAL driver for ST STM32F4xx (Nucleo-64, Blackpill)
Other
93 stars 87 forks source link

PnP Project #23

Open qiwalker opened 3 years ago

qiwalker commented 3 years ago

hi,

im on going develop PnP machine, and for the core will use the black pill anyway thank you for creating GRBLHAL its great!

back to the machine , it using 4 head for pick and place and each vacuum has vacuum sensor, is it possible to get more 4 output and 4 input using GRBL HAL ?

thanks

terjeio commented 3 years ago

The driver currently supports up to 6 inputs and 3 outputs via GPIO and can easily be extended. You will have to create a map file for your board, however I suspect the Blackpill does not have enough GPIOs and you will have to add a GPIO extender and support code for that? A better choice would be a Nucleo-64 board?

qiwalker commented 3 years ago

ouh i see, i will try to use due core board

but still need your help to change the EEPROM port in the code

meanwhile i will design the expansion PCB.

qiwalker commented 3 years ago

hi @terjeio

dow you any plan to implemented 5 or 6th motion planner ?

terjeio commented 3 years ago

dow you any plan to implemented 5 or 6th motion planner ?

Not in the near future, but have been looking into how to separating planner and stepper code from the rest of the core in a way that would allow it to run on a second core. I believe this would simplify replacing it with higher order motion planners later on.

With luck maybe somebody else will come up with the needed code?

qiwalker commented 3 years ago

i hope so, did u have take a look for g2core the motion is good but little bit slow than grbl

qiwalker commented 3 years ago

hi, can i get your contact ? i had project need your help as freelance any discussion let's continue by email.

Removed email address.

terjeio commented 3 years ago

Please add a comment with your email adress then and edit it out afterwards.

qiwalker commented 3 years ago

hi terje any update ?

thanks