Ray

Results 32 comments of Ray

Can I get an answer on this? I need to use the DS4 for an app I'm making.

## Update: So after endlessly searching the [hidapi fork tree](https://github.com/signal11/hidapi/network) for hours, I found this one: https://github.com/jarveson/hidapi It successfully implements what I was trying to do with `hid.c` in the...

That's pretty odd... Perhaps it's literally a bug in the firmware of the camera that GoPro themselves have never found since it's such an unusual (though neat) application. Sounds a...

Oh, that's what I suggested (in #80) as well. I wish I had some time to try and implement some things myself, but I have a lot of things to...

@qba667 I can't figure out how to compile the source code. I made an issue about it [here](https://github.com/qba667/FlySkyI6/issues/2).

> I guess a better solution now is described in ticket #380 > > Update crosstools-ng as this solves additional problems. This almost worked for me on Ubuntu 20.04. I...

Alright, think I've finally got it working! In total here's what I did that finally worked (using Ubuntu 20.04 WSL) ``` sudo apt install git clone --recursive https://github.com/pfalcon/esp-open-sdk.git rm -rf...

> Thanks for the report. It's a matter of fact that I don't maintain esp-open-sdk anymore, and it stays in a static, known-working (with the tools of its generation) shape....

I ran into this error too, you can git-clone the latest version of `crosstool-NG` as detailed somewhere in #380 I couldn't get that to work either though, I'm having other...

Moved comment to: https://github.com/node-hid/node-hid/issues/184#issuecomment-357082901