UPLOAD SENSORS DATA TO THINGSPEAK BY USING ARDUINO AND ESP8266

แชร์
ฝัง

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

  • @vibhvesh
    @vibhvesh 6 ปีที่แล้ว

    Thanks, Man , Your instructions were perfect!!! I was able to connect WIFI module to Arduino Uno easily. thanks a lot.

  • @jogomez1988a
    @jogomez1988a 8 ปีที่แล้ว +5

    What ESP 8266 firmware did you used?

  • @saikiran6596
    @saikiran6596 5 ปีที่แล้ว

    hey! is der a way to access the sensor data that is being stored in things speak through any link and read it?

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

    would you please make a video of the configurations required to configure the esp8266 to read info from a wifi source??
    I see the code, but all the required configurations for esp8266 aren't here.

  • @joelninan
    @joelninan 6 ปีที่แล้ว

    On which board are you running this with? The arduino Genuino board or the the esp8266. I am a newbie in this. Do reply :). **edit** Tried your code.. everything is coming on my serial monitor but not getting updated on the thingspeak.

  • @j0nas5
    @j0nas5 9 ปีที่แล้ว

    Great video! Thank you very much for making this video!

  • @harshasridhar4057
    @harshasridhar4057 8 ปีที่แล้ว

    U haven't used a USB to Serial convertor uh??
    Does it still work?????

  • @halehdamirchi146
    @halehdamirchi146 8 ปีที่แล้ว

    thanks ur tutorial helped me out a lot

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

    perfect.... that's what i needed. thanks

  • @SupremeNoble
    @SupremeNoble 5 ปีที่แล้ว

    I am using temperature sensor but it says I don't so instead of bat_volt I use my own Celcius but it say "was not declared in scope" although I put Celcius at top like your bat_volt. How to fix this please help

  • @jogomez1988a
    @jogomez1988a 8 ปีที่แล้ว

    What firmware did you used?

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

    Good work!!!
    I have a problem. I'm using your sketch but I can't send values smaller than 10. For example 9.5.
    I think the problem is when I try to send 9.5 the missatge is:
    GET /update?api_key=7K0NQ15N9GCSUAED&field1= 9.5
    As you can say in front of 9 there is a space. How can I fix it?
    TK

  • @parasbhanot
    @parasbhanot 8 ปีที่แล้ว

    i wasted whole day just to figure out correct way to send GET request .
    Thank you for providing sample code .

  • @musicx2521
    @musicx2521 5 ปีที่แล้ว

    why my sensor value is not uploading in thingspeak.
    i have done everything like you explained but its not happening. Help me in this.
    i am using arduino uno and esp8266 . why program not uploading data to cloud

  • @560tomas
    @560tomas 9 ปีที่แล้ว

    great video!while connecting to a WiFi, should middle pins (GPIO0.GPIO2,RST,CH_D) go to 3.3 V? thanks alot

  • @RafaelRodriguez-ix9zd
    @RafaelRodriguez-ix9zd 8 ปีที่แล้ว

    Excelente tuto muy agradecido

  • @abhisheknath1740
    @abhisheknath1740 7 ปีที่แล้ว

    how are u getting the ip of thinkspeak in the code?

  • @prashanthich7328
    @prashanthich7328 6 ปีที่แล้ว

    hey! i am using the same code and the hardware but WiFi is not being connected. can anyone please help me to solve this? i am using arduino uno and esp8266.

  • @bhagyashreegoje3531
    @bhagyashreegoje3531 6 ปีที่แล้ว

    Hello sir,
    I used wifi module with digital pin its working fine. But when i use it with analog pin its values are changing. What may be the reason? Please help me to fix this problem.
    Thank you.

  • @praveengadiyaram7621
    @praveengadiyaram7621 8 ปีที่แล้ว

    really excellent video, thank for sharing this information

    • @opengreenenergy
      @opengreenenergy  7 ปีที่แล้ว

      Glad you like it

    • @praveengadiyaram7621
      @praveengadiyaram7621 7 ปีที่แล้ว

      Sir I have successfully uploaded sensors data to online server(000webhost). But I don't know how to receive data from server to esp8266. Help me in solving this problem.thank u

  • @carlomagno3078
    @carlomagno3078 9 ปีที่แล้ว

    Thanks for share, it's usefull

  • @balakrishnavallavan1187
    @balakrishnavallavan1187 7 ปีที่แล้ว

    this was realy helpful can u make avideo on detailed making of the code

  • @rathodronak7
    @rathodronak7 8 ปีที่แล้ว

    Do we have to configure espmodule or directly we can connect to arduino ? And How to get continuous reading of voltage on serial monitor screen

    • @Shubham-ec7es
      @Shubham-ec7es 5 ปีที่แล้ว

      To get voltage on serial monitor. Just use the line of code given below.
      Serial.print(voltage);

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

    Thanks, you saved my day! ;)

  • @ikhsanrino8333
    @ikhsanrino8333 7 ปีที่แล้ว

    i use voltage regulator module just like you, but what kind of power supply that can i use for powering esp8266? i've tried trafo, 9v volt battery and nothing can meet the reuqirement current of esp 8266, hope you answer my question

    • @mrstanlez
      @mrstanlez 7 ปีที่แล้ว

      www.aliexpress.com/item/5PCS-5V-3-3V-DC-DC-Step-Down-Power-Supply-Buck-Module-AMS1117-LDO-800MA/32732025305.html?spm=2114.40010208.4.23.1crUmL

  • @TechclouT
    @TechclouT 5 ปีที่แล้ว

    Is it possible to send 5 sensors data to thinkspeak by ESP8266-01

  •  6 ปีที่แล้ว

    Thanks bro for your code, I realize I was missing "

    " characters at the end of the GET line.

  • @dungzaza
    @dungzaza 8 ปีที่แล้ว

    please ,help me,i have a problem.you are not connect wifi??

  • @hamzakhalid2957
    @hamzakhalid2957 7 ปีที่แล้ว

    hi can u provide us a lecture on controlling led via thing speak

  • @Sunil-tz5dv
    @Sunil-tz5dv 5 ปีที่แล้ว

    Hello sir... here we are sending data over thingspeak channel... but if we want to send data on our own server ... then what we have to do?? because it does'nt have api key , only ip address , port is there...please guide sir...

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

    why no directly program ESP8266 , its also a controller with wifi interface and can easily be programmed with Arduino IDE

    • @opengreenenergy
      @opengreenenergy  7 ปีที่แล้ว

      You are right.
      But I used this side feature to one of my main project which needs lot of memory and input output pins.

  • @AhsanSuny
    @AhsanSuny 6 ปีที่แล้ว

    good one

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

    My data is not reaching Thingspeak server , It is being displayed on Serial Monitor correctly.

  • @akhilsoleti6025
    @akhilsoleti6025 7 ปีที่แล้ว

    hi, it is a usefull project. But ca you provide the program of this project.

  • @akashagale5587
    @akashagale5587 3 ปีที่แล้ว

    How many input devices we connect to this

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

    pls what is the name of the bulk converter you used

  • @riteshkumbhare6463
    @riteshkumbhare6463 5 ปีที่แล้ว

    I also work on thingspeak but my sensor does not obtained on the thingspeak field.
    Please give me suggestion about it. My sensor is MQ-7

  • @mitkosokolov9382
    @mitkosokolov9382 4 ปีที่แล้ว

    Hi, how can we do this with RPI?

  • @Drakanx
    @Drakanx 3 ปีที่แล้ว

    does anyone know how to do the same with adxl345?

  • @rakhaammarhilmysetiawan335
    @rakhaammarhilmysetiawan335 3 ปีที่แล้ว

    Excuse me sir, why my esp8266 cant connect WiFi?

  • @ciptalabs8185
    @ciptalabs8185 8 ปีที่แล้ว

    night sir,,can you share link web tutorial this project to me?,,thank before

  • @tayaaron1921
    @tayaaron1921 9 ปีที่แล้ว +3

    hey! nice vid! btw, do you know how to send sensor data to app inventor 2 by using arduino and ESP8266?

    • @OffroadMX
      @OffroadMX 7 ปีที่แล้ว

      Same question here. Please advise. I want to send thingspeak data to app inventor 2. Its by JSON feed or how?

    • @monikasuman9616
      @monikasuman9616 7 ปีที่แล้ว

      same problem if you got answer please tell

    • @lobo5727
      @lobo5727 5 ปีที่แล้ว

      integrate thingspeak with firebase using api

  • @oluseyiagbana9372
    @oluseyiagbana9372 7 ปีที่แล้ว

    The link to access the code has expired (I think) can u send another link?

    • @guna6751
      @guna6751 7 ปีที่แล้ว

      no bro this link is working try it again

  • @-HarivigneshK
    @-HarivigneshK 2 ปีที่แล้ว

    How to read data from thingspeak pls help

  • @clarkchavez2023
    @clarkchavez2023 3 ปีที่แล้ว

    Sir, can i have the code in sending sensor data to thingspeak?

  • @bashamsk1288
    @bashamsk1288 7 ปีที่แล้ว

    can it work if i use 3.3v pin of arduino?

    • @pramodraut840
      @pramodraut840 7 ปีที่แล้ว

      arduino not provide a sufficient current. use a buck converter or ic ams 1117 for properly working esp 8266

  • @juanferrs21
    @juanferrs21 7 ปีที่แล้ว

    do you have experience with raspberry??? could you help me with my project?? we can do bargain?? tkns!

    • @opengreenenergy
      @opengreenenergy  7 ปีที่แล้ว

      +juanferrs21 No I have no experience.

  • @boopathis6833
    @boopathis6833 7 ปีที่แล้ว

    nice

  • @sreeramyapunna992
    @sreeramyapunna992 7 ปีที่แล้ว

    when i dump your program to an arduino its working with serial monitor but the values are not sent to thingspeak. can u help me out

  • @RaviKumar-co9hq
    @RaviKumar-co9hq 6 ปีที่แล้ว

    how to set up esp8266 ??? Also please tell how to coonect esp8266 to internet ..... please upload a integrated code

  • @ShivamKumar-uo6hj
    @ShivamKumar-uo6hj 6 ปีที่แล้ว

    SIR i have put same code but i am not getting data on thingspeak

  • @karthikeyandurai8908
    @karthikeyandurai8908 4 ปีที่แล้ว

    Where is the code ? Your code is not working properly...

  • @abhisheknath1740
    @abhisheknath1740 7 ปีที่แล้ว

    provide me the code to connevt wifi module + atmega 32 with webpage

    • @opengreenenergy
      @opengreenenergy  7 ปีที่แล้ว

      +Abhishek Nath You can download the code from the link given in the description below

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

      @@opengreenenergy it is not working

  • @user-hv7yw8cf6t
    @user-hv7yw8cf6t 3 ปีที่แล้ว

    the code link doesn't opeeennn !!! I need the cooooddddeee

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

    Where is the SSID and Password info for connecting to a WiFi network in your code?

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

      First I connect the ESP8266 with my router by running a separate program. But you can write a single program to do both the things.

    • @marcusunderwood5741
      @marcusunderwood5741 8 ปีที่แล้ว

      +DEBASISH DUTTA Please provide us the code.

    • @virenlakum
      @virenlakum 8 ปีที่แล้ว

      i tried but it does not work well.....

    • @pranavgote
      @pranavgote 6 ปีที่แล้ว

      Open Green Energy Can you connect esp8266 with mobile hotspot?

    • @alejandrogranados8104
      @alejandrogranados8104 5 ปีที่แล้ว

      how can I do that?

  • @Donbra
    @Donbra 6 ปีที่แล้ว

    where is the psw and ssid ?

    • @opengreenenergy
      @opengreenenergy  6 ปีที่แล้ว

      +Brandon Antonio You have to write your Router PSW and SSID

    • @Donbra
      @Donbra 6 ปีที่แล้ว

      i found this
      Set the UART on esp8266
      // AT Command to display the OK message
      // AT+GMR Command to display esp8266 version info
      // AT+UART_CUR=9600,8,1,0,0 Command to change the ESP8266 serial baud rate to 9600
      // AT+UART_DEF=9600,8,1,0,0 Command to change the default ESP8266 serial baud rate to 9600
      // AT+RST Command to reset
      And then, put the wifi chip on estation mode with AT comands from the arduino
      github.com/jayraj4021/Personal-Weather-Station-14/blob/master/Personal_weather_station.ino
      But i don`t realy sure if this is goint to work
      PD: sorry for my inglis
      Saludos desde Santiago, Chile

  • @F_N9901
    @F_N9901 6 ปีที่แล้ว

    Buy a nodemcu instead.....

  • @RahulSharma-oi4es
    @RahulSharma-oi4es 8 ปีที่แล้ว

    nivr