Any tips / suggestions or experience having solutions manufactured w/ a Teensy?

madmyers

Active member
As I'm working through my prototype, I'm starting to consider how a hobby product with Teensy on a custom pCB could get manufactured.

I've order PCBs from JLCPCB with success, but I'm not sure how the complexity of acquiring Teensy's would work or how they would mount them. If I go to scale, which I assume is 100s not 10,000s, don't want to be soldering the Teensy's on there.

It's also complicated because I do want the Ethernet.

It would be amazing if anyone could share their experiences or thoughts here. Thank you.
 
Since you are mentioning Ethernet, I assume you are talking about the Teensy 4.1, correct?
For a 100pcs series, I would consider using low-profile IC sockets like this:
1727381941577.png

You would need to purchase the Teensy 4.1 with soldered pins and Ethernet chip then.
For the Ethernet signals to be fed out to the Ethernet jack on your custom PCB, you have 2 options:
1. solder a 3x2 2mm header on the top of the Teensy 4.1 and use a flatcable to your custom PCB like the Teensy Ethernet kit,
or 2. solder a 3x2 2mm header on the bottom of the Teensy 4.1 and use an appropriate 2x3 2mm socket on your custom PCB.

Either way, personally I would not purchase a Teensy 4.1 via JLCPCB but do this privately, and solder the 3x2 2mm header myself.

You may want think about shock & vibration requirements for your complete assembly when using a socketed Teensy.

I realize that there may be lots of other scenario's as well, so hopefully others chime in too.

Paul
 
There are places that will supply the Teensy 4.1 with attached IO and ethernet headers, e.g. protosupplies. So you'd be paying ~$3 more per unit to save the trouble of adding the ethernet header yourself.
 
I have some experience in this area.

Generally Teensy are socketed rather than soldered directly to the PCB for easier serviceability. Have JLCPCB install sockets for you and install the Teensy yourself since it just needs to be plugged in.

As already mentioned, you can modify the Teensy yourself or it can be ordered in whatever configuration you want from ProtoSupplies.com. If you are making product for sale you will want to ensure the quality is good to avoid problems in the field. If you do the rework yourself, I suggest making a bit of a fixture to hold good connector alignment and also have a good magnification setup so you can be sure of the quality of the soldering and not rely on testing to try to find poor soldering joints.

Be aware that the regular IC style sockets like shown above will not work with the large 0.064" square Teensy pins. You need to use a couple of 1x24 female header sockets like shown below. JLCPCB carries these, but they are not always in stock.

1727387074742.jpeg


For connecting Ethernet, as already mentioned a cable can be used with the male header on top of the Teensy and connect it to a similar header on your baseboard as below. This works fine, but the connection is not a locking style, so the cable could come loose under vibration or shock

1727387537131.jpeg


A better solution is to use a female header socket on the bottom of the Teensy which mates with an extended reach male header that is on your baseboard. The extended reach male header is required to make the stack-up work with the female header sockets shown above. The problem with this approach is that JLCPCB won't have these special length male headers. They are available from PJRC or ProtoSupplies.com but difficult to find anywhere else.

1727387784986.jpeg


1727387642022.jpeg


As an alternative, you can swap the male/female headers, so the Teensy looks like shown below. In that case, JLCPCB has a compatible female mating connector they can solder for you. This version of Teensy with the extended reach male header is currently made for AgOpenGPS applications (robotic harvesting equipment).

1727387934232.jpeg


If you need a lower profile setup, then shorter pins can be installed on the Teensy to mate with shorter female header sockets. In that case, the stack-up works out so that a regular length male Ethernet header can be used rather than the special length one. I don't think JLCPCB has short mating female headers, so if you went this route, you would probably need to install the female headers yourself. I wouldn't go this direction unless you really need the shortest height possible.

--- Ken
ProtoSupplies.com
 
This is all AMAZING info, really really appreciate it. Would love to hear more, if anyone has stuff to share. Really helpful. Thank you.
 
@PaulS @KenHahn Are those version of Teensy you sell (with the headers or with the headers+ethernet) the secure Teensy variant? That's what I'd need. I didn't see it mentioned, but perhaps I missed it.
 
Yes, the Teensy can be configured in any way that is needed including being based on the lockable version of Teensy. You can reach me directly at ken@protosupplies.com if you want to discuss any details further.

--- Ken
 
Back
Top