Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 1.82 KB

README.md

File metadata and controls

38 lines (35 loc) · 1.82 KB

GardenForce-Demo

A new product based on IoTForce. The prototype is based on low-cost hardware to monitor the moisture in the soil and irrigate the plant based on a 5v motor that pumps the water. The moisture can be configured through Salesforce and the lectures from the sensor can be monitored. The intention is to create a centralized hub with an ESP32 in order to monitor multiple plants, and all the data can be reported or monitor in Salesforce.

The stack selected:

  • Features in Salesforce:
    • Online monitoring of moisture.
    • Moisture level configuration for trigger the water pumping.
    • Flow configuration (based on minutes)
  • IOT Proxy:
    • Ioticos(MQTT)
  • Hardware:
    • ESP32
    • Moisture sensor
    • 5v Relay
    • 5v motor
  • Software:
    • Arduino IDE
    • Salesforce:
      • Custom Object: Plant

General Schema

Schematics

Hardware

Schematics Schematics

Salesforce

Config History Report

Reload secuence

  • (python folder) nohup python3 ./forever.py > gardenforce.log &
  • systemctl reload apache2
  • Review errors: * cd /var/log/apache2/ * cat access.log * cat error.log