rezreal

Results 7 comments of rezreal

@blackspherefollower thanks for helping out with the apk. I think I've made some progress, will have to verify my assumptions with a POC tomorrow: ```java public interface BLEConstants { String...

Working prototype (js): https://github.com/rezreal/coyote https://rezreal.github.io/coyote/web-bluetooth-example

Here is the "official" documentation: https://github.com/DG-LAB-OPENSOURCE/DG-LAB-OPENSOURCE

So here is a first condensed "api" in c#: These are more or less all commands used by the shockspot software (for device revision 2). ``` public static string Calculate_LRC(string...

Done. Demo: https://rezreal.github.io/knock-lot/ (web-serial, only works with crom'ish browsers) Protocol: https://github.com/rezreal/knock-lot/blob/master/src/knockRodProtocol.ts ModbusASCII works, working on ModbusRTU now. Upcoming experiments by priority (for me): - Integration into syncidink :) - experiments...

I've changed the linked protocol implementation to ModbusRTU already (less overhead). The Modbus Manual link in the previous comments pretty much describes everything you can to with the shockspot ....

They have changed the gatt characteristics in (2.4.99, possibly earlier) like: - The first byte encodes the write mode and the count: - 0x40+count to save - 0x80+count to execute...