diff --git a/Pump.json b/Pump.json new file mode 100644 index 00000000..e69de29b diff --git a/Water b/Water new file mode 100644 index 00000000..e69de29b diff --git a/components/Blocks/5V_dc_Sub_WaterPump.json b/components/Blocks/5V_dc_Sub_WaterPump.json new file mode 100644 index 00000000..9a99e073 --- /dev/null +++ b/components/Blocks/5V_dc_Sub_WaterPump.json @@ -0,0 +1,37 @@ +{ + "name": "5V_dc_Sub_WaterPump", + "category": [ + "output" + ], + "blockId": "5457", + "app": { + "visible": true, + "appName": "5V dc_Sub_WaterPump", + "indicators": { + "solder": false + }, + "desc": "

A simple 5V DC submersible water pump.
Use this pump to water your plants!
Specifications:

  • Rated voltage: 5V DC.
  • Max rated current: 0.1-0.2A.
  • Flow Rate 1.2-1.6 L/min.
  • Suction Distance: 0.8 meter (Max).
  • SLife of Pump: 500 Hour.
  • Size: 4.5x3.0x2.5 cm.
  • Submersible installation and entirely waterproof.

    ", + "image": "https://res.cloudinary.com/circuito/image/upload/v1606977725/client/dc_pump_tealjk.png" + }, + "altComp": {}, + "circuits": [ + { + "name": "default", + "cost": 0, + "coders": [ + "5V_dc_Sub_WaterPump" + ], + "supportedControllers": [ + "ArduinoNano", + "ArduinoUno", + "NodeMCU1" + ], + "parts": [ + { + "name": "SubWaterPump_1", + "part": "SubWaterPump" + } + ] + } + ] +} \ No newline at end of file diff --git a/components/Blocks/Submersible_DC b/components/Blocks/Submersible_DC new file mode 100644 index 00000000..e69de29b diff --git a/components/Blocks/Submersible_DC Water Pump.json b/components/Blocks/Submersible_DC Water Pump.json new file mode 100644 index 00000000..f9f7e9ca --- /dev/null +++ b/components/Blocks/Submersible_DC Water Pump.json @@ -0,0 +1,37 @@ +{ + "name": "Submersible_DC Water Pump", + "category": [ + "output" + ], + "blockId": "5271", + "app": { + "visible": true, + "appName": "Submersible DC Water Pump", + "indicators": { + "solder": false + }, + "desc": "

    A simple 5V DC submersible water pump.
    Use this pump to water your plants!
    Specifications:

  • Rated voltage: 5V DC.
  • Max rated current: 0.1-0.2A.
  • Flow Rate 1.2-1.6 L/min.
  • Suction Distance: 0.8 meter (Max).
  • SLife of Pump: 500 Hour.
  • Size: 4.5x3.0x2.5 cm.
  • Submersible installation and entirely waterproof.

    \n\n\n", + "image": "https://res.cloudinary.com/circuito/image/upload/v1606976560/client/dc_pump_umbcso.png" + }, + "altComp": {}, + "circuits": [ + { + "name": "5v Dc Pump", + "cost": 0, + "coders": [ + "Submersible_DC Water Pump" + ], + "parts": [ + { + "name": "SubWaterPump_1", + "part": "SubWaterPump" + } + ], + "supportedControllers": [ + "ArduinoNano", + "ArduinoUno", + "NodeMCU1" + ] + } + ] +} \ No newline at end of file diff --git a/components/Coders/5V_dc_Sub_WaterPump.json b/components/Coders/5V_dc_Sub_WaterPump.json new file mode 100644 index 00000000..9db66178 --- /dev/null +++ b/components/Coders/5V_dc_Sub_WaterPump.json @@ -0,0 +1,6 @@ +{ + "name": "5V_dc_Sub_WaterPump", + "instantiate": { + "varname": "5v_dc_sub_waterpump" + } +} \ No newline at end of file diff --git a/components/Coders/Submersible_DC Water Pump.json b/components/Coders/Submersible_DC Water Pump.json new file mode 100644 index 00000000..7c70eb8f --- /dev/null +++ b/components/Coders/Submersible_DC Water Pump.json @@ -0,0 +1,6 @@ +{ + "name": "Submersible_DC Water Pump", + "instantiate": { + "varname": "submersible_dc water pump" + } +} \ No newline at end of file