Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Simple CNC setup for hacking my Wife's Cricut Mini

License

NotificationsYou must be signed in to change notification settings

seishuku/TeensyCNC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeensyCNC, CNC controller using a Teensy 3.x!

Currently only 2 axis, but easily expanded.Made to hack my Wife's Cricut Mini, because Provo Craft sucks and wants you to pay them to be creative (and now that they've discontinued it and basically bricked it!)I want to cut/draw what I want, not something that's in THEIR clipart library AND have to pay for it as well!!!

Besides that, it's also a fun project! :D

Connection information:

Original PIC24FJ64GB002 (Master PIC - handles USB interface, command queing/excution, motion control):

DescriptionPinPinDescription
---128---
---227Ground
---326motorYb
---425motorXb
---524motorXa
motorYa623---
---722USB Data -
Ground821USB Data +
---920---
Power button1019---
Head solenoid1118---
Load button1217---
---1316---
---1415---

Original PIC16LF1823 (Slave PIC - handles counting quadratic motor encoder pulses, passes the data to master PIC via SPI):Note: this is a 14 pin chip, and the board has a 20 pin location.

DescriptionPinPinDescription
---114Ground
encoderXb213---
encoderXa312---
---411encoderYa
---510---
---69---
LED enable78encoderYb

Connections to the Teensy:

Connection at CricutConnection at Teensy
motorXaTeensy pin 21 (PTD6, PWM output)
motorXbTeensy pin 20 (PTD5, PWM output)
motorYaTeensy pin 23 (PTC2, PWM output)
motorYbTeensy pin 22 (PTC1, PWM output)
encoderYaTeensy pin 17 (PTB1, interrupt input)
encoderYbTeensy pin 16 (PTB0, interrupt input)
encoderXaTeensy pin 11 (PTC6, interrupt input)
encoderXbTeensy pin 12 (PTC7, interrupt input)
Load buttonTeensy pin 14 (PTD1, interrupt input)
Head solenoidTeensy pin 13 (PTC5, Output)
LED EnableTeensy +3.3v
GroundTeensy Ground (may be grounded via USB B connector)

Note:Power button is currently unused and unconnected. Future use?

For USB connection, I used a chopped off USB MicroB cable and soldered the wires to the pins on the bottom of the board.

Motor connection (from left to right, looking at the connector - not needed, just for reference):

PinDescription
1motor -
2motor +
3sensor com
4A
5LED +
6B

[8]ページ先頭

©2009-2025 Movatter.jp