Tod Kurt

Results 368 comments of Tod Kurt

So you are running Raspbian on a Raspberry Pi and building a buildroot Linux kernel to also run on a Raspberry Pi?

Okay, that's what I was expecting. The reason I asked is that kind of error can happen trying to run a binary compiled for one system on another. Do you...

A work-around for now is to set the number of repeats when using `--playpattern`: ``` blink1-tool --playpattern '-1,#ff0000,0.2,0,#000000,0.2,0' ```

Hi @ArielLeslie, Perhaps your "IFTTT key" setting between Blink1Control2 and IFTTT blink(1) Service do not match? I just tested IFTTT connectivity with an IFTTT Do button (https://ifttt.com/applets/61956082d-blink-my-blink-1 ) and it...

Hi @ArielLeslie, That's odd. I can see that your events occurred on our IFTTT gateway. But Blink1Control2 isn't getting them. Are you behind some sort of corporate firewall or is...

Hi @andkon, Apologies for the delay in responding to this. Did you ever find the cause of this issue you were seeing? One thing I can think of: are you...

yup. https://github.com/todbot/blink1/blob/master/docs/app-url-api-examples.md https://github.com/todbot/blink1/blob/master/docs/app-url-api.md

I have also verified that the `blink1` library on pypi (and in here) exhibits the `USBError: [Errno 13] Access denied (insufficient permissions)` on Mac OS X 10.12.6. Looking into what...

This inability of the Python blink(1) library to access devices is because of the PyUSB library. Both Mac & Windows will have issues as they both have built-in HID drivers...

Are you running the Blink1Control application or any other type of program that accesses the blink(1) on the Mac?