Jump to content

So basically im trying to make a door control pad, i know really nerdy but it seems cool as hell. so basicly i have decided to use an android tablet as the touchscreen, it's a cheap (40$ for a tablet from amazon vs 50$-60$ for the touchscreen kit shipped from china.) and capable way to implement a touch screen plus it has the added benefit of being able to be used as a tablet if your not useing it for another project it also is extremely thin compared to the screen+controller board combos on the market and you can have the pi somewhere away from the screen. so now that that's all out of the way im planning on connecting through usb tethering as described HERE . my question before i go out and start buying hardware is can i connect just the data wires between the PI and tablet and connect the ground and 5V+ to a separate power source so that it can pull all the power it needs to keep the tablet fully charged in use in a permanent installation. i assume for usb tethering to work all it would need is the data pins. any and all help is appreciated.

i7 6700k - Asus ROG Strix GTX 1080 - assorted other stuff

Link to comment
https://linustechtips.com/topic/724583-help-with-usb-and-tetheringcharging/
Share on other sites

Link to post
Share on other sites

31 minutes ago, glunday said:

Bump

 

USB 2.0 data transfers works with a differential pair, so in theory (with fairly short wires and some shielding) you could get away with connection the data lines only. That being said, I would not bother to make such a simple project with a Pi and a tablet. A micro with a touchpad would be cheaper and easier to implement.

Cheers!

Quote or tag if you want me to answer! PM me if you are in a real hurry!

Why do Java developers wear glasses? Because they can't C#!

 

My Machines:

The Gaming Rig:

Spoiler

-Processor: i5 6600k @4.6GHz

-Graphics: GTX1060 6GB G1 Gaming

-RAM: 2x8GB HyperX DDR4 2133MHz

-Motherboard: Asus Z170-A

-Cooler: Corsair H100i

-PSU: EVGA 650W 80+bronze

-AOC 1080p ultrawide

My good old laptop:

Spoiler

Lenovo T430

-Processor: i7 3520M

-4GB DDR3 1600MHz

-Graphics: intel iGPU :(

-Not even 1080p

 

Link to post
Share on other sites

23 hours ago, dany_boy said:

USB 2.0 data transfers works with a differential pair, so in theory (with fairly short wires and some shielding) you could get away with connection the data lines only. That being said, I would not bother to make such a simple project with a Pi and a tablet. A micro with a touchpad would be cheaper and easier to implement.

Cheers!

not totally sure what you mean by micro and touch pad. but if you mean touch pad as in button pad it has to be a touch screen, kinda defeats most of the cool factor to just have a number pad and no touch screen/GUI

i7 6700k - Asus ROG Strix GTX 1080 - assorted other stuff

Link to post
Share on other sites

23 hours ago, dany_boy said:

USB 2.0 data transfers works with a differential pair, so in theory (with fairly short wires and some shielding) you could get away with connection the data lines only. That being said, I would not bother to make such a simple project with a Pi and a tablet. A micro with a touchpad would be cheaper and easier to implement.

Cheers!

not totally sure what you mean by micro and touch pad. but if you mean touch pad as in button pad it has to be a touch screen, kinda defeats most of the cool factor to just have a number pad and no touch screen/GUI

i7 6700k - Asus ROG Strix GTX 1080 - assorted other stuff

Link to post
Share on other sites

1 minute ago, glunday said:

not totally sure what you mean by micro and touch pad. but if you mean touch pad as in button pad it has to be a touch screen, kinda defeats most of the cool factor to just have a number pad and no touch screen/GUI

micro = microcontroller like an ATmega on arduino. If you want the cool factor that's fine. I just think that a pi and a tablet is like killing a fly with a shotgun.

Cheers!

Quote or tag if you want me to answer! PM me if you are in a real hurry!

Why do Java developers wear glasses? Because they can't C#!

 

My Machines:

The Gaming Rig:

Spoiler

-Processor: i5 6600k @4.6GHz

-Graphics: GTX1060 6GB G1 Gaming

-RAM: 2x8GB HyperX DDR4 2133MHz

-Motherboard: Asus Z170-A

-Cooler: Corsair H100i

-PSU: EVGA 650W 80+bronze

-AOC 1080p ultrawide

My good old laptop:

Spoiler

Lenovo T430

-Processor: i7 3520M

-4GB DDR3 1600MHz

-Graphics: intel iGPU :(

-Not even 1080p

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×