Live data from Hacker News

Raspberry Pi 4 as a USB-C peripheral

hardill.me.uk

31–40 of 51 posts

Re: Raspberry Pi 4 as a USB-C peripheral

#34
post #4
post #2

I fail to imagine a usw case for that. Could someone enlighten me?

... build a smart boot device that provides a bunch of different CD images for BIOSes that don't do USB boot well ... build a safe password keeper that looks like a HID device ... do something interesting with USB-based gamepads to map those to keyboard keys for playing old DOS games ... make a connected USB storage device that offers some sort of additional sync services for the data stored on it (maybe over wifi?)…

> build a smart boot device that provides a bunch of different CD images for BIOSes that don't do USB boot well

There are a few of those around.

http://isostick.com/

http://www.zalman.com/contents/products/view.html?no=212

http://iodd.kr/wordpress/product/iodd-2531/

Re: Raspberry Pi 4 as a USB-C peripheral

#35

You can also do a USB client on a $1.50 AVR chip: https://www.obdev.at/products/vusb/index.html Source: Compiled and connected a mouse/keyboard firmware running on an ATtiny861a using internal RC oscillator.

Why would you do that though when there are a gazillion Cortex-M chips available that support hardware USB? Fast USB and you don't have to use AVR.

Hell, Atmel even sells Cortex-M chips with High Speed USB-2 support (reasonably hard to find; most are only Full Speed).

Re: Raspberry Pi 4 as a USB-C peripheral

#36

You can also do a USB client on a $1.50 AVR chip: https://www.obdev.at/products/vusb/index.html Source: Compiled and connected a mouse/keyboard firmware running on an ATtiny861a using internal RC oscillator.

Why would you do that though when there are a gazillion Cortex-M chips available that support hardware USB? Fast USB and you don't have to use AVR. Hell, Atmel even sells Cortex-M chips with High Speed USB-2 support (reasonably hard to find; most are only Full Speed).

[deleted]

Re: Raspberry Pi 4 as a USB-C peripheral

#37

You can also do a USB client on a $1.50 AVR chip: https://www.obdev.at/products/vusb/index.html Source: Compiled and connected a mouse/keyboard firmware running on an ATtiny861a using internal RC oscillator.

Full ATmega32U4 board is 2.50 and doesn't need any hacks to work.

Re: Raspberry Pi 4 as a USB-C peripheral

#39
post #4
post #2

I fail to imagine a usw case for that. Could someone enlighten me?

... build a smart boot device that provides a bunch of different CD images for BIOSes that don't do USB boot well ... build a safe password keeper that looks like a HID device ... do something interesting with USB-based gamepads to map those to keyboard keys for playing old DOS games ... make a connected USB storage device that offers some sort of additional sync services for the data stored on it (maybe over wifi?)…

> ... build a safe password keeper that looks like a HID device

Does anyone know if any such similar devices are already available? Whether based on an RPi or not?

Re: Raspberry Pi 4 as a USB-C peripheral

#40
post #37

You can also do a USB client on a $1.50 AVR chip: https://www.obdev.at/products/vusb/index.html Source: Compiled and connected a mouse/keyboard firmware running on an ATtiny861a using internal RC oscillator.

Full ATmega32U4 board is 2.50 and doesn't need any hacks to work.

Could you provide a link to that $2.50 price?
Post reply on HN