Search found 3 matches

by fun
Wed Jun 04, 2014 10:16 pm
Forum: MicroPython pyboard
Topic: USB device types
Replies: 4
Views: 9266

Re: USB device types

Those two modes work fine. What I actually want is to present as a USB Audio Class device, set up isochronous endpoints and send the data to a DAC over I2S. The peripherals library for the STM32F4 has some useful code, but getting it working with python is the tricky part. I'll have to dig into the ...
by fun
Wed Jun 04, 2014 8:03 am
Forum: MicroPython pyboard
Topic: USB device types
Replies: 4
Views: 9266

Re: USB device types

OK, looking a little deeper, it's totally possible. I'm a little rusty with C, but have been meaning to do some more. Any pointers as to where to start looking in the code?
by fun
Tue Jun 03, 2014 6:54 pm
Forum: MicroPython pyboard
Topic: USB device types
Replies: 4
Views: 9266

USB device types

Hi, I'm not sure if this is possible, but can I get the pyboard to press t as another type of USB device, or am I stuck with HID/Serial?