Jump to content
43oh

Recommended Posts

I have recently been working on a CNC BoosterPack that I will make available on Github when completed later in the spring.

5a41a4b21e866_CNCBoosterpackF.png.62007ea7fe975c6ee99f669eb4662b80.png

 

5a41a4ace1da6_CNCBoosterpackB.png.95df580a72b3360f5ab33e38eb06c007.png

Current specifications:

Support for my HALified version of GRBL (based on 1.1), currently drivers has been made for MSP432 (black version), Tiva C and MSP430F2955.
NOTE: firmware is built with CCS 6.1, MSP432 driver is 100% CMSIS based.

Opto-coupled inputs, NC switches recommended.

Opto-coupled outputs with 200mA open drain drive for spindle on, spindle direction, flood and mist.
Can drive most relays and solenoids directly.
Output section can be powered from internal 3V3 or 5V source, or from external source.
If powered from external source outputs can be made opto-isolated via jumper setting.

PWM-output for spindle speed currently directly connected to MCU pin (could be changed to open drain).

I2C (IIC) interface with selectable voltage level (3V3 or 5V) via level shifter, dedicated interrupt input.
I2C pinout compatible with my 4x4 keyboard project, supports jogging etc.

Optional EEPROM for configuration settings for MCUs with no internal EEPROM.

Polulu 8825 motor driver breakout board compatible. Fault signal routed to GPIO input.

Considered for later revision:

Break out SPI interface and add full support for Trinamic motor drivers.
Optional (SPI) DAC for motor speed (laser power) control.

This might require a 4-layer PCB and also solving the pinout cabal...

---

Anything you want changed?

Terje

Link to post
Share on other sites

@bluehash Thanks. This is not a commercial project, only a small batch of boards will be made and my plan is to make a few available at cost.

@jazz I am not sure I understand your point, the ICs will be run well below their max power rating and output transistors are placed close to the connectors so that the connector pins acts as heat sinks. The motor drivers will be the only components with significant power draw/dissipation, this may cause a bit of heating above ambient for the pcb tracks going to the motor connectors. Shorter tracks would be better but (IMO) lead to a more messy design. Also, when routing, I was a bit surprised that I ended up with relatively few vias and fairly clean ground planes.

I could have dropped support for the MSP430F2955 launchpad to allow more flexible pin assignments and thus made routing easier. However, since I was able to make a driver for GRBL I wanted to add it. This also means the design follows the BoosterPack design guidelines more closely (but still not 100% compliant).

Terje

Link to post
Share on other sites
  • 3 months later...
  • 5 months later...

Driver code for a few boards is available from my github account. A PCB design with reduced size allows two boards to be mounted to the EK-TM4C1294XL LaunchPad providing up to 6 axes of control (needs to be verified). I have also added TCP streaming to the EK-TM4C1294XL LaunchPad but usure if I can publish the code due to the "viral" clause in many of TIs files - even the startup code 🙁. Grbl is released under GPL and I have a hard time understanding the legalese related to that...

I am currently working on a DRO/MPG for my lathe with Grbl running on a MSP432, and the DRO/MPG code on a Tiva C/MSP430 combo. Threading support is a part of that work and hopefully I'll be able to get it working reliably - looks promising this far.

IMG_8515.thumb.jpg.1b31f3a9166f6e3f3d6988a79bb5235a.jpg

 

Link to post
Share on other sites
  • 9 months later...

Original CNC BoosterPack layout improved, shorted a bit and more ground pins made available for simpler wiring. A second version has also been made aimed at Trinamic TMC2130 drivers in SPI mode. This sports a MSP430G2553 used as a SPI <> I2C bridge and for driver monitioring (overtemperature etc). Shortened PCB means that two may now be mounted on LaunchPads with dual BoosterPack connectors - allowing up to 6 axes to be driven. GrblHAL support for Trinamic version nearing completion for MSP-EXP432P401R.

Terje

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...