Adam Honse

Results 55 comments of Adam Honse

Just going to chime in here to say that I've updated @rsandoz's Razer drivers port to use hidapi without the WinUSB driver. I had to get the usage page correct...

I'm getting the same libtool error building on a Raspberry Pi 3+ with Gentoo aarch64. Builds wine just fine, can run wine arm applications, but doesn't get to qemu or...

Tried to do some more reverse engineering today. I pulled out the ESP8266 board and powered it from an Arduino. The VIn pin seems broken...the bulb may be dead but...

Here's a bit of log from the serial output: ``` ets Jan 8 2013,rst cause:1, boot mode:(3,0) load 0x40100000, len 1396, room 16 tail 4 chksum 0x89 load 0x3ffe8000, len...

Found GND, IO0, TX, and RX. Tested code upload, it is working! Now to flash Espurna.

I was able to flash the module, but reassembling it into the light it seems dead. I think I fried the regulator on the board or something. No voltage on...

I think I just bricked my second bulb :| I tried to make my own build of Espurna with platform.io and made a target like so: ``` // ----------------------------------------------------------------------------- //...

I'm going to attempt to work on this bulb some more. I think I've managed to repair my board back to a working state. Had to hack in a new...

> > > Can you point to any simple client to test this out? My OpenRGB project can control E1.31. You can get the latest release on GitLab: https://gitlab.com/CalcProgrammer1/OpenRGB You...

I'm taking a shot at adding support myself. The ESPAsyncE131 library looks very simple to use. I have it receiving packets from the Vixen sequencing software in unicast mode but...