IoT Based Solar Power Monitoring System with ESP32 & ThingSpeak Server

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

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

  • @RandomTorok
    @RandomTorok 9 месяцев назад +2

    I managed to get this working beautifully on a breadboard. So, I ordered 5 of the PCBs from a PCB supplier and they don't work. In the schematic you can see the LM35 pin 3 is connected to the GND of the ESP32. However, in the gerber you can clearly see the trace going not to ground but to pin 13 of the ESP.

  • @solomonkane2298
    @solomonkane2298 2 года назад +2

    This is awesome. Thanks for uploading.

  • @RandomTorok
    @RandomTorok 10 месяцев назад +1

    I think the pinouts for the ESP that I'm using are different. I could not get the voltage sensor to sense anything then another website said to use pin 32 and when I made that change it worked fine. What ESP are you using for the PCB?

  • @subhammukherjee6863
    @subhammukherjee6863 Месяц назад

    thank you for this nice presentation, i am currently building up movable solar panel with two photoresistor sensors, connecting to the two edges of the solar panel. now i want to extract data for solar voltage, temperature, current etc, for this case, what change should be there in your code?

  • @KalpeshBadgujar-si7ib
    @KalpeshBadgujar-si7ib Год назад +2

    any project with IOT and machine learning

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

    Do we need to do soldering

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

    Nice work!

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

    Amazing project

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

    Another great project 😃😃
    Thank you so much for consistently sharing the knowledge with us 🤩❤️

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

    Hi
    Code is running everything good but getting temp as 329 and it’s constant it don’t change at all neither voltage nor light intensity
    Getting same output everytime.
    Checked the sensors looks fine
    When I check lm35 with multi meter I was getting 25-26 celsius
    Can you please help me with this. Tried almost everything

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

      Check the connection of LM35 with analog pin. Run an example code to verify whether ur LM35 is fine.

    • @RandomTorok
      @RandomTorok 9 месяцев назад

      Ensure the esp is grounded to the same ground as the LM35. I was getting the same thing, Temperatures in the hundreds then a whole bunch of zeros. ONce I grounded the ESP the reading became normal.

    • @jazibhassan1526
      @jazibhassan1526 7 месяцев назад

      ​@@RandomTorok
      How to ground ESP32 ?

    • @RandomTorok
      @RandomTorok 7 месяцев назад

      @@jazibhassan1526 run a cable from the ground of the ESP32 to the ground of the temperature sensor. The 2 devices need to share a common ground.

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

    Good project
    But
    Light intensity Gmail alerts would be great

  • @khadejaziauddin1476
    @khadejaziauddin1476 6 месяцев назад

    plz send the code and also brief drivers required to work on esp32

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

    Hello ,
    My display is showing 0 volts and and temperature is not changing

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

      Same errror!!
      Did you try anything???

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

      Did you found any solution???

    • @jazibhassan1526
      @jazibhassan1526 7 месяцев назад

      Getting the same problem
      Did anyone got the solution?

    • @EEBKamalKantSingh
      @EEBKamalKantSingh 7 месяцев назад

      @@eshabhatt4068 check out your Arduino code
      There must be some error

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

    Great project.

  • @ZaidAhmedShariff-mt9ny
    @ZaidAhmedShariff-mt9ny Год назад

    Can u plz let us know the connection tutorial

  • @KrishnakumarGomadurai-wg7qm
    @KrishnakumarGomadurai-wg7qm Месяц назад

    Can you send full details with source code

  • @jagadeshjagadesh3864
    @jagadeshjagadesh3864 8 месяцев назад

    Lcd Display is not working

  • @قدرالزروق
    @قدرالزروق 9 месяцев назад

    What does this mean(Compilation error: no matching function for call to 'LiquidCrystal_I2C::begin()')

    • @RandomTorok
      @RandomTorok 8 месяцев назад

      Try changing lcd.begin(); to lcd.init(); The LiquidCrystal_I2C has no begin function.

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

    Can u make ax2358 input selector ic based 5.1 amplifier remote

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

    Good project 👍❤️

  • @khadejaziauddin1476
    @khadejaziauddin1476 6 месяцев назад

    kindly send the full code plz it's urgent the code on website has issues in compilation

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

    code is running properly with no error!! but nothing is coming on LCD and when i press the buttons on esp32 the lights on lcd changes but not getting any output

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

      Change your I2C address for LCD. Some LCD has address of 0x27 while some has 0x3F. Change the address in code. Then upload and check.

    • @RandomTorok
      @RandomTorok 10 месяцев назад

      Try setting the contrast level on the LCD. There is a scew on the back to enable this.

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

    Nice project......i have a 2kw solar project and i want watch its power kwh or kw in real time can u make it?

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

    This is awesome

  • @ManojKumar-ge4mc
    @ManojKumar-ge4mc Год назад

    How to buy pcb board

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

    Do you guys ship the models to Canada???

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

      Yes we can ship it to Canada.

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

      How many days it takes minimum if in hurry??

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

      @@HowtoElectronics how can I contact you alternatively if I want the project to be delivered???

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

      I will send you through Canada post.

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

      @@HowtoElectronics max how many days it may take??

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

    Cane we set the wifi SSID and password

  • @--akshya--1
    @--akshya--1 8 месяцев назад

    HEYYY PLEASE TELL ME HOW TO USE THINK SPEAK SERVER? I M IN TROUBLE PLEASE HELP ME

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

    Plz provide me the connections😢

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

    Nice

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

    👍

  • @ManojKumar-ge4mc
    @ManojKumar-ge4mc Год назад

    I want this project

  • @john-nath99
    @john-nath99 Год назад

    Nice tutorial. Great Project.
    In real solar applications. I want to do things like check my battery percentage. Check how much load is on my system And Probably detect excess load on the batteries. Please can you do a tutorial on that?
    👍

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

      Some tutorials on this is coming soon. I am working on it.

    • @MedicalDetective-sw4fx
      @MedicalDetective-sw4fx 5 месяцев назад

      Can you make this same for my solar system I will buy :-
      Parameters are :
      Voltage(upto 600v )
      Current (upto 100A)
      Power etc.
      Wifi monitoring

  • @ManojKumar-ge4mc
    @ManojKumar-ge4mc Год назад

    I want to contact with you sir
    Please respond quickly please

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

    Please help me out

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

    Nice