cooling home automation with Arduino(C) and Raspberry(front-end, python).
Arduino features:
- control PC 4-pin fan with PWM;
- measure temperature/humidity with DHT11/22;
- adjust fan RPM depend on temperature;
- console management;
- MQTT serial output.
front-end features:
- data collection form serial port with MQTT
- webUI with for sensors parameters
ScrollView component that handles keyboard appearance
A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput. You can use the KeyboardAwareScrollView, KeyboardAwareSectionList or the KeyboardAwareFlatList components. They accept ScrollView, SectionList and FlatList default props respectively and implement a custom high order component called KeyboardAwareHOC to handle keyboard appearance. The high order component is also available if you want to use it in any other component. Import...