Difference between revisions of "Microduino-USBhost"
(Created page with "Microduino USBHOST {| style="width: 800px;" |- | Microduino USBHOST mainly supply the USB host function for some equipment, supports USB host controller and USB peripherals, s...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{| style="width: 800px;" | {| style="width: 800px;" | ||
|- | |- | ||
| | | | ||
+ | [[File:Microduino-USBHOST-rect.jpg|400px|thumb|right|Microduino-USBHOST]] | ||
+ | |||
Microduino USBHOST mainly supply the USB host function for some equipment, supports USB host controller and USB peripherals, such as mobile phones OTG function, keyboards, joystick, and camera. | Microduino USBHOST mainly supply the USB host function for some equipment, supports USB host controller and USB peripherals, such as mobile phones OTG function, keyboards, joystick, and camera. | ||
Line 34: | Line 35: | ||
**USB-to-serial converter - FTDI,PL-2303,ACM,mobile phones with OTG function and GPS receiver; | **USB-to-serial converter - FTDI,PL-2303,ACM,mobile phones with OTG function and GPS receiver; | ||
**Android mobile with ADK function; | **Android mobile with ADK function; | ||
− | **Digital Camera - Canon EOS's Powershot, Nikon digital SLR cameras and P&S, and general PTP; | + | **Digital Camera - Canon EOS's Powershot, Nikon digital SLR cameras and P&S, and general PTP; |
**Mass storage devices, such as U disk, card reader, external hard drive; | **Mass storage devices, such as U disk, card reader, external hard drive; | ||
**Bluetooth dongle. | **Bluetooth dongle. | ||
Line 56: | Line 57: | ||
|} | |} | ||
+ | [[file:Microduino-USBHOST-Pinout.jpg|800px|thumb|center|Microduino-USBHOST-Pinout]] | ||
==Document== | ==Document== | ||
Line 111: | Line 113: | ||
==Front== | ==Front== | ||
− | + | [[file:Microduino-USBHOST-F.JPG|thumb|600px|center|Microduino-USBHOST Front]] | |
==Back== | ==Back== | ||
− | + | [[file:Microduino-USBHOST-b.JPG|thumb|600px|center|Microduino-USBHOST Back]] | |
==Video== | ==Video== | ||
|} | |} |
Latest revision as of 12:37, 2 March 2014
Microduino USBHOST mainly supply the USB host function for some equipment, supports USB host controller and USB peripherals, such as mobile phones OTG function, keyboards, joystick, and camera. ContentsFeatures
Specifications
DocumentEagle PCB local download Main components:
Development
An ordinary Bluetooth adapter. You can easily add different Bluetooth services, such as a PS3 or Wii controller or SPP which is supported through Bluetooth virtual serial port. A number of different examples can be found in the examples directory.
Connect USB peripherals. Such as a mouse, handle etc.
Connect HID devices via Bluetooth, currently supports HID mouse and keyboard.
Allow you send data to your Microduino from PM/mobile phone via Bluetooth.
Allow you to use the Sony PS4 controller via Bluetooth and USB.
Use DUALSHOCK3, navigation or motion controller via Bluetooth and USB.
The library uses USB as the Xbox 360 controller.
ApplicationLight a LED via a mobile using the ADK example library: Prepare work
Debug
BugHistoryPictureFrontBackVideo |