This is the part 2 of the precision irrigation controller application.
In this blog I will discuss about the tools which are used in this application and additional set of codes
Tools & Components | Descriptions |
---|---|
Arduino UNO | Its the microcontroller which is used to control the sensors and pump |
5v aquarium pump and soil moisture sensor | Got from radio shack |
IRF530 or IRF510 MOSFET | relay switch for controlling the pump from Arduino signal |
Arduino IDE | IDE to program and upload to Arduino UNO |
Node.js | Server side java script .we use node.js for our main and integration module |
Eclipse MARS with HCP tools | IDE to model HANA views and develop HANA related modules like xsjs and UI5 |
Files | Description |
---|---|
PAL_WRAPPER_MODEL_CODE | wrapper procedure to create linear regression model. It gets the historical predictor variable and dependent variable as input and outputs the regression coefficients with associated statistics |
PAL_WRAPPER_PREDICT_CODE | Wrapper procedure to create linear regression prediction. It gets the linear regression coefficients and current predictor variable as input and outputs the dependent variable |
PAL_MODEL_CALL | has the code to create tables and trigger the above wrapper procedures |
Hope this blog is useful. Please give your feedback
Thanks
Md.Arrif