Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added Pump.json
Empty file.
Empty file added Water
Empty file.
37 changes: 37 additions & 0 deletions components/Blocks/5V_dc_Sub_WaterPump.json
Original file line number Diff line number Diff line change
@@ -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": "<p>A simple 5V DC submersible water pump.<br>Use this pump to water your plants!<br>Specifications:<br><li>Rated voltage: 5V DC.<br><li>Max rated current: 0.1-0.2A.<br><li>Flow Rate 1.2-1.6 L/min.<br><li>Suction Distance: 0.8 meter (Max).<br><li>SLife of Pump: 500 Hour.<br><li>Size: 4.5x3.0x2.5 cm.<br><li>Submersible installation and entirely waterproof.</p>",
"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"
}
]
}
]
}
Empty file.
37 changes: 37 additions & 0 deletions components/Blocks/Submersible_DC Water Pump.json
Original file line number Diff line number Diff line change
@@ -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": "<p>A simple 5V DC submersible water pump.<br>Use this pump to water your plants!<br>Specifications:<br><li>Rated voltage: 5V DC.<br><li>Max rated current: 0.1-0.2A.<br><li>Flow Rate 1.2-1.6 L/min.<br><li>Suction Distance: 0.8 meter (Max).<br><li>SLife of Pump: 500 Hour.<br><li>Size: 4.5x3.0x2.5 cm.<br><li>Submersible installation and entirely waterproof.</p>\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"
]
}
]
}
6 changes: 6 additions & 0 deletions components/Coders/5V_dc_Sub_WaterPump.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "5V_dc_Sub_WaterPump",
"instantiate": {
"varname": "5v_dc_sub_waterpump"
}
}
6 changes: 6 additions & 0 deletions components/Coders/Submersible_DC Water Pump.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Submersible_DC Water Pump",
"instantiate": {
"varname": "submersible_dc water pump"
}
}