DIY Digital Alarm Clock Using REKA:BIT With Micro:bit
by Alhamed in Circuits > Microcontrollers
1054 Views, 1 Favorites, 0 Comments
DIY Digital Alarm Clock Using REKA:BIT With Micro:bit
![DIY Digital Alarm Clock Using REKA:BIT with micro:bit | Tutorial for Beginners](/proxy/?url=https://content.instructables.com/F4T/QSY0/KTWY7FIG/F4TQSY0KTWY7FIG.jpg&filename=DIY Digital Alarm Clock Using REKA:BIT with micro:bit | Tutorial for Beginners)
LCDs are very popular and useful when you need to display some information like sensors data from your project, and once it comes to use it with REKA:BIT it couldn't be easier. ✨
Join me in this fun tutorial to learn how to make a digital alarm clock using an LCD with REKA:BIT ⏰
Supplies
![Tools.png](/proxy/?url=https://content.instructables.com/FRX/A7MW/KTWY41XG/FRXA7MWKTWY41XG.png&filename=Tools.png)
- 1x REKA:BIT board with micro:bit v2
- 1x 3V3 I2C 1602 Serial Character LCD
- 2x Potential Meter 10K
- 3x Grove to female cable
- 1x Battery Holder
- 4x Cable ties
- 1x Box
Make Alarm Box
![Screenshot (209).png](/proxy/?url=https://content.instructables.com/FXA/I491/KTWY4593/FXAI491KTWY4593.png&filename=Screenshot (209).png)
![Screenshot (210).png](/proxy/?url=https://content.instructables.com/FUP/V1FU/KTWY4592/FUPV1FUKTWY4592.png&filename=Screenshot (210).png)
![Screenshot (211).png](/proxy/?url=https://content.instructables.com/FGF/X2ZJ/KTWY4591/FGFX2ZJKTWY4591.png&filename=Screenshot (211).png)
- Grab the box and make holes in it as shown in the figures above
Attach Components to the Box
![Slide1.JPG](/proxy/?url=https://content.instructables.com/FE7/TB7X/KTWY4DV5/FE7TB7XKTWY4DV5.jpg&filename=Slide1.JPG)
![Slide2.JPG](/proxy/?url=https://content.instructables.com/FYQ/K91S/KTWY4DV6/FYQK91SKTWY4DV6.jpg&filename=Slide2.JPG)
![Slide3.JPG](/proxy/?url=https://content.instructables.com/FNL/M5RM/KTWY4DV7/FNLM5RMKTWY4DV7.jpg&filename=Slide3.JPG)
![Slide4.JPG](/proxy/?url=https://content.instructables.com/FQM/5DRW/KTWY4DV8/FQM5DRWKTWY4DV8.jpg&filename=Slide4.JPG)
By following the figures above:
- Fix REKA:BIT and LCD in the box using cable ties
- The potentiometer should be inserted above the LCD
Connection
![Circut_6thProject.jpg](/proxy/?url=https://content.instructables.com/FGK/CR6N/KTWY4G14/FGKCR6NKTWY4G14.jpg&filename=Circut_6thProject.jpg)
By following the diagram above:
- Connect both of the potentiometers to the 1st and 3rd ports.
- Connect the LCD to the 6th port
Code
![microbit-screenshot (3).png](/proxy/?url=https://content.instructables.com/FCB/WPQF/KTWY6AW9/FCBWPQFKTWY6AW9.png&filename=microbit-screenshot (3).png)
Now, connect your REKA:BIT to your device and open MakeCode editor to start programming.
- Add REKA:BIT extension and follow the code block in the picture above
- After completing the code, download it on microbit
You can also view and edit the code by clicking here!
Well Done!
![Screenshot (216).png](/proxy/?url=https://content.instructables.com/F7K/YQRY/KTWY6B8T/F7KYQRYKTWY6B8T.png&filename=Screenshot (216).png)
Turn on REKA:BIT and start by adjusting the current time, after that proceed to set the alarm
- Hold A button and rotate the potentiometer to adjust the time
- Hold B button and rotate the potentiometer to set the alarm
Great job, have a good day maker :)