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/08/23 16:38] – rolf.becker | eolab:projects:microbit_robot:start [2024/08/23 18:06] (current) – rolf.becker | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== Micro:Bit Robot ====== | ====== Micro:Bit Robot ====== | ||
| - | <file prep_microbit_on_ubuntu.sh> | + | 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 '' | ||
| + | |||
| + | < | ||
| set -x | set -x | ||
| - | apt update | + | wget https:// |
| + | apt update | ||
| + | apt install ./ | ||
| apt install google-chrome-stable -y | apt install google-chrome-stable -y | ||
| - | echo ' | + | echo ' |
| udevadm control --reload-rules | udevadm control --reload-rules | ||
| udevadm trigger | udevadm trigger | ||
| - | |||
| </ | </ | ||
| + | |||
| + | **Then follow the steps given here:** | ||
| + | |||
| + | |||
| + | < | ||
| + | cd ~/Downloads | ||
| + | chmod 755 prep_microbit_on_ubuntu.sh | ||
| + | sudo ./ | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| ===== Goal ===== | ===== Goal ===== | ||
eolab/projects/microbit_robot/start.1724423937.txt.gz · Last modified: 2024/08/23 16:38 by rolf.becker