Difference between revisions of "Microduino-Module USBHOST"
(→Specifications) |
(→Development) |
||
Line 67: | Line 67: | ||
==Development== | ==Development== | ||
− | *Need | + | *Need library: https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_06_Microduino_USBHOST_MAX3421E |
*Serial debug is disabled under default condition. | *Serial debug is disabled under default condition. | ||
**You need open the file "settings.h" from library folder; | **You need open the file "settings.h" from library folder; | ||
− | **Find | + | **Find "#define ENABLE_UHS_DEBUGGING 1", an then change to "#define ENABLE_UHS_DEBUGGING 1", then save it. |
− | *USB_Host_Shield_2.0 library | + | *USB_Host_Shield_2.0 library usage: |
− | **Bluetooth | + | **Bluetooth libraries: |
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. | 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. | ||
− | **HID | + | **HID library: |
Connect USB peripherals. Such as a mouse, handle etc. | Connect USB peripherals. Such as a mouse, handle etc. | ||
− | **BTHID | + | **BTHID library: |
Connect HID devices via Bluetooth, currently supports HID mouse and keyboard. | Connect HID devices via Bluetooth, currently supports HID mouse and keyboard. | ||
− | **SPP | + | **SPP library: |
Allow you send data to your Microduino from PM/mobile phone via Bluetooth. | Allow you send data to your Microduino from PM/mobile phone via Bluetooth. | ||
− | **PS4 | + | **PS4 Library: |
Allow you to use the Sony PS4 controller via Bluetooth and USB. | Allow you to use the Sony PS4 controller via Bluetooth and USB. | ||
− | **PS3 | + | **PS3 Library: |
Use DUALSHOCK3, navigation or motion controller via Bluetooth and USB. | Use DUALSHOCK3, navigation or motion controller via Bluetooth and USB. | ||
− | **Xbox | + | **Xbox Libraries: |
− | **Xbox | + | **Xbox Libraries: |
The library uses USB as the Xbox 360 controller. | The library uses USB as the Xbox 360 controller. | ||
Revision as of 10:02, 24 August 2016
Language: | English • 中文 |
---|
Microduino USBHOST mainly offers the USB host function for devices, supporting USB host controller and USB peripherals, such as mobile phones with 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 |