Set it up: Add husklens Python Module
In this step, you’ll set up your Python project so the cyber:bot can communicate with the HUSKYLENS.
- Download cyberbot_huskylens_project.hex.
- Open it with the micro:bit Python Editor.
When you are working with the cyber:bot and HUSKYLENS, make sure to always open cyberbot_huskylens_project.hex before you start coding. That way, your project will contain these modules that your project will need:
- Cyberbot
- i2c_repeat
- huskylens
Did You Know
I²C (Inter-Integrated Circuit) is one of the most common communication protocols for connecting sensors and devices to microcontrollers. It uses just two wires—SDA (data) and SCL (clock)—to send information back and forth between devices like the micro#bit and the HUSKYLENS camera.