grblHAL / core

grblHAL core code and master Wiki
Other
323 stars 84 forks source link

SAM3X8E Ethernet #170

Closed MARIOBASZ closed 1 year ago

MARIOBASZ commented 2 years ago

Is it possible to connect grblHal with the Arduino Due board via Ethernet, and improve electrical noise problems? Ethernet is not in the SAM3X folder. Is Bluetooth a good option for electrical noise?

terjeio commented 2 years ago

It should be posible provided somebody writes/debugs the neccesary driver code as I am not planning to do so. AFAIKT the Ethernet PHY pins are not brought out so not entirely easy? A cloned board has and may be a better option? Or better switch to a more modern processor that already has ethernet support such as the iMXRT1062 or STM32H7Fxx driver by @dresco?

Is Bluetooth a good option for electrical noise?

If noise is a problem I would not go for radio-based communication.