Small keyboard for GRBLhal Teensy #793
Replies: 3 comments 10 replies
-
This is used by quite a few folks in the DIY PrintNC community: https://github.com/Expatria-Technologies/RT_Jog_Controller/blob/main/README_cdn.md The daughter board is designed to mount on the flexiHAL control board, but it just communicates via i2c. I have personally also used it to prototype with some more generic RP2040 boards by jumping the appropriate connections on a breadboard. |
Beta Was this translation helpful? Give feedback.
-
I got all the hardware now to test it out. Building a hex in the web builder. Trying to enable keypad plugin via i2c and the display plugin via i2c SSD1306 but get build error. Are these i2c on the same adress or something or why do I get an build error? Command failed: pio run -etest -cjob.ini |
Beta Was this translation helpful? Give feedback.
-
Allrigt, everything is connected and new firmware is programmed. I enabled the i2c keypad plugin and the i2c display plugin. I have nice text in the oled saying "no connection". So I figure I need to use the Expatria plugin. I think that plugin is altered to make things work as intended. Do I need to manually set up an full compiling enviroment to include that plugin? Or should something work with the original keypad plugin? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running GRBLhal on a teensy and love it, works like a charm. Sometimes i just use my cnc to drill a hole or want to lift the Y-axle to change a tool. What im looking for is a easy keyboard to move axles and mayby start the spindle. There is a keyboard-plugin with a keyboard example, but have never programmed that type of uC, just avr and arduino. Maybe its easier than I think it is to build. The GRBL-panel is a bit of a strech for what I need. Has anybody made a working easy pendant for GRBLhal? Maybe an i2c keyboard with arduino library. What are my options and what does people use? Usually I run GRBLhal with gsender and a streamdeck with key commands but would like to have something controling the teensy direct without starting the computer. Are there more options?
Beta Was this translation helpful? Give feedback.
All reactions