Blog Post

Small Basic Blog
1 MIN READ

Play with micro:bit and Small Basic

NonkiTakahashi's avatar
NonkiTakahashi
Iron Contributor
Feb 13, 2019
First published on MSDN on Aug 28, 2017

Authored by Nonki Takahashi


BBC micro:bit is a small board computer for kids.   Today I'd like to introduce two programs that communicate between a micro:bit and a PC.

The micro:bit side program is thermometer which is programed with JavaScript Blocks Editor.  This program shows temperature at A button clicked and sends temperature to serial port when the temperature changed.



The PC side program is Thermometer.sb which receives temperature from serial port and shows it graphically.  The picture below shows Device Manager, Thermometer.sb and chibi:bit (a micro:bit compatible board).



Before running Thermometer.sb, please check the port number in Ports (COM & LPT) such like COM3 with Device Manager.  And modify line 88 of Thermometer.sb.  Then push reset button and push A button of micro:bit.

Have fun with Small Basic and micro:bit!

See Also


Published Feb 13, 2019
Version 1.0
No CommentsBe the first to comment