Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LCD for grblHAL (Teensy) #4

Open
mundsen opened this issue Dec 10, 2021 · 1 comment
Open

LCD for grblHAL (Teensy) #4

mundsen opened this issue Dec 10, 2021 · 1 comment

Comments

@mundsen
Copy link

mundsen commented Dec 10, 2021

Hi
I order this https://www.waveshare.com/wiki/Pico-Eval-Board
so I can use it to learn programming the pico

Can I use this with the code you use to display the grbl info in the LCD in this projct?

@terjeio
Copy link
Owner

terjeio commented Dec 10, 2021

Not without either adding host mode USB support to the grblHAL driver or wiring UART TX from the Teensy to GP1 (which would require you to cut the connection to the CP2102 - by trimming the Pico GP1 pin off?).

Parts of my code can be used, perhaps only the parser as it may be easier to use driver code already available for the attached display to display what you want.

Then the output stream from the Teensy has to be duplicated to the UART port if connecting via USB or Ethernet, I have changes coming which will make that easier - either via a simple plugin or a compile time definition.

I have to get the Pico MPG board sent off for manufacturing. Too little time for all I want to do...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants