Go to advanced search

by jonfitt
Wed Jun 15, 2016 7:25 pm
Forum: Troubleshooting
Topic: Setting up RPi Zero as a g_hid keyboard
Replies: 2
Views: 5174

Setting up RPi Zero as a g_hid keyboard

I'm really close to being able to get the RPi Zero to emulate a keyboard. I plan to use this to make a custom input device using GPIO. I'm on 4.4.13+ and I'm loading a script in rc.local to configure the usb device. #!/bin/bash cd /sys/kernel/config/usb_gadget/ mkdir -p my_gadget cd my_gadget echo 0...
by jonfitt
Thu Jun 09, 2016 9:00 pm
Forum: Troubleshooting
Topic: Pi zero Composite USB gadget problem
Replies: 3
Views: 1148

Re: Pi zero Composite USB gadget problem

Did you ever find a driver for the HID gadget on Windows?

I really want to be able to send keystrokes as an emulated keyboard so I can make custom input devices.
by jonfitt
Sat Sep 26, 2015 9:56 pm
Forum: Graphics, sound and multimedia
Topic: Push to talk (a simple intercom)
Replies: 6
Views: 11022

Re: Push to talk (a simple intercom)

Did you ever work out a good solution?
by jonfitt
Fri Aug 28, 2015 2:52 am
Forum: Troubleshooting
Topic: Ralink 148f:7601 wifi dongle not working with 4.1.6-v7 #810
Replies: 12
Views: 14195

Re: Ralink 148f:7601 wifi dongle not working with 4.1.6-v7 #

That got it, thanks. I used the correct driver package you specified and that firmware. Since the driver package has a very Kernel version specific name I'm wondering if/when I'll need to do this again? Is it the case that if you have to build and add in a driver module that you need to redo it when...
by jonfitt
Thu Aug 27, 2015 4:46 pm
Forum: Troubleshooting
Topic: Ralink 148f:7601 wifi dongle not working with 4.1.6-v7 #810
Replies: 12
Views: 14195

Re: Ralink 148f:7601 wifi dongle not working with 4.1.6-v7 #

Thanks. I'll try that when I get home. I saw one of your other posts and guessed at the filename. :D When I got a hit I thought "bingo!" I'll go to that link and get the right one. Do I need to do anything to "uninstall" the driver I loaded already or will it get overwritten when this new driver "cl...
by jonfitt
Thu Aug 27, 2015 3:56 am
Forum: Troubleshooting
Topic: Ralink 148f:7601 wifi dongle not working with 4.1.6-v7 #810
Replies: 12
Views: 14195

Ralink 148f:7601 wifi dongle not working with 4.1.6-v7 #810

I've read several posts about dongles which show up as Ralink 148f:7601 and tried to follow the advice, but it's not working for me. I bought a cheapo dongle called Vafru VN-902H which turns out to be the aforementioned Ralink. I checked that I have the ralink firmware loaded. pi@pi2 ~ $ sudo apt-ge...
by jonfitt
Mon Jun 01, 2015 4:09 pm
Forum: Raspberry Pi OS
Topic: Brother scanner
Replies: 1
Views: 1600

Re: Brother scanner

I am also looking for a way to scan from a Brother printer to the RPi. I want to use the RPi as a document storage server so I can scan and chuck bills/statements etc.
by jonfitt
Mon Jun 01, 2015 4:02 pm
Forum: Troubleshooting
Topic: Brother scanner doesn't work on PI -> need to compile driver
Replies: 6
Views: 5175

Re: Brother scanner doesn't work on PI -> need to compile dr

Did anyone ever manage to get a Brother scanner working on the Pi?

Go to advanced search