Making Your Plants Smart with Arduino Cloud

แชร์
ฝัง

ความคิดเห็น • 16

  • @ThereWillBeCake
    @ThereWillBeCake ปีที่แล้ว +4

    Great video but the hardware seems a bit overkill. Could you not use a single board and IoT carrier as it has 3 plugs.

  • @davidfdzp
    @davidfdzp 2 ปีที่แล้ว +1

    Any link to possible pumps to use like that? Thank you!

  • @adamjass9374
    @adamjass9374 3 หลายเดือนก่อน

    Just learning about arduino's, awesome channel. I was curious, would it also be possible to add a weight sensor below the water source with some sort of alexa integration to alert you with the water needs to be refilled?

  • @J3rs3yM1k3
    @J3rs3yM1k3 ปีที่แล้ว +1

    I understand that the dashboard was more of a show-and-tell, but you should be labeling things as you go. I'm pretty sure you got two of the moisture gauges flipped, but you can't tell for sure without manipulating the sensors. And do them in numerical order, not which ever order happens to be in the UI.

  • @julienguegan2466
    @julienguegan2466 2 ปีที่แล้ว +7

    why do you need to use 3 arduino IoT carrier ? Wouldn't it work with only 1 and 3 moisture sensor connected ?

    • @4FutureIOT
      @4FutureIOT หลายเดือนก่อน

      According to ur question friend,Iam working right now with arduino uno without cloud ,connecting 4moisture sensor including oled 168*64 .We can use uno R4 WiFi or other boards for IOT from Arduino store. By using other boards ,You can add multiple Oleds and Sensors by adding some components like (ADC S1115 and TCA9548A).
      I would like to thank Arduino and it’s team members for their hard effort and support .
      All the best friend.

  • @j1952d
    @j1952d 2 ปีที่แล้ว +3

    It would be safer to either have the pump time-out after some fixed maximum time, or turn it off if the link to the cloud is lost. Not good to come home (or back to the office) to find a flood!

    • @Arduino
      @Arduino  2 ปีที่แล้ว +1

      Yep, that's an excellent modification for this kind of project. Better safe, and all that!

    • @prateekshettar
      @prateekshettar 2 ปีที่แล้ว +1

      I'm working on a same project since a year ago 😂

  • @sukhmansinghbhogal
    @sukhmansinghbhogal 2 ปีที่แล้ว +2

    I really like the project but, can you tell me how this project can be made more sustainable to be used in real life scenario to be implemented on large scale e.g. if one want to record the humidity and moisture in his/her mushroom farm or a place one needs to measure and record the variables.

    • @Arduino
      @Arduino  2 ปีที่แล้ว +4

      Well, I'd say the basics of what you're looking for are in there. You're just looking to add sensors to a lot more plants - so it's all about positioning them in the right place, and sending all the data back to your Cloud dashboard. You may not need one of these for every plant, but have them spaced out so you can monitor a wider area.
      You might also need to think about remote power (solar can be a good option, with long life batteries like 18650s), and connectivity. Wi-Fi might reach, depending (or with extenders) or you've got cellular or LoRa (probably the way to go for very long range). Be interested to hear if you give the project a go! Sounds very cool, so keep us posted!

    • @sukhmansinghbhogal
      @sukhmansinghbhogal 2 ปีที่แล้ว

      @@Arduino thank you ☺️

  • @vikramSingh1116
    @vikramSingh1116 2 ปีที่แล้ว +3

    Is it possible to track multiple data from one Iot cloud with single Ardi9no???

    • @4FutureIOT
      @4FutureIOT หลายเดือนก่อน

      According to ur question friend ,We can use uno R4wifi /Arduino Mega 2560 or other boards for IOT from Arduino store. By using other boards ,You can add multiple Oleds and Sensors .
      Or you can use (ADC S1115 and TCA9548A).
      I would like to thank Arduino and it’s team members for their hard effort and support .
      All the best friend.

  • @gettechyt126
    @gettechyt126 2 ปีที่แล้ว

    I need the code sir?🙏

  • @TheMechatronicEngineer
    @TheMechatronicEngineer 2 ปีที่แล้ว +1

    No schematic, no code... That's not good. Not that it's difficult to find these infos but in a beginner guide video as this one it's a must.