Approved content
The content below is provided by a partner.
This ELECFREAKS Smart Home kit package was developed by ELECFREAKS with minor assistance from Tinkercademy.
Smarthome Kit is a product about smart home project base on micro:bit which is developed by ELECFREAKS.
We selected executed components commonly used at home as TMP36 temperature sensor, sound sensor, crash sensor, servo, motor. You can build scene like windowsill, wardrobe and fish tank, create yourself smart sweet home and programming to intelligently driving them using micro:bit.
Smarthome Kit is what makes life more practical and playing with it is what makes life more interesting.
basic.forever(function () {
basic.showString("noise:")
basic.showNumber(smarthome.ReadNoise(AnalogPin.P1))
basic.showString("temperature:")
basic.showNumber(smarthome.ReadTemperature(TMP36Type.TMP36_temperature_C, AnalogPin.P2))
})
MIT
for PXT/microbit (The metadata above is needed for package search.)
smarthome-kit=github:tinkertanker/pxt-smarthome#v2.2.5