- Intelligent IoT Projects in 7 Days
- Agus Kurniawan
- 96字
- 2021-07-02 18:25:52
Watering your garden and farm
One of the problems in gardening systems is how to water our garden or farm. There are pumps that fit boards such as the Arduino and Raspberry Pi. The 350GPH liquid pump (https://www.sparkfun.com/products/10455) could be used on your Arduino or Raspberry Pi:

You can also use a higher-voltage pump. To control it from the Arduino, you can use a relay that is connected between the Arduino and the pump. A relay can be connected to digital pins from Arduino. Using digitalRead() and digitalWrite() we can communicate with Relay from Arduino.
推薦閱讀
- C及C++程序設計(第4版)
- C# 7 and .NET Core Cookbook
- Software Defined Networking with OpenFlow
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Apache Mahout Clustering Designs
- Apache Kafka Quick Start Guide
- Python忍者秘籍
- C語言程序設計
- Getting Started with LLVM Core Libraries
- Mastering Data Mining with Python:Find patterns hidden in your data
- AutoCAD 2009實訓指導
- Learning YARN
- Android群英傳
- Clojure Web Development Essentials
- Java核心技術速學版(第3版)