top of page

How to display Temperature on micro:bit LEDs

Writer's picture: Apurva BhaleraoApurva Bhalerao

Updated: Mar 4, 2022

Following are steps to display the temperature on micro:bit led

  1. Click this link https://microbit.org/

  2. Then click on official code editor Microsoft Make Code to do programming

  3. Then click on New Project and give project name as Displaying Temperature then this window will display


4. create a variable name as temp and then place set temp block to temperature (degree calciols) on to forever block



5. If you have a micro:bit connected into laptop/pc/mobile using USB cable, Click on download button to transfer your code (hex file) and see the result

6. The result is shown below: the sensor will sense the temperature and display the temperature on led


//video.



56 views0 comments

Recent Posts

See All

Enroll to Free Courses

bottom of page