spike-tools
spike-tools copied to clipboard
Utilities for experimenting with Lego Spike Hub
Hi @nutki, I was wondering how you discovered this bit of code: ```python def display_set_pixel(self, x, y, brightness = 9): return self.send_message('scratch.display_set_pixel', { 'x':x, 'y': y, 'brightness': brightness}) ``` Specifically...
HI! While uploading, everything works, but when I try to launch it, then it throws a error at me. Disabling the Modem Manager didn't help. When enabling debug mode I...
Hi @nutki , Can you make an example of the use of this class? https://github.com/nutki/spike-tools/blob/master/hub/lwp.py Thank you
Using spike-tools for a few hours now. - Looking at the `list` output first. The slot file name on my hub is base64 encoded. As an example: Name: `ZGlyZWN0b3J5X2xpc3Q=` Name...
Hi, I am using the Lego Mindstorms Robot Inventor hub and I want to delete a copied sound file. How do I do that?
Hi! Would you be able to share the directory/path for sounds on the Mindstorms hub (or how I might be able to discover it myself)? Thanks :)