Currently working on
razi@razi:~$ Su -
root@razi:~# Make A-change
Email: i@razifalah.com
Phone number: +972-52-3075200
You can also contact me via Chat or email address
Outstageed is a free to use web app with no limitations what so ever, as long as you have some morals and a proper internet connection you can come make a free account. Outstageed can also act as a host for articles you can request to customize your own html, css page, you can even add scripts.
Subscribe to outstageed news letter
Project is indevelopment by razifalah.com Team
You will also have the option to customize your own page with html, css and scripts might be possible.

After signing up, you will be presented with this page on the first login in order to customize your public profile.

Please be aware this is a beta feed page for testing and will not be officially released
This agriculture project is powered by arduino ESP32 micro-controller, this projects aims towards building a smart agriculture house containing a handful amount of sensors in order to achieve a smarter way of monitoring plants. it's equipped with state-of-the-art security measurements and immediate alarms and protective actions.
The following image contains a prototype describing how the system works.
Like the name this feature will supply water to the plants in the agri-house, there will be a connected water supply tube to every plant in the system, the water will be supplied depending on many factors like whether the soil is dry or not.
As well as weather status, a working API will provide us with information, based on them, the system will supply water. for instance, when the day is rainy the water supplying will be skipped, low humidiy equals more water is needed. The system will counduct a humidity check as frequently as we choose, if the humidity level happens to be abnormal there will be a warning, which can be viewed in the web interface, a sonic warning might be triggred in extreme cases. (Humidity checks will be powered by OpenWeather API). Same as mentioned earlier regarding the humidity monitoring the system will conduct a temperature check automatically, in case of abnormal temperature a warning will pop up on the web interface a sonic alarm might be triggred in cases where immediate action is required. (Temp check are powered by a sensor for indoors accuracy as well as an API mostly used for outdoor temp monitoring). If a fire or a gas leak was detected by the system, there will be an immediate sonic alarm and also a pop up on the web interface asking for immediate intervention, in extreme cases, the system will initiate a flood protocol which means the water pump will work at high capacity and fans will shut off. Responsible for handiling pop-up alarms as well as API manipulations (for testin). Responsible for outputting basic data. Responsible for providing plants with lights if needed, determined using a photoresistor and a time-table, in case of weather changes, the time-table will be overrode or ajusted.
Exampe of the code running in the ESP32 based on the API data
Most components was already provided at my expense
- ESP32 Board View on aliexpress
- Power supply Not yet decided.
- Moisture sensor View on aliexpress
- Photoresistor View on aliexpress
- Gas sensor View on aliexpress
- Sonic alarm View on aliexpress
- Water supplier motor (Water pump) View on digikey
- Light supplier (LED orange) View on aliexpress
- Alarm ligh (LED Red) View on aliexpress
- 5mm fans View on aliexpress
- 4*20 LCD Display View on aliexpress
ESP32-WIFI connection code with openweather API using http request
View API http call code & init wifi at the main file here.View API http call sandbox test here (Not a real API).
Exampe of the code running in the ESP32 according to the API data with LCD display
View LCD display containing weather and alarm data code here.
No need for testing, device is operating successfuly and same as the pervious test
Example of the demo alarm system
This alarm system is not yet finished and waiting for a speaker alarm and more extra leds to be added.
Download video hereexample of light supplier
This light supplier works only in the day, it determines if it should run or not based on Openweather API to get night/day status and also a light sensor.