Vincent Gijsen

Results 46 comments of Vincent Gijsen

adding some debug-lines, i have not the error: ```Error: invalid_client: Invalid client```, do i presume correctly that i need a Devaccount from spotify? edit: adding dev api reqs, solved the...

Goto developer.Spotify.com, sign in with your Spotify credentials, create new app, and voilà. It gives you api I’d and key. Sent from my phone > On 9 Apr 2022, at...

Hi karlp, thanks for the reply, ive seen that example. But the nice thing about this 'alternate' method is that one can quickly switch between endpoint-types, atleast according to the...

@kuldeepdhaka Thanks for the eleborate help/pointers, I'll be sure to give it a try, seems to me you're way more into the USB-stack versed than I am 👍

Edit: ok... ignore below! I didn't catch that all endpoinds are defined ***together*** in the alt interface, so both INTERRUPT + BULK..., so the descripter denotes 3 endpoints in ALT...

I gut stuck after: ``` var Gauge = require('gaugejs'); ... var t =document.getElementById('myId') //t is always empty :( var target = document.getElementById('gauge-a') console.log("target: ", target) var gauge = new Gauge(target).setOptions(opts);...

@ThomasCrevoisier. Sorry guys, lost track of this issue, and cannot recall if i've solve it, but probalby switch tot other library

the alternating sound, is a result to your probable ground-loop. Just buy a (cheap) groundloop isolator, and all your problems are solved. place it inbetween your audio path, this separates...

Well, i wil incorporate an orange pi (with analogue video) with the rti screen, and would like to use that as a video/audio player. Regarding the Cap it will probably...

Mm you might be onto something. The dump lists indeed C5 as response to baseID C0. My code responds differently. Which might need correction. I guess I copied that byte...