i have to make a project for school and it using this video but i have to make a diagram showing that is works but i can’t make a 6ft long cardboard classroom, so what numbers can i use to make the radio signal weaker so it the x goes away when your like 3 inches apart
Absolutely! If you attach a buzzer between microbit's 3v pin and, say, pin p0, then you can add a "set pin p0 to 1" block in the first part of your "if" block, and a "set pin p0 to 0" in the "else" part to trigger the buzzer together with the cross on the screen 👍
Awesome. I was looking for this and it seems virtually no one has used the micro bit for this purpose. Question: Since the micro bit is continuously transmitting an RF signal, how much does that affect battery life? For example, could it transmit for about 8 hours (a typical work day) on one set of batteries do you think? Also, have you tried using Bluetooth to detect phones near you (not sure if this is even possible with the micro bit)?
Thanks! I would definitely expect that the battery would hold out for a day - I use my microbits for projects and videos and I've changed the batteries once so far! Switching off the radio function would make the battery last even longer though. As for detecting phones, I'm not an expert in Bluetooth, but the blocks available in the MakeCode editor all rely on pairing the microbit with another device - which would mean the other device would have to consent to the pairing. Plus, from the microbit documentation: "A maximum of 4 devices may be paired with a micro:bit simultaneously (note though that only one paired device may connect to the micro:bit at a time)." So I don't think it would be that viable as an alternative if you were just using MakeCode. However, not knowing so much about bluetooth, I couldn't say categorically whether you could write some code by other means that would do something like that. Interesting thought though!
@@HannahMakes Thanks for that! The micro bit is new to me and all I see in documentation so far is pairing with other devices/phones. I don't know yet if it can see/detect "raw" Bluetooth data/devices. I will keep digging.
Very interesting video.can you help me to make a social distence maintaining device by using this device.just for my university works.thank you.plz reply
Hello my code works and i have a question.The received packet signal strength -65 it is 2.5 m but it need to be 1.5 m.Any idea about the received packet signal strength to be in 1.5 m.Thanks!
I couldn't guess off the top of my head, but I can tell you a fun way to check :) Write a couple of lines of code to make one microbit transmit data to another. Next, write a couple of lines of code for the other microbit to make it display on screen the signal strength of the messages it receives. (Use a "received packet signal strength" block at the bottom of the radio menu.) Then, place the two microbits 1.5m apart. The screen of the second microbit will display the signal strength at that distance :) Hope this helps!
Great question! There's no theoretical limit on the number of microbits you could use this on, but in practice, with large numbers of devices in a situation with other radio interference, I don't know how well it would work. Best to have a backup option!
Hello. A simple and great. Can anyone say, would it give upto 360° or atleast 180°? And Shall we attach any sensors along with the radio communication code? Please
Hi! I'm not sure what you mean by "up to 360º" - the radio signal goes in all directions, so it shouldn't matter which microbit is on the left and which is on the right, for example. And you don't need any extra sensors - the microbits are figuring out the approximate distance based only on the radio signal they're sending each other.
I don't know exactly, but you can find out with just a couple of lines of code! Here's some instructions I left for another commenter: Write a program that make one microbit transmit some data to another (the data can be anything you like, maybe just a number). Next, write a some code for the other microbit to make it display on screen the signal strength of the messages it receives. (Use a "received packet signal strength" block from the radio menu.) Then, place the two microbits 1.5m apart. The screen of the second microbit will display the signal strength at that distance :) Hope this helps!
Because that's more complicated ;) I wanted this project to be as simple as possible. Ultrasonic sensors would be really interesting, but they'd also tell you when you were 2 metres away from furniture rather than people, which could get annoying. The two microbits are only listening out for each other :)
Thank you so much, I was doing a project similar to this, but is not making much progress until I found this video!
how to check the signal strength that is suitable for us?
help me, please :)
Thank you so much. It helped me a lot and made me to understand about micro bit .
Glad to hear that :)
your explanation was clear and concise!!:D keep it up
Thanks! 😃
Thanks a lot! You helped me a lot with my project too
Glad I could help!
Thanks! I replaced the 2 metre code with a message that days how far away you are -in metres- from a friend.
Excellent! Well done you! :)
i have to make a project for school and it using this video but i have to make a diagram showing that is works but i can’t make a 6ft long cardboard classroom, so what numbers can i use to make the radio signal weaker so it the x goes away when your like 3 inches apart
very interesting project
Glad you think so! :)
if I fail my project i'm suing, but it if I don't thanks for you help:))
Hope you passed? ;)
Hello very good project, Could we add a buzzer or an alarm??????
Absolutely! If you attach a buzzer between microbit's 3v pin and, say, pin p0, then you can add a "set pin p0 to 1" block in the first part of your "if" block, and a "set pin p0 to 0" in the "else" part to trigger the buzzer together with the cross on the screen 👍
@@HannahMakes Do you mind displaying this on video? I am really confused :(
Hello do you use the same code for both microbits just download onto the two of them?
Exactly that! Just download the code onto one microbit, then download the same code onto a second microbit
@@HannahMakes thank you so muc
Thank you! Helped me a lot with my project.
Glad it helped!
That was fun
Yay :)
Awesome. I was looking for this and it seems virtually no one has used the micro bit for this purpose. Question: Since the micro bit is continuously transmitting an RF signal, how much does that affect battery life? For example, could it transmit for about 8 hours (a typical work day) on one set of batteries do you think? Also, have you tried using Bluetooth to detect phones near you (not sure if this is even possible with the micro bit)?
Thanks! I would definitely expect that the battery would hold out for a day - I use my microbits for projects and videos and I've changed the batteries once so far! Switching off the radio function would make the battery last even longer though. As for detecting phones, I'm not an expert in Bluetooth, but the blocks available in the MakeCode editor all rely on pairing the microbit with another device - which would mean the other device would have to consent to the pairing. Plus, from the microbit documentation: "A maximum of 4 devices may be paired with a micro:bit simultaneously (note though that only one paired device may connect to the micro:bit at a time)." So I don't think it would be that viable as an alternative if you were just using MakeCode. However, not knowing so much about bluetooth, I couldn't say categorically whether you could write some code by other means that would do something like that. Interesting thought though!
@@HannahMakes Thanks for that! The micro bit is new to me and all I see in documentation so far is pairing with other devices/phones. I don't know yet if it can see/detect "raw" Bluetooth data/devices. I will keep digging.
how to make it wireless,i'm still new for micro bit explore
Me too
good
Very interesting video.can you help me to make a social distence maintaining device by using this device.just for my university works.thank you.plz reply
Hello my code works and i have a question.The received packet signal strength -65 it is 2.5 m but it need to be 1.5 m.Any idea about the received packet signal strength to be in 1.5 m.Thanks!
I couldn't guess off the top of my head, but I can tell you a fun way to check :) Write a couple of lines of code to make one microbit transmit data to another. Next, write a couple of lines of code for the other microbit to make it display on screen the signal strength of the messages it receives. (Use a "received packet signal strength" block at the bottom of the radio menu.) Then, place the two microbits 1.5m apart. The screen of the second microbit will display the signal strength at that distance :) Hope this helps!
@@HannahMakes No worries bc I did it and it is -55 thanks for your code :)
@@triplea8259 Awesome :)
Great Project!
Cheers :)
Great idea..
Can we use this code for 100 micro:bit or more?
I want all my colleagues use this device for social distancing..
Great question! There's no theoretical limit on the number of microbits you could use this on, but in practice, with large numbers of devices in a situation with other radio interference, I don't know how well it would work. Best to have a backup option!
Hello. A simple and great.
Can anyone say, would it give upto 360° or atleast 180°? And Shall we attach any sensors along with the radio communication code? Please
Hi! I'm not sure what you mean by "up to 360º" - the radio signal goes in all directions, so it shouldn't matter which microbit is on the left and which is on the right, for example. And you don't need any extra sensors - the microbits are figuring out the approximate distance based only on the radio signal they're sending each other.
If I want to detect 1.5 m what signal strength should I set??
I don't know exactly, but you can find out with just a couple of lines of code! Here's some instructions I left for another commenter: Write a program that make one microbit transmit some data to another (the data can be anything you like, maybe just a number). Next, write a some code for the other microbit to make it display on screen the signal strength of the messages it receives. (Use a "received packet signal strength" block from the radio menu.) Then, place the two microbits 1.5m apart. The screen of the second microbit will display the signal strength at that distance :) Hope this helps!
thanks u help me too
thank you for helping me for my school project hahaha
LOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL
Glad it helped
😂
LOVE IT :)
YAY :)
why not use a ultrasonic sensor
Because that's more complicated ;) I wanted this project to be as simple as possible. Ultrasonic sensors would be really interesting, but they'd also tell you when you were 2 metres away from furniture rather than people, which could get annoying. The two microbits are only listening out for each other :)
@@HannahMakes Yes, with ultrasonic it would detect many objects besides people/other micro bits. Radio signal is the way to go I think!
Thx helped me
Glad to hear it :)