In this post, I will talk about a project I did recently. it is called the Social distancing app. This is basically a program that will tell you when you are less than six feet apart from another Microbit also running the program. It works by having a Microbit constantly emit a signal. Microbits running the program are already prepared to receive the same signal. it then measures the signal strength and by doing this, it can determine the distance. When you are less than six feet apart, it will light up.
It took me a while to get the specific radio signal figured out. The signal would be in a certain range depending on your distance. I had to use a spreadsheet to record the data and figure out the right signal.
Overall, I think that the device worked quite well. the code was relatively simple after I figured out the signal problem