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.
- 1 x sensor:bit
- 1 x Octopus Crash Sensor
- 1 x Octopus TMP36 Temperature Sensor
- 1 x Octopus Analog Photocell Brick
- 1 x Octopus Analog Noise Sound Sensor
- 1 x Octopus Soil Moisture Sensor
- 1 x Octopus Single RGB Rainbow LED
- 1 x Octopus Motor Brick
- 1 x IIC OLED Module
- 1 x 1 Channel Relay 3V Relay Module
- 1 x 3V vertical water pump
- 1 x EF92A micro:servo
- 1 x Battery Box
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.)