Project 3: Use two microbits to help you keep your distance

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

ความคิดเห็น • 57

  • @jovan3500
    @jovan3500 2 ปีที่แล้ว +1

    Thank you so much, I was doing a project similar to this, but is not making much progress until I found this video!

  • @athotasrividya7457
    @athotasrividya7457 4 ปีที่แล้ว +2

    Thank you so much. It helped me a lot and made me to understand about micro bit .

    • @HannahMakes
      @HannahMakes  4 ปีที่แล้ว

      Glad to hear that :)

  • @enzoliwag4948
    @enzoliwag4948 4 ปีที่แล้ว +1

    very interesting project

    • @HannahMakes
      @HannahMakes  4 ปีที่แล้ว

      Glad you think so! :)

  • @belinda6014
    @belinda6014 4 ปีที่แล้ว +2

    your explanation was clear and concise!!:D keep it up

  • @anabelletheyoungchangemake8403
    @anabelletheyoungchangemake8403 4 ปีที่แล้ว +1

    Thanks a lot! You helped me a lot with my project too

  • @petarblagojevic8728
    @petarblagojevic8728 4 ปีที่แล้ว +2

    That was fun

  • @renatahanifah644
    @renatahanifah644 3 ปีที่แล้ว +2

    how to check the signal strength that is suitable for us?

  • @clicksandbeeps61
    @clicksandbeeps61 4 ปีที่แล้ว +2

    Thanks! I replaced the 2 metre code with a message that days how far away you are -in metres- from a friend.

    • @HannahMakes
      @HannahMakes  4 ปีที่แล้ว

      Excellent! Well done you! :)

  • @sofiagomez1190
    @sofiagomez1190 4 ปีที่แล้ว +2

    if I fail my project i'm suing, but it if I don't thanks for you help:))

  • @chainenaimslama1870
    @chainenaimslama1870 3 ปีที่แล้ว +1

    good

  • @claire.4136
    @claire.4136 3 ปีที่แล้ว

    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

  • @danishcookie2580
    @danishcookie2580 4 ปีที่แล้ว +1

    Thank you! Helped me a lot with my project.

  • @davidpv07
    @davidpv07 4 ปีที่แล้ว +2

    Hello very good project, Could we add a buzzer or an alarm??????

    • @HannahMakes
      @HannahMakes  4 ปีที่แล้ว +5

      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 👍

    • @urmilsinha4241
      @urmilsinha4241 3 ปีที่แล้ว

      @@HannahMakes Do you mind displaying this on video? I am really confused :(

  • @user-tg8wj2lg2g
    @user-tg8wj2lg2g 3 ปีที่แล้ว +1

    Hello do you use the same code for both microbits just download onto the two of them?

    • @HannahMakes
      @HannahMakes  3 ปีที่แล้ว +1

      Exactly that! Just download the code onto one microbit, then download the same code onto a second microbit

    • @user-tg8wj2lg2g
      @user-tg8wj2lg2g 3 ปีที่แล้ว

      @@HannahMakes thank you so muc

  • @sharmilalakshmanan8670
    @sharmilalakshmanan8670 3 ปีที่แล้ว

    thanks u help me too

  • @boggynfld
    @boggynfld 4 ปีที่แล้ว +1

    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)?

    • @HannahMakes
      @HannahMakes  4 ปีที่แล้ว +1

      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!

    • @boggynfld
      @boggynfld 4 ปีที่แล้ว

      @@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.

  • @meya09
    @meya09 4 ปีที่แล้ว +1

    how to make it wireless,i'm still new for micro bit explore

  • @emersonmarreiros3840
    @emersonmarreiros3840 4 ปีที่แล้ว

    Great Project!

  • @umesha5104
    @umesha5104 3 ปีที่แล้ว

    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

  • @agussofian8122
    @agussofian8122 3 ปีที่แล้ว +1

    Great idea..
    Can we use this code for 100 micro:bit or more?
    I want all my colleagues use this device for social distancing..

    • @HannahMakes
      @HannahMakes  3 ปีที่แล้ว

      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!

  • @triplea8259
    @triplea8259 4 ปีที่แล้ว +1

    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!

    • @HannahMakes
      @HannahMakes  4 ปีที่แล้ว +1

      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!

    • @triplea8259
      @triplea8259 4 ปีที่แล้ว +1

      @@HannahMakes No worries bc I did it and it is -55 thanks for your code :)

    • @HannahMakes
      @HannahMakes  4 ปีที่แล้ว

      @@triplea8259 Awesome :)

  • @claudiarizzo1593
    @claudiarizzo1593 4 ปีที่แล้ว

    LOVE IT :)

  • @brawlwithlinx5567
    @brawlwithlinx5567 4 ปีที่แล้ว +1

    why not use a ultrasonic sensor

    • @HannahMakes
      @HannahMakes  4 ปีที่แล้ว

      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 :)

    • @boggynfld
      @boggynfld 4 ปีที่แล้ว

      @@HannahMakes Yes, with ultrasonic it would detect many objects besides people/other micro bits. Radio signal is the way to go I think!

  • @actuallyavailable
    @actuallyavailable 4 ปีที่แล้ว

    Thx helped me

    • @HannahMakes
      @HannahMakes  4 ปีที่แล้ว +1

      Glad to hear it :)

  • @karenli9191
    @karenli9191 4 ปีที่แล้ว

    If I want to detect 1.5 m what signal strength should I set??

    • @HannahMakes
      @HannahMakes  4 ปีที่แล้ว +1

      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!

  • @momodlozy6447
    @momodlozy6447 4 ปีที่แล้ว +2

    thank you for helping me for my school project hahaha

    • @momodlozy6447
      @momodlozy6447 4 ปีที่แล้ว +1

      LOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL

    • @HannahMakes
      @HannahMakes  4 ปีที่แล้ว

      Glad it helped
      😂

  • @girishanth3
    @girishanth3 3 ปีที่แล้ว

    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

    • @HannahMakes
      @HannahMakes  3 ปีที่แล้ว +1

      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.