This works gained special prize in 2016 Guangdong Student Maker Contest!
Arthor: Ye lihao, Liu shiyu and Huanglan. They are all grade 9 students.
Mentors: He wei, Xiangqun Chen
User Interface:
Components:
- Buttons: BtnHeatON, BtnHeatOFF, BtnWarmON, BtnWarmOFF, BtnWaterON, BthWaterOFF, BtnDisconnect
- ListPicker: Choose bluetooth address to connect
- TimePicker: Set timer
- Three non-visible components: Timer, BluetoothClient, Notifier
Blocks ( In English ):
- Variables:
items: items that may controll in specified time
Time_Hour: value hour that set in advance
Time_Minute: value minute that set in advance
ifSent: if the value is 0, the data has not been sent, otherwise if the value is 1, the data has been sent former.
- Connect & Disconnect:
When click disconnect, disconnect bluetooth.
- Send data
- Set timer:
If the time hits setting, send variable data to Arduino board.