HUSKYLENSGeneral

HuskyLens documentation ??

userHead Account cancelled 2020-01-15 11:17:15 279183 Views7 Replies
I was excited to receive my husky lens Kickstarter order. But as many people have mentioned there is no documentation yet for it, however there appears to be some documentation available to people who were evaluating the product before it was released as evidenced by their YouTube videos. Even if you have not completed the final documentation it would be very valuable to those of us who want to start integrating it into our Arduino, raspberry pi etc. devices instead of waiting for you to put the finishing touches on the final documentation. Can you make this available to us??
2022-01-22 23:25:21 A completely free youtube option for mobile phones. userHeadPic donnaaubreyer
2020-06-20 17:10:24 missing commands that exist in Arduino code:
- learn(ID_Val) (0x2F),
- forget() (0x30),
- sensor() (0x31)

enum protocolCommand{
COMMAND_REQUEST = 0x20,
COMMAND_REQUEST_BLOCKS,
COMMAND_REQUEST_ARROWS,
COMMAND_REQUEST_LEARNED,
COMMAND_REQUEST_BLOCKS_LEARNED,
COMMAND_REQUEST_ARROWS_LEARNED,
COMMAND_REQUEST_BY_ID,
COMMAND_REQUEST_BLOCKS_BY_ID,
COMMAND_REQUEST_ARROWS_BY_ID,

COMMAND_RETURN_INFO,
COMMAND_RETURN_BLOCK,
COMMAND_RETURN_ARROW,

COMMAND_REQUEST_KNOCK,
COMMAND_REQUEST_ALGORITHM,

COMMAND_RETURN_OK,

COMMAND_REQUEST_LEARN,
COMMAND_REQUEST_FORGET,

COMMAND_REQUEST_SENSOR,
};
userHeadPic alanmcdonley
2020-06-13 17:34:20 Any chance of getting the HuskyLens Protocol document on github updated?

https://github.com/HuskyLens/HUSKYLENSA ... rotocol.md
userHeadPic alanmcdonley