Teensy 3.5(6) PCB cut :)

Status
Not open for further replies.

vladn

Well-known member
Hi everyone,

Can Teensy 3.5(6) PCB be safely cut with the dremel along the p27 - p38 line ? I do not need the SD card option and prefer to save some space.

(BTW I got good progress programming SI5338 via I2C and started working on a LF-HF RX "shield")

Regards,
Vlad
 
there are 6 layers of copper in and on the teensy board. as copper tends to "smear" when cut, there is a high chance of creating shorts between layers with this smeared copper. So no, it is not save to cut the board.
 
People have done cut boards in various orientations before but as Ben noted there are 6 layers in there that will potentially end up randomly touching. There is also the fact that dremeling fiberglass is really not a good idea unless you have some serious dust control. And a way to get that fibre+copper dustout of the Teensy once you are done (seal the keep end of the PCB?)

I'd differ from Ben though in saying that it could be done if:
You are prepared to blow several boards learning how to do it (this could be expensive)
You have some method to test all the needed parts of the board once you are done (breadboard/pogopins) before soldering for vibration damage during the cut
You come up with some way to test the critical connections with a meter as still seperate (gnd/3.3V/5V) against an uncut board
You make sure your code never activates the pins in the cut end of the board (including the now removed SD card)
You can accept slightly higher power consumption
You can accept a couple of pins not working post this process - It would be unusual if the PCB routeing took any signals out into the cut area and then back to pins in the keep area, but only way to find out is to do it*
You are happy to accept advice from people on the internet who may be trolling you into something expensive

*someone making a narrow Teensy 3.2 by shaving the outsides off took out pin connections that looped outside the holes and into the cut area

This is based on the fact that teensy pins are disabled on power up, so you can have pin to pin, pin to 3.3V and pin to gnd connection without trouble as long as you never once enable the pins, only cost will be slightly leakage current through those pins if they are in contact with 3.3V. What you cannot have is 5V connected to anything, hence advice to check the resistance values post cut before powering up. If you do find a connection it will be a case of some tedious work with a magnfier and a knife. Though if you have PCB etchant it might also be possible to hang the cut end in it to strip back all the exposed copper from the cutting (hopefully without dissolving anything you need).

Overall you need to consider the first and last points above against how much you need a sawn off board, and how much you are prepared to pay to learn if it is possible.
 
Not worth the trouble (I just thought that the pin line p27-p28 was intended for that, but apparently not). I am happy with with what I have anyway.
Ordered a pack of stackable headers from Adafruit and slowly/painfully working on the PCB for my mk2 RX.
 
I've used 3.1 on "mk1" of this receiver. However I much prefer having a hardware single precision FPU as I write some of my own DSP code. Also I needed few more pins for a comfortable UI. The 3.6 length was a just minor nuisance.

I just got 90% of the schematics into the Diptrace CAD and started thinking about the layout of the RX board. The board will have stackable connectors and sit in-between Teensy and the Audio adapter. All RF/analog parts/traces will be on the Audio adapter side but a little away from it (not under). Teensy will be mounted on the opposite side, which is mostly a ground plane, plus few digital traces. That part of the layout is more or less clear. However OLED, buttons and encoder placement need some serious thought...
 
I've got the board manually placed/routed in the Diptrace Lite. I managed to squeeze the number of Teensy control signals such that 3.1/3.2 would work (hopefully) with a slight mod to mk1 software. But the mk2 will use 3.5/3.6 and most software updates will not be compatible with 3.1/3.2. The board dimensions (including stacked Teensy and the audio adapter) are 4.3"x2.6". It will use 1.3" diagonal OLED, 3 UI buttons and an optical encoder.
No case planned for now, at best - perhaps a pair of single-sided FR4 covers mounted on standoffs and working as an RF shields as well as dust covers...
 
Status
Not open for further replies.
Back
Top