cguerrero1205 / LCD_GRBL

Offline controller for CNC with GRBL 1.1
GNU General Public License v3.0
65 stars 27 forks source link

Arduino Uno (Nano) - Arduino Uno #9

Open IgorSilchenkov opened 2 years ago

IgorSilchenkov commented 2 years ago

Здравствуйте! Очень понравился Ваш проект. Спасибо, что поделились! Подскажите, возможно ли использовать в качестве базовой модели Arduino Uno или Arduino Nano? И на сколько сложно переделать программное обеспечение? Я начинающий пользователь, поэтому опыта программирования Arduino нет. Спасибо заранее за ответ!

juanuze22139 commented 1 year ago

please need to LCD _GRBL uno code

cguerrero1205 commented 1 year ago

please need to LCD _GRBL uno code

Hello, I developed the code on Arduino Mega due to its size, which couldn't fit on an Arduino UNO and limited the number of functions I wanted to implement. I based my work on someone else's code who had already developed it on Arduino UNO, but unfortunately, their code is no longer available.

Could you try to transfer it to Arduino UNO? You would only need to implement the serial communication of TX0 and RX0 and remove the functions you don't think are necessary, so that they don't exceed the memory capacity of Arduino UNO.