Free USB for UConsole

Thanks @Krim for an idea

If you want to extend your UC almost for free, you can re-use pcb which comes with non LTE unit.
There are 2 unused usb ports there, which requires some soldering

One is easy accessible


(2 in center is DP and DM), other - GND and 5V

Second one requires to take 2 contact for DP and DM from PCI connection and take 5V and GND from other places

I decided that i need only one external USB, and internal contacts i will leave for possible internal device mount.

With super glue, USB DIP pcb and strong knife you can cut out and mount usb directly to the board(could be safely cut where mounted, but is something would go wrong - you can solder all contacts, including speakers directly to pci)

I mounted it and re-used small black grill from other dead device to cover up(+bonus cooling)

9 Likes

for an external usb port i would suggest soldering a USBLC6-2SC6 in between, it is not required, but it will protect the main pcb from an electric discharge. you just need to solder one pin to the already existing 5V, the other to GND and then let D+ and D- go thru it.
pretty cheap: 5PCS USBLC6-2SC6 TVS DIODE 5.25VWM 17VC SOT23-6 NEW | eBay

Alternative: directly use a presoldered USB-PCB with it already installed, there are a few available on ebay/aliexpress, at least in europe.

2 Likes

Hey, thanks for your idea.
Is it possible to get a pinout of the pcb?

currently cannot tell you exact, as i filled this with glue. but reffer to the first photo and the comment. you could find there dp/dm and +5v/gnd, with multimeter you will easily determine power points, than just try ti connect some device. if not recognized - switch dp/dm pins

OK Thanks then i will probe around and see what i get. :slight_smile:

main is determine where is + and -, incorrect position of data wires will not broke anything

the pinout / schematic is in the official github of the uconsole

Thanks i find it myself after some google. :wink:
I got it working now i will add a usb hub board and see how far i can get.

Have you found how to do this on a 4g expansion board? Can you show in the photo how it was implemented? Does it work?

About to do this as it’s the last part of my mods and I’m freaking out. I suck so bad at soldering stuff this small. First I need to figure out how to strip these 4 tiny wires so I can even begin. Really hope I don’t botch this…

I’ve tried soldering to the first set of pins like in the first picture and in this video

I might be using the wrong pins though, reading that schematic pdf has me a little confused.
I tried soldering from the top left pin 9, 10, 11, 12
9 - VCC/5V
10 - D-
11 - D+
12 - GND

and I’ve tried inverting 11 and 10 as well, but all I get is 5V power and usb enumeration issues in dmesg. Am I understanding the pinout correctly?
It seems like in the first picture of OP here everything is to the left by 1, but if I get usb 5V it must be the youtube video that’s correct no?

I’m too dumb to parse the schematic myself right now, maybe if I huff more solder it’ll become clear.

Well I figured it out, for those trying the same, the schematic starts counting from the right side, so counting from the top right corner of the expansion board.

10 - GND
11 - VCC
12 - D-
13 - D+
14 - GND

The 2 GND pins on either side explains why I got confused, I used 10 → 13 and got my SDR working internally.

1 Like