2018年1月16日星期二

Make a Wearable Pedometer with Micro:bit



Introduction

Micro:bit has integrated accelerometer on the board. With this accelerometer, we can realize pedometer function by shaking our hands. If we combine it with a button battery, then a simple pedometer is created!

1


Tools&Materials:

1 x ELECFREAKS Power:bit For Micro:bit
1 x BBC Micro:bit Board for Coding & Programming
1 x Acrylic Base Board
1 x Watch Band
7 x 3*5 Screws

Hardware Introduction

ELECFREAKS Power:bit is a kind of micro:bit extension board with minimum size. It is powered by two 2025/2032 button batteries and carries a buzzer on the board.
You can refer to the picture below to cut your acrylic board.


How to Make

Firstly, fix your micro:bit onto power:bit.

23

Then use 2 screws to fix the acrylic base board onto power:bit.


4

 


Programming

Click to open Microsoft Makecode, write your code in the editor area.
Click Edit in the upper right corner to edit your program, then click Download in the bottom to save your code into micro:bit.


Code Explain

Set start image and initialize the count.


When a vibration is detected, the count number will increase 1.


Press button A to display the count number of your foot steps.


Succeed

Now you have create a pedometer by your own. Let's try it!

This article is from: https://www.elecfreaks.com/12298.html
If you have any questions, you can contact: louise@elecfreaks.com.

没有评论:

发表评论

精选博文

How to Make a Counter with microbit

How to Make a Counter with microbit When we have boarded airplane, we often encounter a situation like this: a beautiful stewardess ca...