Smart Creativity
Published © CC BY

Temperature measuring device using Microbit/ For beginners/

Hello friends in this video we will see to how to make a temperature measuring device at home in just 5 minute.

BeginnerFull instructions provided1 hour641
Temperature measuring device using Microbit/ For beginners/

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
9V battery (generic)
9V battery (generic)
×1

Software apps and online services

MakeCode
Microsoft MakeCode

Story

Read more

Schematics

code screenshot

Code

code

Scratch
upload this in microbit.
input.onButtonPressed(Button.A, function () {
    basic.showIcon(IconNames.Heart)
    basic.showString("" + (input.temperature()))
})
basic.forever(function () {
	
})

Credits

Smart Creativity

Smart Creativity

3 projects β€’ 27 followers
A creative student....πŸ§’πŸ§’πŸ§‘

Comments

Add projectSign up / LoginAbout BBC micro:bit