case 19:The Automatic Laundry Rack
Contents
23. case 19:The Automatic Laundry Rack#
23.1. Introduction#
When people are not at home, if it suddenly rains, we will be able to go home to pick up the clothes, and the clothes will get wet. Thus, we can use soil moisture sensor and servos to make a simple automatic drying rack. When the soil moisture sensor detects rain, it controls the servo to automatically retract the clothes rod to keep the clothes from getting wet. When the soil moisture sensor does not detect rain, it automatically extends the clothes rod to dry the clothes.
23.2. Quick to Start#
Materials#
Nezha expansion board × 1
micro:bit × 1
360°servo × 1
Bricks × n
Tips: You may need to purchase Nezha Inventor’s Kit if you want all the above compoents.
Connections Diagram#
Connect the micro:bit with the Nezha expansion board, connect the servo to S1 port and the soil moisture sensor to J1 port on Nezha expansion board.
Assembly Video#
Video reference: https://youtu.be/t2mYccra8Vw
Assembly Steps#
23.3. MakeCode Programming#
Step 1#
Click “Advanced” in the MakeCode drawer to see more choices.
We need to add a package for programming. Click “Extensions” in the bottom of the drawer and search with “PlanetX” in the dialogue box to download it.
We need to add a package for programming. Click “Extensions” in the bottom of the drawer and search with “Nezha” in the dialogue box to download it.
Note: If you met a tip indicating that the codebase will be deleted due to incompatibility, you may continue as the tips say or build a new project in the menu.
Step 2#
Programme as the picture shows:#
Link#
Link:https://makecode.microbit.org/_2Ub6zkdT8RbY
You may also downoad it directly below:
Result#
While rainning, the detected value from the soil moisture sensor is over the setting point, the laundry rack folds back in case of the clothes getting wet; while the sun comes out, the the detected value from the soil moisture sensor is below the setting point, and the the laundry rack stretches out to dry the clothes.