Capacitive Soil Moisture Sensor with ESP8266, OLED Display, & Arduino IoT Cloud

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 17

  • @iotprojectsideas
    @iotprojectsideas  2 года назад +1

    ► Capacitive Soil Moisture Sensor with ESP8266, OLED Display, & Arduino IoT Cloud
    ► Project Schematics + Source Code: theiotprojects.com/capacitive-soil-moisture-sensor-with-esp8266-oled-display/

  • @Kepeera
    @Kepeera Год назад +1

    Awesome!!! Can you do the same but for the sh1106 ?

  • @aytekdorken
    @aytekdorken Год назад +1

    Awesome project thank you. Is it possible to use OLED screen with SPI interface instead of I2C? What kind of changes in the code and schematics need to be done?

    • @iotprojectsideas
      @iotprojectsideas  Год назад +1

      yes, you can use SPI interface but need to modify some code.

  • @MrAlsan
    @MrAlsan 2 года назад +1

    Awesome and interesting project ☺️

  • @HowtoElectronics
    @HowtoElectronics 2 года назад +1

    great project

  • @ramyrutu
    @ramyrutu 11 месяцев назад

    No value showing on the dashboard. what to do ?

  • @bukanidamanmu4489
    @bukanidamanmu4489 2 года назад

    May i use this project to my research in college? Thank you so much

  • @abooodebinafif8106
    @abooodebinafif8106 2 года назад

    sorry it kept saying that starting LoRa failed
    Plz Can you assist

  • @BorisSiber
    @BorisSiber Год назад

    Thanks for sharing. Code did not work until I’ve added soilmoisturepercent;
    void loop() {
    // Your code here
    soilmoisturepercent;

    • @ramyrutu
      @ramyrutu 11 месяцев назад

      what line is that?

    • @BorisSiber
      @BorisSiber 11 месяцев назад

      166, new line

    • @ramyrutu
      @ramyrutu 11 месяцев назад +1

      @@BorisSiber Thank you, I had the code put in different folder but I fixed that and now I have error soilMositureValue not delcared

    • @ramyrutu
      @ramyrutu 11 месяцев назад +1

      Figured out. In the Dashboard build where the button for soilmoisturevalue need to be changed to soilMoistureValue. Didnt have to change line 166 but it works now.