Diana Khalipina
Published © LGPL

Basics of low-tech medical programming

Here is a simple program to get temperature values using micro:bit board. I will also tell about health parameters and sensors to get data

BeginnerFull instructions provided9 minutes506
Basics of low-tech medical programming

Things used in this project

Hardware components

BBC micro:bit board
BBC micro:bit board
×1
Battery Holder, 3 x AAA
Battery Holder, 3 x AAA
×1
USB-A to Micro-USB Cable
USB-A to Micro-USB Cable
×1

Story

Read more

Custom parts and enclosures

HEX file with the code to get temperature values from micro:bit

Schematics

Micro:bit with the battery

Code

Code to get room temperature from micro:bit

MicroPython
from microbit import *
import timewhile True: 
led_image = Image('99999:00900:00909:00900:00909') 
display.show(led_image) 
time.sleep(1) 
display.show(temperature()) 
time.sleep(1)

Credits

Diana Khalipina

Diana Khalipina

20 projects • 88 followers
I am e-health engineer Diana in Paris. Wish one day everybody become self-quantified. ❕❕ ONLINE COURSES OF PROGRAMMING MEDICAL PROJECTS ❕❕

Comments

Add projectSign up / LoginAbout BBC micro:bit