Communicate With MICRO:BIT
by Akanksha_AK in Circuits > Electronics
405 Views, 3 Favorites, 0 Comments
Communicate With MICRO:BIT
![Screenshot 2021-10-02 191008.png](/proxy/?url=https://content.instructables.com/F04/ZLA3/KU9T2FOC/F04ZLA3KU9T2FOC.png&filename=Screenshot 2021-10-02 191008.png)
This project my first project with Micro:Bit and it is made as part of MICRO:BIT contest.
First conversation with new people are hard to make. Here is my project with Micro:Bit which makes the first conversation more beautiful.
Using Micro:Bit you can customize and send small messages like some emojis and also asking for meet as well as showing direction for them to meet you by sending a move message followed by arrows for directing them.
Supplies
2 x Micro:Bit
One for sending messages and other for receiving messages.
Circuit
![Screenshot 2021-10-02 192419.png](/proxy/?url=https://content.instructables.com/FLQ/IVNE/KU9T2GZ9/FLQIVNEKU9T2GZ9.png&filename=Screenshot 2021-10-02 192419.png)
The circuit is not at all complex. It's just dragging two Micro:Bit's from the components.
Code
![Screenshot 2021-10-02 193328.png](/proxy/?url=https://content.instructables.com/FHL/XBA6/KU9T2I0N/FHLXBA6KU9T2I0N.png&filename=Screenshot 2021-10-02 193328.png)
![Screenshot 2021-10-02 193356.png](/proxy/?url=https://content.instructables.com/F8G/YOOP/KU9T2I25/F8GYOOPKU9T2I25.png&filename=Screenshot 2021-10-02 193356.png)
![Screenshot 2021-10-02 193613.png](/proxy/?url=https://content.instructables.com/F7J/YSS0/KU9T2I8Y/F7JYSS0KU9T2I8Y.png&filename=Screenshot 2021-10-02 193613.png)
![Screenshot 2021-10-02 193651.png](/proxy/?url=https://content.instructables.com/FHU/N2RB/KU9T2I90/FHUN2RBKU9T2I90.png&filename=Screenshot 2021-10-02 193651.png)
The heart of this project lies in it's code.
Before you start coding you need to decide what messages you want to include in Micro:Bit as part of your conversation.
I have considered the following:
Press A - 🙂
Press B - ☹️
Press A+B - ❤️
Gestures:
Logo up - ✔
Logo down - ✖
Free fall - Meet?
Shake - Move
3g - ⬆
6g - ➡
8g - ⬅
Next set the radio for establishing the connection between both the Micro:Bit's and give the instructions to be followed as decided.
Coding should be done for both the Micro:Bit's one to send the code and the other to receive the code.
Start Your Conversation
Simulate the project and that's it.
Hurraayyy!!!!
You have made your Mini Communication Device.
Now make your first communication with new people without any hesitation.
Try it yourself:
Click the link below to test my project.