Hope you feel much better soon Jean
Take care
Search found 12 matches
- Sat Oct 11, 2008 12:03 pm
- Forum: PSP Development
- Topic: Open Keyboard Project
- Replies: 299
- Views: 421768
- Sat Oct 11, 2008 12:01 pm
- Forum: PSP Development
- Topic: USB Access PSP
- Replies: 19
- Views: 8318
USB HOST
Without decoding the software there is also no way to know if that is a host that is attached externally either. Or like you said it could have been a host chip that was in hardware that was not released and was on the internal bus. If the complete drivers were there and we could hack in the hardwar...
- Thu Oct 09, 2008 4:03 pm
- Forum: PSP Development
- Topic: No MOD PSP Keyboard, Mouse, Joystick
- Replies: 29
- Views: 34757
Lets build the hardware
USB to Serial Wiring for AT90USB Demo Hardware Build and Setup Required Tools: 1. Soldering Iron 2. Solder 3. Wire Strippers 4 Side Cutters 5. Static Wrist Strap 6. Small Jewelers Philips Screwdriver ( Same one used to open the PSP ) 7. Small file, or sandpaper, or Dremmel 8. Multi Meter to measure...
- Thu Sep 25, 2008 2:07 am
- Forum: PSP Development
- Topic: USB Access PSP
- Replies: 19
- Views: 8318
- Thu Sep 25, 2008 1:19 am
- Forum: PSP Development
- Topic: USB Access PSP
- Replies: 19
- Views: 8318
I know exactly what you mean. I have a tendency to try and make things simplistic so that more people can follow what is being discussed. If we strip away all the layers of protocol and software USB is exactly what it's name says Serial Bus. I have long suspected that there is a trigger in the PSP f...
- Wed Sep 24, 2008 12:45 pm
- Forum: PSP Development
- Topic: USB Access PSP
- Replies: 19
- Views: 8318
Yes the GPS is a host that sends serial data over the usb lines If you control the software at both ends you can ignore the protocol that should be run and run your own protocol. I have the source to the gps software that runs over the headphone serial port. It does normal serial gps protocol, my as...
- Wed Sep 24, 2008 2:22 am
- Forum: PSP Development
- Topic: USB Access PSP
- Replies: 19
- Views: 8318
USB Host
To communicate on the USB bus you have to have a Host and a slave. You can only have one host but you can have many slaves. The host controls all communication on the bus just like a traffic cop. It tells the slaves who can talk and when they can talk. A slave can not talk to a slave, for instance i...
- Sun Sep 21, 2008 6:10 am
- Forum: PSP Development
- Topic: No MOD PSP Keyboard, Mouse, Joystick
- Replies: 29
- Views: 34757
- Sat Sep 20, 2008 11:19 am
- Forum: PSP Development
- Topic: No MOD PSP Keyboard, Mouse, Joystick
- Replies: 29
- Views: 34757
- Fri Sep 19, 2008 2:42 pm
- Forum: PSP Development
- Topic: No MOD PSP Keyboard, Mouse, Joystick
- Replies: 29
- Views: 34757
gamepads supported
I am doing the drivers for three gamepads: Xbox 360 Wireless with chatpad keyboard and headset microphone PS2 / PS3 Wireless gamespads with rumble Logitech Wingman wireless rumble gamepad After the base gamepads are supported then I will take the left and right audio into two of the A/D converters o...
- Fri Sep 19, 2008 3:30 am
- Forum: PSP Development
- Topic: No MOD PSP Keyboard, Mouse, Joystick
- Replies: 29
- Views: 34757
If you want a real leg up with working with the AT90USB familly processors then you need to go to MyUSB. It gives you a fully functional USB host stack for these processors. All my code is built on these as a base. There are fully functional demos of several HID devices as well as mass storage devic...
- Wed Sep 17, 2008 6:45 pm
- Forum: PSP Development
- Topic: No MOD PSP Keyboard, Mouse, Joystick
- Replies: 29
- Views: 34757
No MOD PSP Keyboard, Mouse, Joystick
Well here is the proof of concept you have been waiting for This is the prototype USB Host to serial interface http://mysite.verizon.net/restxsa0/Serial.jpg This is a AT90USB1287 chip from Atmel. IT has not only a standard USB device interface but it has the USB Host interface. This is their prototy...