ESP8266 Data Logging and Web Server Viewer

Поділитися
Вставка
  • Опубліковано 1 лют 2025

КОМЕНТАРІ • 14

  • @erikt81a
    @erikt81a 6 місяців тому +1

    This is the best tutorial for wiring sd module to esp8266 I found so far, I've been struggling with it all day long. Thank you!

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

    I loved it;
    Would love to see next part with Port Forwarding , or using GSM Module for the internet 😊.
    Keep it up buddy

    • @techtalkies1
      @techtalkies1  Рік тому +1

      Thank you so much. I will try port forwarding myself first, because it's quite a security dilemma!

  • @bennguyen1313
    @bennguyen1313 Місяць тому

    I'm interested in the ESP device making a hot-spot, and serve up a page to any device that connects to it.
    But I'm using the ISP-IDF IDE (eclipse), and if I understand correctly the "station" project template is to connect to an existing network/router.. and that the "access point" project template is if you want to broadcast an SSID and have a device, like your phone, see it and connect to it. Is that correct?
    I created a new project from the list of templates available (wifi->getting_started->softAP), but after building/downloading my android does not see any new SSID. The serial output shows
    W (547) spi_flash: Detected size(4096k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
    I (560) sleep: Configure to isolate all GPIO pins in sleep state
    I (567) sleep: Enable automatic switching of GPIO sleep configuration
    I (574) main_task: Started on CPU0
    I (574) main_task: Calling app_main()
    The only anomalies I can see is that, when it builds there's a 'Low Application Partition Size' warning:
    "Less than 30% of application partition size is free (267,856 of 1,048,576), would you like to increase it?
    The other strange thing is that the "Debug Configuration" Startup tab, has the 'Load symbols' check-marked.. but the 'Load executable' not checked. I think it's still downloading/debugging.. so maybe the OpenOCD options "Flash every time with application binaries" is responsible?
    In any case, any idea why the default AP project template doesn't seem to broadcast it's SSID?

    • @techtalkies1
      @techtalkies1  Місяць тому

      I'm sorry I'm not very familiar with the ISP IDF IDE.

  • @pcbwayluz
    @pcbwayluz Рік тому +1

    Nice tutorial. Were wondering if we could team up doing some fun stuffs in the near future. Any chance to reach u out?

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

      Thank you. Yes, please email me at techtalkies1@gmail.com

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

    Avísenme cuando suba la parte cuando usa el port forwarding con la esp8266 😊

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

    I can't get tye codes your website is not working

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

      Hi, please check again. It is still working.

  • @AndreRamos-k6n
    @AndreRamos-k6n Рік тому

    Nice