bbc-microbit

Using serial ports over bluetooth with micro bit

Using serial ports over bluetooth with micro bit Question: I have correctly got a microbit working with serial communication via COM port USB. My aim is to use COM over bluetooth to do the same. Steps I have taken: (on windows 10) bluetooth settings -> more bluetooth settings -> COM ports -> add -> incoming …

Total answers: 1

Python Micro:bit Bitio Error – microbit.repl.repl.REPLException: Timeout trying to receive

Python Micro:bit Bitio Error – microbit.repl.repl.REPLException: Timeout trying to receive Question: I have a micro:bit (v1.3 B) and am trying to use the Python bitio library on a MacBook (macOS Monterey). I’ve been following the getting started section and have gotten to the ‘making a connection’ section. I’ve already ‘flashed’ the bitio.hex file to the …

Total answers: 1

micro:bit python – random library only generates one number

micro:bit python – random library only generates one number Question: I am making a hangman game on my microbit and am having trouble with the random library. I need to choose a random number between 1 and 7, and every single time I run the program it always yields the number ‘5’.The strangest part is …

Total answers: 3