-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Awesome project thank you! I currently control my smart light switches with it. Only problem is it will only return the id of first charactor placed on base. When placing a 2nd or 3rd character on the base only the 1st characters id is returned. If remove them all and use a different character as the first it prints that one instead. I dont have any ps3's etc to sniff working traffic. My guess is the stm32 cache's the id's, probly first one placed on base is stored in an array at say [0] and possibly the code we send for getting id's is asking for [0] in said array. Just a wild guess tho. Ill hafta look at the usb packet for getid's see if anything jumps out as a checksum and start randomly sending different combo's till i can get more id numbers. Any help would be greatly appreciated. Again thank you for the project.