eolab:projects:microbit_robot:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| eolab:projects:microbit_robot:start [2024/05/27 16:54] – [Kitronik Compact 16 Servo Driver Board (PCA9685 I2C PWM driver IC)] rolf.becker | eolab:projects:microbit_robot:start [2024/08/23 18:06] (current) – rolf.becker | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ~~NOTOC~~ | ||
| + | |||
| ====== Micro:Bit Robot ====== | ====== Micro:Bit Robot ====== | ||
| + | |||
| + | We are using **[[https:// | ||
| + | |||
| + | |||
| + | ===== Workarounds on Ubuntu ===== | ||
| + | |||
| + | Unfortunately setting up the WebUSB mechanism needed to program the mircobits via USB from Chrome, Chromium or Edge on Linux is causing some trouble. | ||
| + | |||
| + | |||
| + | * Shreya' | ||
| + | |||
| + | |||
| + | |||
| + | **Download the '' | ||
| + | |||
| + | <file bash prep_microbit_on_ubuntu.sh> | ||
| + | set -x | ||
| + | wget https:// | ||
| + | |||
| + | apt update | ||
| + | apt install ./ | ||
| + | apt install google-chrome-stable -y | ||
| + | |||
| + | echo ' | ||
| + | |||
| + | udevadm control --reload-rules | ||
| + | udevadm trigger | ||
| + | |||
| + | </ | ||
| + | |||
| + | **Then follow the steps given here:** | ||
| + | |||
| + | |||
| + | < | ||
| + | cd ~/Downloads | ||
| + | chmod 755 prep_microbit_on_ubuntu.sh | ||
| + | sudo ./ | ||
| + | </ | ||
| + | |||
| Line 146: | Line 187: | ||
| \\ | \\ | ||
| {{https:// | {{https:// | ||
| + | |||
| + | Adafruit tutorial on PCA9865: | ||
| + | \\ | ||
| + | https:// | ||
| Features: | Features: | ||
eolab/projects/microbit_robot/start.1716821680.txt.gz · Last modified: 2024/05/27 16:54 by rolf.becker