chipKIT® Development Platform

Inspired by Arduino™

USB Host library for ChipKit DP32

Created Mon, 03 Jul 2017 10:28:37 +0000 by tp_mark


tp_mark

Mon, 03 Jul 2017 10:28:37 +0000

Hi,

I've just found out about chipKIT and having the ability to use PIC's using the arduino IDE and love the concept! I'm looking into creating a USB host project and was wondering if anyone had created a USB host library/sketch for the ChipKit DP32 (PIC32MX250F128B). I've seen a few links to the library that can be used with the USB host shield (http://chipkit.net/usb-host-library-ported-to-chipkit) but can't seem to find anything which uses the native capability of the ChipKit DP32 (PIC32MX250F128B) to provide this capability.

Thanks!


majenko

Mon, 03 Jul 2017 11:29:45 +0000

There are some old Digilent libraries that contain a USB Host example. I have never had much luck with it, since it's quite cryptic to get going.

You can find the library bundle at the foot of many of their shield "resource" pages, such as the Network Shield: https://reference.digilentinc.com/chipkit_shield_network/chipkit_shield_network

Have a play, see what you can come up with.


Jacob Christ

Sun, 08 Oct 2017 17:46:52 +0000

Not native, but I did get the Circuits@Home library working with an Uno32 years ago:

https://github.com/JacobChrist/USB_Host_Shield/tree/chipKIT-dev

Jacob