Hi, Robin2, ty for taking the image out!

I've read the Image Posting Guide and won't make such mistakes further on.

Micro:bit is an "entry-level" microcontroller on nRF51822 by BBC. It's easier to start working with for a rookie than Arduino because it has quite a lot of stuff built into it (e.g. buttons, compass, accelerometer, temperature sensor, magnetometer, 5x5 dot LED screen, bluetooth) and its GUI-based code editor has an oversimplified mode along with Python/JS that makes programming super easy (I've never been into coding since I work as a translator, but I managed to do some sort of IR-based IoT with that).
Example of MB code in simplified block mode:

BUT pushing anywhere beyond that is much harder for a novice, because any sensible person would simply switch to Arduino (which I sure will, but after I finish this project). Thus, there's little to no information on the internet.
So, speaking of my problem, micro:bit use their own wireless BLE connectivity. Basically, you can have multiple MB units talk with each other using various channels at the same time. It works like a charm out of the box when MB's own IDE (MakeCode) is used for programming. But I'm having trouble making wireless work using Arduino IDE.