Bluetooth

I like Snap*!*, but can i at least have Bluetooth?

That's very tricky because you'd have to learn how to use a bluetooth api or something.

Its a good idea with mods but not for base snap tbh

What we do have is a library to interface with a microBit. Would that help?

Most bluetooth services (headset, keyboard, mouse, crypto devices) are captured and handled by OS. Some devices/services are mapped by OS as a com device (COM*, /dev/tty*). Such devices can be easily accessed by the Serial Ports library.

Really? I didnt realize you could use bluetooth with Serial Ports

Yes, but only for devices using SPP ( Serial Port Profile) protocol. Depending on your OS, SPP device is mapped automagically or some user intervention is required