ESP8266 WEBSERVER Send and Receive DATA using STM32 || Ring Buffer || CubeIDE

Поділитися
Вставка
  • Опубліковано 19 лис 2024

КОМЕНТАРІ • 56

  • @technics6215
    @technics6215 Рік тому

    Thank you for publishing another great code example. If you could add some error handling in future tutorials, it would be great. Running simple things is good for students and hobbyists, it would be nicer if you published slightly more advanced code showing how to make a product from start to finish, with error handling, support for many things at once (e.g. SD card, HTTP, and also control in real time).

  • @hardware7161
    @hardware7161 3 роки тому +2

    hi ! i can't find the ESP_Data_hundler ??

  • @m.nauman7801
    @m.nauman7801 4 роки тому +2

    Thank you for the great toturial. 😍

  • @andrewandrosow4797
    @andrewandrosow4797 Рік тому

    Thanks! Good video! I think about common performance of ESP8266 - there are TCP, UDP, IP stacks: some people using ONLY esp8266 as whole web-server with own logic and for example sensor control.Is this approach right?

  • @karlsimmons311
    @karlsimmons311 3 роки тому +3

    Hello, Controllerstech! Great tutorial, it works for me!:)
    I have to say that you deserve the best in life for what you create for people and how you educate them!
    I have an additional question: is it possible to create web server this method, but with possibility to access esp web-server anywhere the world? At the moment I can connect from smartphone or PC but only if that devices are connected the same wifi hotspot as ESP module :c

    • @ControllersTech
      @ControllersTech  3 роки тому +1

      You can do that by "port forwarding".
      But i would suggest not to do it, use dedicated servers like thingspeak

    • @karlsimmons311
      @karlsimmons311 3 роки тому

      @@ControllersTech Why not to use port forwarding?:( is there no way to somehow "insure" such an operation? Thingspeak looks good I think, but it seems more suited to retrieving data from some sensors than, for example, for storing a website as in your guide

    • @prasadbabu5360
      @prasadbabu5360 Рік тому

      ​@@ControllersTechsome errors occurred bro

  • @ignacioagasi3081
    @ignacioagasi3081 2 роки тому +1

    Hello sir. Can you please tell me what should be the code modification to be able to send a temperature measurement?. Thank you.

  • @omidradmanesh1778
    @omidradmanesh1778 11 місяців тому

    How to insert data to mysql in host with stm32 and hal library ?

  • @Alan96555
    @Alan96555 2 роки тому

    it doesnt work for f3 nucleo board :( i change uart_isr and no errors, but it doest work for me

  • @ibrahimALBAYRAK-pl2eg
    @ibrahimALBAYRAK-pl2eg Рік тому

    after compiling the project i get .elf error. Please help me

  • @sumedhburbure4173
    @sumedhburbure4173 4 роки тому

    Thanks! Its very helpful

  • @fahrukhkhan4597
    @fahrukhkhan4597 7 місяців тому

    ESP_DATA_HANDLER files are missing in the repo.

    • @ControllersTech
      @ControllersTech  7 місяців тому

      The github link is for ring buffer (please read before you click the link). Download the project from the website (last link in the description).

  • @mateaguero
    @mateaguero 4 роки тому

    Helloooo, thanks for your tutorials.
    Please, make something for the configuration of ssid and password of ESP8266 outside the code.
    There is nothing for stm32.
    Arduino has libraries like wifimanager that solve this problem. Thanks!

  • @valentinchamiot8101
    @valentinchamiot8101 4 роки тому

    I have a question, how can make an connection between stm32 and a PC with receive and transmit communication ?

  • @toufikiddou
    @toufikiddou 6 місяців тому

    how did you use the esp8266 MCU like a wifi module

    • @ControllersTech
      @ControllersTech  6 місяців тому

      It is nodemcu. You need to flash AT firmware to make it work like the ESP8266 module. Search on youtube, there are a lot of videos explaining how to flash the AT firmware on nodemcu

    • @toufikiddou
      @toufikiddou 6 місяців тому

      @@ControllersTech thanks bro and contenue. You are amazing 💪

  • @gallardonunezhectoralexis5060
    @gallardonunezhectoralexis5060 11 місяців тому

    Hey good morning, first thanks a lot for your video. i've tried this and the Module does connecto to the wifi network, but when i try to enter to the ip address in my web navigator it just wont load, could you help me pls?

  • @chihebsabri691
    @chihebsabri691 3 роки тому

    Hello, which version of ESP8266 you are using ? or it doesn't matter in this case ?

    • @ControllersTech
      @ControllersTech  3 роки тому +1

      Use the latest firmware and it shouldn't matter

  • @locle5227
    @locle5227 3 роки тому

    could you make tutorial with MQTT and cellular module ?

  • @ucthangnguyen4337
    @ucthangnguyen4337 3 роки тому

    how can I take the input data from webserver. For example I want to take input speed from webserver. Thank you very much sir

  • @anupnadagouda8240
    @anupnadagouda8240 3 роки тому +1

    Hi Sir, I am using esp8266 RTOS SDK. I'm programming for Ultrasonic sensor and I have to use hardware timer so please can you help me

  • @stefanmihailorincz1973
    @stefanmihailorincz1973 2 роки тому

    Does it work with an ESP32 ? ( I installed firmware for AT commands and is working)

    • @ControllersTech
      @ControllersTech  2 роки тому +1

      Why not just create the webserver using ESP32, and than simply communicate (not needed, but since you are insisting) with STM32 via the uart ?
      Anyway to answer your question, yes it should work. But do check the output of the AT commands separately (using some USB to TTL thingy) and make sure the output is similar to what is in the code

    • @stefanmihailorincz1973
      @stefanmihailorincz1973 2 роки тому

      @@ControllersTech Everything is working, but now if I want to update a data, like a sensor value on the webpage, is it special At commands like for websockets?

    • @arthurzanchetta7995
      @arthurzanchetta7995 2 роки тому +1

      @@stefanmihailorincz1973 Hey man, could you send an example, seriusly, I am trying, but it´s not very well, it´s for a homework, could you help me?

    • @stefanmihailorincz1973
      @stefanmihailorincz1973 2 роки тому

      @@arthurzanchetta7995 i did what he did in the video, is working

    • @arthurzanchetta7995
      @arthurzanchetta7995 2 роки тому

      @@stefanmihailorincz1973 ow ok, so It’s me, because with me it’s not working… great :/

  • @robertschorsch6172
    @robertschorsch6172 4 роки тому

    Great Video, very good

  • @diaszhandar9278
    @diaszhandar9278 3 роки тому

    can we use any IP address for static IP in this video? or is there free IP addresses that we can use?

  • @m.emirhanyavuz5410
    @m.emirhanyavuz5410 4 роки тому

    I want rf video

  • @widcoshop
    @widcoshop 4 роки тому

    HII HOW ARE YOU?ITS GREAT REALLYYY ..can you controll stm with android ?

    • @ControllersTech
      @ControllersTech  4 роки тому

      Yeah use the weserver on your Android or ios..

    • @widcoshop
      @widcoshop 4 роки тому

      @@ControllersTech thankk.what database you used ?

    • @ControllersTech
      @ControllersTech  4 роки тому +2

      There is no database.. it's happening in real time.. sending the entire html at once

    • @widcoshop
      @widcoshop 4 роки тому

      @@ControllersTechbut for android i need database to control it ..what link should control use in android to get and send data?

    • @ControllersTech
      @ControllersTech  4 роки тому +1

      I don't know much about database... U better check some Arduino videos and then try to replicate them here.