Author Topic: Can this be used???  (Read 3488 times)

0 Members and 1 Guest are viewing this topic.

Offline skillz21Topic starter

  • Frequent Contributor
  • **
  • Posts: 311
  • Country: au
Can this be used???
« on: February 04, 2017, 10:17:18 am »
I had an old Epson printer. It stopped working so I decided to open it up. inside I found some cool things. One was a colour LCD display and another was a WLU3072 2.4Ghz Wireless LAN mini USB Module. With the Wi-Fi module, it has a stupid 4 pin connector (5 pin actually but it only uses 4). I tried a few combinations to power it but my computer never recognises the device. Does anyone know the pinout for it? With the display, I was wondering if I could get it to work with say.... an arduino or something? I tried to find a datasheet for it but I couldn't find one. I have some pictures attached.
Thx
 

Offline RGB255_0_0

  • Frequent Contributor
  • **
  • Posts: 772
  • Country: gb
Re: Can this be used???
« Reply #1 on: February 04, 2017, 11:12:35 am »
I have some pictures attached.
Thx
No you don't.

And the "few combinations" - at what voltages?
Your toaster just set fire to an African child over TCP.
 

Offline danadak

  • Super Contributor
  • ***
  • Posts: 1875
  • Country: us
  • Reactor Operator SSN-583, Retired EE
Re: Can this be used???
« Reply #2 on: February 04, 2017, 12:36:09 pm »
If you just wired arbitrary voltages to the module good chance you
toasted it. Unless you set power supply up with a low value of current
limiting.

Regards, Dana.
Love Cypress PSOC, ATTiny, Bit Slice, OpAmps, Oscilloscopes, and Analog Gurus like Pease, Miller, Widlar, Dobkin, obsessed with being an engineer
 

Offline skillz21Topic starter

  • Frequent Contributor
  • **
  • Posts: 311
  • Country: au
Re: Can this be used???
« Reply #3 on: February 04, 2017, 01:09:25 pm »
If you just wired arbitrary voltages to the module good chance you
toasted it. Unless you set power supply up with a low value of current
limiting.

Regards, Dana.
oh... :-/O :-BROKE
 

Offline skillz21Topic starter

  • Frequent Contributor
  • **
  • Posts: 311
  • Country: au
Re: Can this be used???
« Reply #4 on: February 04, 2017, 01:12:07 pm »
I have some pictures attached.
Thx
No you don't.

And the "few combinations" - at what voltages?
5v
 

Offline RGB255_0_0

  • Frequent Contributor
  • **
  • Posts: 772
  • Country: gb
Re: Can this be used???
« Reply #5 on: February 04, 2017, 01:23:55 pm »
Can you post the pictures. I hope it's not 3.3V and you put 5V through it.
Your toaster just set fire to an African child over TCP.
 

Offline skillz21Topic starter

  • Frequent Contributor
  • **
  • Posts: 311
  • Country: au
Re: Can this be used???
« Reply #6 on: February 04, 2017, 01:25:22 pm »
Can you post the pictures. I hope it's not 3.3V and you put 5V through it.
for some reason the pics dont work, i'll try again. it says mini usb, so im guessing its 5v
 

Offline Isad

  • Frequent Contributor
  • **
  • Posts: 364
  • Country: al
Re: Can this be used???
« Reply #7 on: February 04, 2017, 01:57:25 pm »
It says it USB 2.0 so you probably havent fried anything
if you have conected power and ground correctly
If anything the board was fried
Lifes to Short Make the Most of It

My youtube channel: http://goo.gl/yMdPzQ
 

Offline skillz21Topic starter

  • Frequent Contributor
  • **
  • Posts: 311
  • Country: au
Re: Can this be used???
« Reply #8 on: February 05, 2017, 01:27:08 am »
here's the pics
 

Offline skillz21Topic starter

  • Frequent Contributor
  • **
  • Posts: 311
  • Country: au
Re: Can this be used???
« Reply #9 on: February 05, 2017, 03:38:23 am »
also, what about the display?
 

Offline ebastler

  • Super Contributor
  • ***
  • Posts: 6426
  • Country: de
Re: Can this be used???
« Reply #10 on: February 05, 2017, 07:43:28 am »
For the WLAN module, it's bound to have +5V and GND plus two data lines (as it claims to be a USB module, although with a non-standard connector). If you look at the connections on the bottom side of the PCB, and/or measure what the four pins are connected to, you should be able to identify GND and +5V quite easily. Then, I think it's safe to simply try the two possible pairings of the data lines, and see whether you can get a PC to recognize this as a USB device.

For the display, it would be good to see the bottom side of the PCB, where the driver chip will be. Can you unclip the PCB from the white plastic frame and flip it over, then take another photo? (Careful with the flex cables!)
 

Online Monkeh

  • Super Contributor
  • ***
  • Posts: 7992
  • Country: gb
Re: Can this be used???
« Reply #11 on: February 05, 2017, 07:45:54 am »
For the WLAN module, it's bound to have +5V and GND plus two data lines (as it claims to be a USB module, although with a non-standard connector). If you look at the connections on the bottom side of the PCB, and/or measure what the four pins are connected to, you should be able to identify GND and +5V quite easily. Then, I think it's safe to simply try the two possible pairings of the data lines, and see whether you can get a PC to recognize this as a USB device.

The bluetooth module in my laptop is USB - but it surely does not take 5V. The only reason USB uses 5V is because of cable length - not an issue inside a device, 5V isn't used.
 
The following users thanked this post: ebastler

Offline ebastler

  • Super Contributor
  • ***
  • Posts: 6426
  • Country: de
Re: Can this be used???
« Reply #12 on: February 05, 2017, 08:15:08 am »
The bluetooth module in my laptop is USB - but it surely does not take 5V. The only reason USB uses 5V is because of cable length - not an issue inside a device, 5V isn't used.

Thanks Monkeh, good point. There is a "low-voltage inter-chip" supplement to the USB standard that I was not aware of. It defines five different "voltage classes" between 1.0V and 3.0V. So, the OP needs to look at the actual chips used and check their datasheets (and hope the WLAN adapter is not dead yet...).

http://read.pudn.com/downloads74/doc/project/264538/usb_20/Inter-Chip%20USB%20Supplement%20to%20the%20USB%202.0%20Specification_1.0.pdf

EDIT: fixed the link
« Last Edit: February 05, 2017, 09:17:58 am by ebastler »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf