Loading [MathJax]/extensions/Safe.js

Author Topic: laptop wifi module  (Read 2362 times)

0 Members and 1 Guest are viewing this topic.

Offline archilTopic starter

  • Contributor
  • Posts: 28
  • Country: ge
laptop wifi module
« on: March 16, 2021, 09:30:00 am »
i am going to make external wifi module, but  need pinout to connect usb power supply and data lines. help please!
 

Offline archilTopic starter

  • Contributor
  • Posts: 28
  • Country: ge
Re: laptop wifi module
« Reply #1 on: March 16, 2021, 09:34:07 am »
there is a picture
 

Offline Gyro

  • Super Contributor
  • ***
  • Posts: 10359
  • Country: gb
Re: laptop wifi module
« Reply #2 on: March 16, 2021, 10:35:43 am »
I think those modules are PCI interface, not USB.
Best Regards, Chris
 

Offline archilTopic starter

  • Contributor
  • Posts: 28
  • Country: ge
Re: laptop wifi module
« Reply #3 on: March 16, 2021, 10:47:46 am »
i think to reduce usb voltage with 3.3v linear voltage regulator.
 

Offline Gyro

  • Super Contributor
  • ***
  • Posts: 10359
  • Country: gb
Re: laptop wifi module
« Reply #4 on: March 16, 2021, 10:54:32 am »
You can't just connect USB data signals to a PCI interface device.
Best Regards, Chris
 
The following users thanked this post: archil

Offline Nominal Animal

  • Super Contributor
  • ***
  • Posts: 7522
  • Country: fi
    • My home page and email address
Re: laptop wifi module
« Reply #5 on: March 16, 2021, 11:52:00 am »
You have a mini-PCIe module.  The mini-PCIe connector has both PCIe and USB interfaces.  Usually, the WiFi modules use the PCIe interface, and WWAN (3G/4G/5G/LTE wireless modems) the USB interface. As far as I know, ATH-AR5BXB63 uses the PCIe interface, not the USB one.

You can find lots of different mini-PCIe-USB adapters on eBay and elsewhere, described as WWAN USB adapters.  However, because most WWAN adapters actually prefer a higher than 3.3V voltage – 3.6 to 4.0 V is typical –, you should check their voltage before use.  You can find the pinout for example here and here (PCI Express Mini Card section).  Note that you want to avoid the ones with a voltage regulator, as the regulator can get quite hot: if the module consumes say 200mA at 3.3V (0.66W), the regulator drops 1.7V at 200mA – an additional 0.34W.  You want one with a DC-DC converter; recognizable from the inductor (SMD coil) close to an IC.  Other than the voltage conversion, these adapters only have passives (some bypass capacitors), no logic at all.

I have a few of these, because I use a WWAN 4G/LTE modem (Huawei ME909s-120).
 
The following users thanked this post: Gyro, archil

Offline archilTopic starter

  • Contributor
  • Posts: 28
  • Country: ge
Re: laptop wifi module
« Reply #6 on: March 16, 2021, 01:00:48 pm »
You have a mini-PCIe module.  The mini-PCIe connector has both PCIe and USB interfaces.  Usually, the WiFi modules use the PCIe interface, and WWAN (3G/4G/5G/LTE wireless modems) the USB interface. As far as I know, ATH-AR5BXB63 uses the PCIe interface, not the USB one.

You can find lots of different mini-PCIe-USB adapters on eBay and elsewhere, described as WWAN USB adapters.  However, because most WWAN adapters actually prefer a higher than 3.3V voltage – 3.6 to 4.0 V is typical –, you should check their voltage before use.  You can find the pinout for example here and here (PCI Express Mini Card section).  Note that you want to avoid the ones with a voltage regulator, as the regulator can get quite hot: if the module consumes say 200mA at 3.3V (0.66W), the regulator drops 1.7V at 200mA – an additional 0.34W.  You want one with a DC-DC converter; recognizable from the inductor (SMD coil) close to an IC.  Other than the voltage conversion, these adapters only have passives (some bypass capacitors), no logic at all.

I have a few of these, because I use a WWAN 4G/LTE modem (Huawei ME909s-120).

great! thank you very much.
 

Offline archilTopic starter

  • Contributor
  • Posts: 28
  • Country: ge
Re: laptop wifi module
« Reply #7 on: March 16, 2021, 01:09:05 pm »
which pin is for power input (+) ? I know GND is for negative voltage (-).  pin 36 is for USB_D- and pin 38 is for USB_D+.   

is power (+) pin 2, 24 or 52?
« Last Edit: March 16, 2021, 01:16:53 pm by archil »
 

Offline Nominal Animal

  • Super Contributor
  • ***
  • Posts: 7522
  • Country: fi
    • My home page and email address
Re: laptop wifi module
« Reply #8 on: March 16, 2021, 01:23:10 pm »
On a typical adapter for USB, you have
  • GND on pins 9, 35, 43
  • 3.3V on pins 2, 24, 52 (but may be higher for dedicated modem adapters, since they prefer a higher voltage)
  • USB 2.0 D- on pin 36 and D+ on pin 38
  • SIM card connected to pins 8 (SIM_Vcc), 10 (SIM_I/O), 12 (SIM_CLK), 14 (SIM_RST), and 16 (SIM_VPP)
See e.g. Markus Virtanen's designs at EasyEda: v1.0 and v2.1, but note that he uses a voltage regulator, whereas I firmly recommend an efficient DC-DC converter instead.  Me no EE, though, just a hobbyist.
 

Offline archilTopic starter

  • Contributor
  • Posts: 28
  • Country: ge
Re: laptop wifi module
« Reply #9 on: March 16, 2021, 01:27:46 pm »
On a typical adapter for USB, you have
  • GND on pins 9, 35, 43
  • 3.3V on pins 2, 24, 52 (but may be higher for dedicated modem adapters, since they prefer a higher voltage)
  • USB 2.0 D- on pin 36 and D+ on pin 38
  • SIM card connected to pins 8 (SIM_Vcc), 10 (SIM_I/O), 12 (SIM_CLK), 14 (SIM_RST), and 16 (SIM_VPP)
See e.g. Markus Virtanen's designs at EasyEda: v1.0 and v2.1, but note that he uses a voltage regulator, whereas I firmly recommend an efficient DC-DC converter instead.  Me no EE, though, just a hobbyist.


thanks, now I can experiment with dc-dc step down converter, first with 3.3v input voltage. hopefully it will work.  :-+
 

Offline kimlanbu

  • Newbie
  • Posts: 8
  • Country: tr
Re: laptop wifi module
« Reply #10 on: March 16, 2021, 01:34:28 pm »
I suggest you to use ESP32 instead. Lots of libraries and examples codes avaliable.
 

Offline perieanuo

  • Frequent Contributor
  • **
  • Posts: 914
  • Country: fr
« Last Edit: March 16, 2021, 01:55:30 pm by perieanuo »
 

Offline Nominal Animal

  • Super Contributor
  • ***
  • Posts: 7522
  • Country: fi
    • My home page and email address
Re: laptop wifi module
« Reply #12 on: March 16, 2021, 02:23:52 pm »
thanks, now I can experiment with dc-dc step down converter, first with 3.3v input voltage. hopefully it will work.  :-+
As I mentioned, I do believe ATH-AR5BXB63 is PCIe-only, and does not use the USB data lines, so I do not believe it will work.

There are lots of USB-connected WiFi chips, though, for example RTL8822BU.  In my opinion, it would make more sense to find an existing (dual band?) USB WiFi dongle already supported in mainline Linux ($10 - $30 USD), and if necessary, tear it down and use its innards in your own design.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf