Mathieu Rene

Results 49 comments of Mathieu Rene

> same applies when run on a 32bit OS with a 32 bit cpu (e.g. pi zero), looks like that package is just broken now @3ll3d00d are you able to...

I hadn't thought of it being a generic read register command - that's interesting. I'll take a look once I get home and have a device nearby. Good catch on...

What do you mean by `what the MiniDSP sends back upon a change` - is it sending HID reports when a change happens over the IR remote? It looks like...

The address for volume would be FFDA, yes. That means the command is formatted as 0x05 [U16 address] [U8 len] (Im assuming that because 05 00 00 20 still returns...

My guess would be that the HID library might not work with the most recent node version, or that you need the right packages to build them. If you aren't...

Hi! I mostly used frida to reverse engineer it at the HID level, but then I noticed the commands were all sent over TCP so it made more sense to...

Exactly, you can also use the proxy mode provided by node-minidsp directly (set DEBUG=* to enable a lot of debug output). As long as you bind to 5333, it won't...

Great to see it being tested with other products :) Have you tried [increasing the number of channels to 4 here](https://github.com/mrene/node-minidsp/blob/master/minidsp.js#L120) to see if it would report input levels on...

Hey there after 2 years, I'm working on a rust rewrite which would support multiple devices. Any chance you could help filling in values for the 4x10HD? There's a pretty...