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 minutes1,029
Connecting BBC micro:bit with MS Azure using XinaBox xChips

Things used in this project

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
8 projects • 5 followers
Contact
PragmaticPhil
17 projects • 17 followers
Pragmatic hobbyist
Contact
KalbeAbbas
25 projects • 20 followers
An enthusiastic and dedicated Electronic engineer graduated from SSUET Karachi, Pakistan. Loves to discover Embedded electronics projects.
Contact

Comments

Please log in or sign up to comment.