I prepared a presentation in three languages to explain which body and room parameters have a direct influence on our state of health and are important for the measurement. I also explain which sensors can be used to take measurements and I describe in details how to build a first program to check a room temperature with micro:bit.
My presentation in english: https://youtu.be/xt7WWS7D6Zo
My presentation in french: https://youtu.be/8miuW91zK_0
My presentation in russian: https://youtu.be/6Qoel7UzKgU
We will start with a simple program and get temperature values using micro:bit card. To do it we need to write a code in Micropython and send it to the card via USB cable.
Here is a code to get the data:
Here is an explanation of the meaning of every line of the code (more detailed explanation can be found in my videos):
Then, after the code is transfered to the miscobit, the screen of micro:bit will show temperature values every 2 seconds:
Comments