Tod Kurt

Results 90 issues of Tod Kurt

Over at https://github.com/node-hid/node-hid/issues/169 we've been investigating an issue with hidpai (and thus node-hid) returning empty paths for devices at the end of a multi-USB hub daisy chain. The issue seems...

Hi, I added PIC16F1455 support, which was trivial. The hid_mouse example works on my PIC16F1455 test platform. Thanks for m-stack! I've not used it for anything in production yet, but...

@mrfoto says: "Yeah, the pattern palette should be much improved. Maybe make a palette just a list of patterns and a separate screen which is just pattern maker/editor with two...

enhancement

Looks like it might not be too hard to add Slack integration, since IFTTT Slack channel doesn't support Slack event triggers. Slack API: https://api.slack.com Supported events: https://api.slack.com/events Perhaps Blink1Control configuration...

enhancement
blink1control

Pattern format stored in Blink1Control.ini is messy. Output from `http://localhost:8934/blink1/patterns` isn't consistent with documentation. Patterns that repeat forever have "-1" as their repeats, should have 0

bug

Currently the "--servertickle" ('D' firmware command) will play the entire programmed color pattern in a loop. It should be possible to play a sub-pattern, like: ``` blink1-tool --play 1,7,8 #...

You can do cool things with blink(1) using just `blink1-tool`. Let's document that better. For instance, here's a customized flashing thing: https://gist.github.com/todbot/be18f570e4140d6a29e429dbd6826f5f

e.g. both of these should result in blink(1) flashing red for eternity: ``` blink1-tool --playpattern '0,#ff0000,0.2,0,#000000,0.2,0' ``` ``` blink1-tool --rgb FF0000 --blink 0 ``` This does break the philosophy of...

In `blink1_read()`, a `hid_get_feature_report` is performed. But `hid_get_feature_report` is also done in functions such as `blink1_getVersion()`. This is not a breaking bug, but it is ugly.

https://github.com/java-native-access/jna https://github.com/gary-rowe/hid4java/

enhancement