Your Position: Home - Wireless Networking Equipment - LTE Cat 4 Cell Modem Card - Framework Community
Ok guys, My name is Tim and I would like to introduce myself. I am an engineer with over 20 years experience in making innovative designs from military vehicle modifications to commercial tools. After seeing Framework for the first time I have fallen in love with their vision and want to help see their concept get off the ground. To that idea I decided to do what I do best…
For more information, please visit Getspeed.
Design Something.
So I present my first design for framework. The Cat 4 LTE modem.
There were a few design challenges with this one, including:
- Finding a modem module to fit in the housing
- Specifying available components
- Getting an antenna connection
Now there is no way we can fit the antenna in this module as well for sizing as well as I don’t have the facilities to test antenna efficiency. But I have provided 2 MMCX connectors for a primary and a diversity antenna(optional).
The main features of this module are:
- Using a Nano Sim Card
- Fully fits within the expansion card dimensions (*mostly, the antenna connectors required an extra 0.5mm length, I swear you won’t see it )
- Transmit LED Between the antenna connectors
- Cat4 Speeds (150 Mbit/s downlink — 50 Mbit/s uplink)
Verizon support:
Want more information on 4G LTE Dongle? Feel free to contact us.
- LTE bands B2, B4, and B13
- UMTS bands B2 and B5
AT&T Support
- LTE bands B2, B4, B5, and B17
- UMTS bands B2 and B5
The goal of this module is to provide a fully contained modem within the outline of the expansion module. Things like faster connections/Integrated antenna/other provider support will require a larger module.
When fully inserted the SIM card is hidden below the rail of the card.
- {Image of the card fully inserted ISO View - not included due to new user restrictions}
- {Image of the card fully inserted Front View Wireframe - not included due to new user restrictions}
PCB Views:
- {Image of the PCB Top Side - not included due to new user restrictions}
- {Image of the PCB bottom Side - not included due to new user restrictions}
I am working on getting quotes and other required information to apply for the Developer program. I am also looking for ideas for my next card development. Please provide some feedback and let me know what else you guys would like me to work on.
@Framework I have ordered a card sample to look at your production assembly methods, I saw that it shipped and am looking forward to disassembling it. but this module has a tight fit, I am looking for tips on how to add the “lid” to this with how thin it needs to be over the module. I will include this in my Developer Program application but figured I would ping you here, too.
Project Status:
For more 4G WiFi Routerinformation, please contact us. We will provide professional answers.
Would you consider an AT&T Velocity (rebranded ZTE MF923) battery operated mobile hotspot a dongle? If so, I use it semi regularly connected to the usb port of a WNDRv1. The micro usb port of the Velocity provides data and power from the router, so the hotspot is always powered. I simply change the WAN port to 4G, and away we go, usually. Once in a while I might have to reboot one or the other to get FT to acquire an IP address on the wan port, but never too problematic.Added to the Dongle compatbility table.
If this device is not considered a dongle, you may disregard this message.
I simply change the WAN port to 4G, and away we go, usually. Once in a while I might have to reboot one or the other to get FT to acquire an IP address on the wan port, but never too problematic.I wrote the following script and I add it to the USB and NAS -> USB Support -> Hotplug script section when tethering because of this issue:
if [ "${ACTION}" = "add" ]
then
service wan restart
elif [ "${ACTION}" = "remove" ]
then
dhcpc-release
fi
It isn't perfect (I believe it experiences a series of "add" events in a row when connecting, which causes a series of slow WAN connect/disconnects), but I find this outcome (taking a couple of minutes to fully connect) far better than the alternative of losing connectivity and it not automatically (and always) reconnecting itself at an unattended location.
I wrote the following script and I add it to the USB and NAS -> USB Support -> Hotplug script section when tethering because of this issue:I think this is a good starting point but we need to work on the script. As you rightly mention this assumes that the USB device it's a 4G gateway e.g. we dn't want to restart the wan when a USB storage is plugged. I don't have any 4G device with me where I am now but could you see if monitoring the dmesg before and after 4G is connected gives any important hints? A must have is the USB port number for devices with multiple USBs. All I see is the following message regardless of what kind of device is connected:
Bash:It isn't perfect (I believe it experiences a series of "add" events in a row when connecting, which causes a series of slow WAN connect/disconnects), but I find this outcome (taking a couple of minutes to fully connect) far better than the alternative of losing connectivity and it not automatically (and always) reconnecting itself at an unattended location.if [ "${ACTION}" = "add" ] then service wan restart elif [ "${ACTION}" = "remove" ] then dhcpc-release fi
Feb 3 17:05:06 kern info kernel usb 2-1: new high speed USB device using ehci_hcd and address 4
Feb 3 17:05:10 kern info kernel usb 2-1: USB disconnect, address 4
16
0
0
Comments
All Comments (0)