GithubHelp home page GithubHelp logo

grblhal / msp432p401r Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 336 KB

grblHAL driver for MSP432P401R (MSP-EXPMSP432P401R LaunchPad)

License: Other

C 96.68% Batchfile 3.32%
cnc grbl grblhal grbl-firmware msp432p401r launchpad cnc-boosterpack

msp432p401r's People

Contributors

terjeio avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mlewus

msp432p401r's Issues

"MSP432P401R" How to use the keyboard

I use MSP432P401R to run grblhal. I want to ask how MSP432P401R connects to the keyboard, or how MSP432P401R connects to the "GRBL_MPG_DRO_BoosterPack" project. I can't find the relevant instructions.

At present, I only connect the serial port of the "GRBL_MPG_DRO_BoosterPack" project to MSP432P401R, and my keyboard is now connected to the "GRBL_MPG_DRO_BoosterPack" project.

I see that the "GRBL_MPG_DRO_BoosterPack" project has a second I2C interface to relay keyboard data. I have connected this I2C interface with MSP432P401R, Press the button, nothing happens.

I see the following lines of code in the driver. c file of MSP432P401R:

#if I2C_STROBE_ENABLE
                case PinGroup_Keypad:
                    if(i2c_strobe.callback)
                    {
                        i2c_strobe.callback(0, !BITBAND_PERI(I2C_STROBE_PORT->IN, I2C_STROBE_PIN));
                    }
                    break;
#endif

I2C_STROBE_PIN Where should be connected? Does this pin tell MSP432P401R that the key is pressed now ?

If my "GRBL_MPG_DRO_BoosterPack" project is now in MPG mode, will the keyboard function be turned off ?

Can you give me some help? Thank you very much.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.