Last year i used microbit maqueens for my students to learn about vision. My students are 15 years old and like the blockly environment very much. The XRP robot is more advanced as the maqueen, but i don’t see a place for addons in the programming environment. Is it possible to connect huskylens to xrp and program via blockly?
We are working on a version of XRPCode that will allow vendors like Huskylens or Sparkfun to make the drivers easy to install and allow the 3rd party to add blocks to the system. We expect to go into beta at the beginning of November and release in December.
Hi there! Sorry for not responding sooner, I’ve been out for a bit!
The HuskyLens can be used with the XRP right now with our drivers, however only in MicroPython, not Blockly yet. As mentioned above, XRPCode doesn’t yet have a built-in way to install those drivers onto the XRP, so it’s a manual process:
In the file browser on the left, right-click the lib directory → New Folder → name it qwiic_i2cexactly
Click File → Upload to XRP → select qwiic_huskylens.py you downloaded in step 1 → click the lib directory → click OK to upload the file
Click File → Upload to XRP → select all files in theqwiic_i2c folder you downloaded in step 2 → click the lib/qwiic_i2c directory → click OK to upload the files
If you downloaded the examples, click File → Upload to XRP → select the example files you downloaded in step 1.1 → click the \ directory at the top → click OK to upload the files
If you installed the examples, you can run them to see how to get data out of the HuskyLens, and use more of the advanced features. Again, only MicroPython support right now; no Blockly support right now, but it will become possible with the upcoming XRPCode update.