You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Ahh, ok - Micro Python doesn't actually use Bluetooth as far as I know - it's just a proprietary radio transmission because they couldn't fit the BLE stack and micro python in the micro:bit.

    With Espruino on micro:bit you have to use BLE, you can't do proprietary radio.

    However you can use BLE to transmit data in a standard BLE way by sending 'advertising data' and then scanning for it with the other micro:bit. Again, check out the BLE page linked above.

About

Avatar for Gordon @Gordon started