Connecting BBC micro:bit with MS Azure using XinaBox xChips

A simple tutorial to connect micro:bit to Azure in less than 10 mins without coding only with XinaBox

BeginnerProtip30 minutes828
Connecting BBC micro:bit with MS Azure using XinaBox xChips

Things used in this project

Hardware components

BBC micro:bit board
BBC micro:bit board
×1
CW01
XinaBox CW01
×1
XinaBox IM01
×1
XinaBox XC02
×1

Software apps and online services

MakeCode
Microsoft MakeCode
Microsoft Azure
Microsoft Azure

Story

Read more

Code

Javascript code

JavaScript
cw01.connectToWifi("SSID", "password")
cw01.connectToAzure("Azure Logic HTTP POST URL")
basic.forever(function () {
    cw01.IoTSendValueToAzure("temperature", input.temperature())
})

Credits

Rachel Janse van Rensburg

Rachel Janse van Rensburg

8 projects • 3 followers
PragmaticPhil

PragmaticPhil

17 projects • 16 followers
Pragmatic hobbyist
KalbeAbbas

KalbeAbbas

25 projects • 16 followers
An enthusiastic and dedicated Electronic engineer graduated from SSUET Karachi, Pakistan. Loves to discover Embedded electronics projects.

Comments

Add projectSign up / LoginAbout BBC micro:bit