当前位置:网站首页>Measure the height of the building
Measure the height of the building
2022-07-07 20:23:00 【CSDN】
Measure the height of the building
Have you ever thought about the height of your teaching building ? Do you think you need very precise measuring instruments ? Through this IUnstructable, You will learn how to build a simple micro:bit instrument , Help you calculate the height of the school building .
The tools needed

All you need is :
- A calculator
- With battery holder BBC micro:bit
- 3D Printer making box
- Tape measure
- Write down the calculations with pencil and paper
The first 1 Step : Get ready Micro:bit


The first step is to micro:bit Encoding , To measure the angle of the top of the building you are looking at to measure the height .
Know this angle , Use trigonometric ratio , You can calculate the height of the building .
micro:bit The accelerometer can measure the inclination angle in two directions : Up and down ( pitch ) And left and right ( rolling ).
For this work , You will code the scroll axis to make it more comfortable to use .
You can view the code in the picture , Use This link Or download hex file .
The attachment
[ Failed to transfer the external chain picture , The origin station may have anti-theft chain mechanism , It is suggested to save the pictures and upload them directly (img-cGmeLhAk-1657186171022)(https://content.instructables.com/static/image/file.default.gif)]microbit-roll-axis.hex
The first 2 Step :Micro:bit How it works ?


You've got to micro:bit Coded , To measure the inclination angle on the rolling axis .
Measure the angle correctly , First find zero , And then move micro:bit, Until the desired angle is obtained .
To display the angle value on the screen , Just click A Button . Besides , This value will be saved until you press again A Button , So if you need to check again , You can press B Button .
The first 3 Step : by Micro:bit Print a box



In order to measure and observe the angle of the top of the building , You need to use objects with observation tubes . Because you will use micro:bit Measure the angle , So the best way is to use small tubes . therefore , The best choice is to print a with a tube 3D The box .
You can link here Revision in China 3D Model .
The attachment
Micro bit box .stldownload 3D View
The first 4 Step : Write down the measured value

Now it is time to take the necessary measurements to calculate the height of the building . Stand at a proper distance from the building , In order to measure the angle at which the highest point can be seen . It is not recommended to get too close .
You will need three measurements :
- Distance to the building X. From the top of the building ( use micro:bit get ).
- Eye to ground height Y.
Use the data , You can calculate h1. The total height of the building can be calculated as
H= h1 + Y
The first 5 Step : Do math
Now it's time to do the math needed to calculate the height of the school building .
Use pass micro:bit Tangent of angle obtained , You can calculate the height displayed in the pictures included in this section h1.
The total height of the building can be achieved by adding h1 + Y = H To calculate .
-O-
In the example executed when taking the pictures shown in this tutorial , The following measurements were used :
X = 17.7 rice
Y = 1.62 rice
alpha = 25 degree .
Use the data ,h1 = 8.25 rice , The total height of the school building is :
H = h1 + Y = 8.25 + 1.62 = 9.87 m.
边栏推荐
猜你喜欢

VMWare中虚拟机网络配置

The boundary of Bi: what is bi not suitable for? Master data, Martech? How to expand?

BI的边界:BI不适合做什么?主数据、MarTech?该如何扩展?

Network principle (1) - overview of basic principles

写了个 Markdown 命令行小工具,希望能提高园友们发文的效率!

Force buckle 2319 Judge whether the matrix is an X matrix

机器学习笔记 - 使用Streamlit探索对象检测数据集

数据孤岛是企业数字化转型遇到的第一道险关
![[MySQL - Basic] transactions](/img/a4/52c4b156b107c1e2f0220b4379eab2.png)
[MySQL - Basic] transactions

智能软件分析平台Embold
随机推荐
Force buckle 912 Sort array
写了个 Markdown 命令行小工具,希望能提高园友们发文的效率!
Try the tuiroom of Tencent cloud (there is an appointment in the evening, which will be continued...)
力扣674. 最长连续递增序列
如何在软件研发阶段落地安全实践
JVM class loading mechanism
AIRIOT助力城市管廊工程,智慧物联守护城市生命线
使用高斯Redis实现二级索引
智能软件分析平台Embold
About cv2 dnn. Readnetfromonnx (path) reports error during processing node with 3 inputs and 1 outputs [exclusive release]
使用camunda做工作流设计,驳回操作
解决/bin/sh进去的容器运行可执行文件报not found的问题
凌云出海记 | 易点天下&华为云:推动中国电商企业品牌全球化
When easygbs cascades, how to solve the streaming failure and screen jam caused by the restart of the superior platform?
JNI 初级接触
Is it safe to open a stock account at present? Can I open an account online directly.
一文读懂数仓中的pg_stat
开发一个小程序商城需要多少钱?
TS快速入门-泛型
力扣 1790. 仅执行一次字符串交换能否使两个字符串相等

