logo elektroda
logo elektroda
X
logo elektroda

No new access point after uploading ESPEasy_mega to ESP-WROOM-32

demsy 6093 58
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #31 18148580
    khoam
    Level 42  
    khoam wrote:
    The CrystalFreq option should be set to 80 MHz.
    .
    And it isn't.
  • ADVERTISEMENT
  • #32 18148593
    demsy
    Level 22  
    but I can't change to 80MHz
    No new access point after uploading ESPEasy_mega to ESP-WROOM-32

    Added after 19 [minutes]:

    with these settings
    No new access point after uploading ESPEasy_mega to ESP-WROOM-32 .
    with putty I got
    No new access point after uploading ESPEasy_mega to ESP-WROOM-32 .

    link to my esp32
    Link
  • ADVERTISEMENT
  • #33 18148682
    khoam
    Level 42  
    SPI MODE should be DIO. The rest of the settings can be.

    Added after 1 [minute]: .

    Of course you should clean the flash every time.
  • #34 18149402
    kaczakat
    Level 34  
    khoam wrote:
    khoam wrote:
    The CrystalFreq option should be set to 80 MHz.

    And it is not.
    .
    This is not possible in the tool. At 80MHz you can set SPI, but you don't need to, at 40MHz it works too. Rip everything into a short directory so you can see what you are uploading where.
    Set yourself up like this:
    No new access point after uploading ESPEasy_mega to ESP-WROOM-32 .
    Note if the green progress bar when uploading flies to the end, you can of course upload with baud 921kb, it is faster, but the cable must be good and short.
    After the first reset when you have the serial connected the monitor will spit it out:
    Spoiler:
    ets Jun 8 2016 00:22:57

    rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
    configsip: 0, SPIWP:0xee
    clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
    mode:D IO, clock div:2
    load:0x3fff0010,len:4
    load:0x3fff0014,len:812
    load:0x40078000,len:0
    load:0x40078000,len:10164
    entry 0x400789f8
    ŞU

    INIT : Booting version: (custom)
    INIT : Cold Boot
    FS : Mounting...
    E (61) SPIFFS: mount failed, -10025
    FS : Mount failed
    FS : Mount failed
    RESET: Resetting factory defaults...
    RESET: Cold boot
    RESET: formatting...
    RESET: formatting done...
    FILE : Saved /config.dat
    FILE : Saved /security.dat
    RESET: Successful, rebooting. (you might need to press the reset button if you've just flashed the firmware)
    ets Jun 8 2016 00:22:57

    rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
    configsip: 0, SPIWP:0xee
    clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
    mode:D IO, clock div:2
    load:0x3fff0010,len:4
    load:0x3fff0014,len:812
    load:0x40078000,len:0
    load:0x40078000,len:10164
    entry 0x400789f8
    ŞU

    INIT : Booting version: (custom)
    INIT : Cold Boot
    FS : Mounting...
    CRC : No program memory checksum found. Check output of crc2.py
    CRC : Settings CRC ...OK
    CRC : SecuritySettings CRC ...OK
    INIT : Free RAM:168788
    INIT : I2C
    INIT : SPI not enabled
    WIFI : AP Mode disabled
    WIFI : AP Mode ssid will be ESP_Easy-0 with address 192.168.4.1
    WIFI : Could not connect to AP! (relaxed connect mode)
    WIFI : AP Mode enabled
    OTA : Arduino OTA enabled on port 8266
    WD : Uptime 0 ConnectFailures 0 FreeMem 109096
    WD : Uptime 1 ConnectFailures 0 FreeMem 106360
    WD : Uptime 1 ConnectFailures 0 FreeMem 106360
    .
    After the reset, log in using the password "configesp" and when you join the router it shows:
    No new access point after uploading ESPEasy_mega to ESP-WROOM-32 .
    Helpful post? Buy me a coffee.
  • #35 18149503
    demsy
    Level 22  
    I did as the colleague above asked
    All the time the data flies and the esp resets as it were
    No new access point after uploading ESPEasy_mega to ESP-WROOM-32
  • #36 18149546
    khoam
    Level 42  
    demsy wrote:
    Data flies all the time and as if the esp resets
    .
    The code is uploaded with errors and hence these messages.

    demsy wrote:
    link to my esp32
    Link
    .
    What "adapter" are you using to program this module?
  • ADVERTISEMENT
  • #38 18149651
    khoam
    Level 42  
    I was referring to the "adapter" for the ESP32 module itself and how it connects to the USB/UART converter along with the power supply.
  • #39 18149662
    kaczakat
    Level 34  
    Upload using Arduino IDE + ESP32 CORE some example with led flashing or printing something on the UART. If the chip works OK without wifi, then it probably has power supply issues.
    I would blindly start with the capacitor at the chip itself, a small ceramic 100nF to start with, and end up somewhere around 3000uF. I've had the problem a few times with modules going OK, but only when I'm not using WIFI. You can see from the log that it randomly bushes somewhere in between:
    INIT : SPI not enabled 
    WIFI : AP Mode disabled
    .
    Helpful post? Buy me a coffee.
  • #41 18149680
    khoam
    Level 42  
    demsy wrote:
    For the moment I only have this- https://pl.aliexpress.com/item/32982244472.html?spm=a2g0s.9042311.0.0.27425c0fFMQEpb
    I have the power supply from the power supply, I will try to add a capacitor
    .
    Check that there are not two resistors missing there, as in the diagram below - the LED with a series resistor can be given up.

    No new access point after uploading ESPEasy_mega to ESP-WROOM-32

    Of course, the 3.3V supply and the USB/UART converter must also be switched to 3V3 mode.
  • #42 18149698
    demsy
    Level 22  
    The adapter is similar, but there is no LED.

    Added after 1 [minute]: .

    I raised the supply voltage, to 4.2V and it started up
    No new access point after uploading ESPEasy_mega to ESP-WROOM-32 .
  • #43 18149712
    khoam
    Level 42  
    demsy wrote:
    I raised the supply voltage, to 4.2V and it started
    .
    And is it definitely 4.2V on the ESP supply now?

    demsy wrote:
    Transistor is similar, but no LED.

    Check that 10k resistors are soldered into the fields marked in the image below:

    No new access point after uploading ESPEasy_mega to ESP-WROOM-32 .
  • #44 18149726
    demsy
    Level 22  
    I soldered these resistors myself because they were not available
    Now I have set 4.4V and the module draws about 140 mA and surprisingly it works
  • #45 18149796
    kaczakat
    Level 34  
    These are my monsters:
    No new access point after uploading ESPEasy_mega to ESP-WROOM-32 .
    I added 1000uF to the pure module to get the WIFI working, and 3300uF to the Lolin32, connecting the battery did nothing. I just happened to get this one for free from a Chinese guy because he was supposed to send something else, so I'm not complaining. Both worked beautifully until I turned on the WIFI. Pre-made boards with ESP32 rarely have problems, but as you can see it happens.
    Helpful post? Buy me a coffee.
  • #46 18149906
    khoam
    Level 42  
    demsy wrote:
    now I have set 4.4V and the module draws me about 140 mA and surprisingly works
    .
    I have doubts about measuring this voltage.
    The ESP32-WROOM-32 should be running at 2.7V~3.6V. It consumes 80 mA on average, at peak it can be up to 500 mA.
    There is no need to "stick" electrolytic capacitors on the ESP32 power supply, as long as the power supply itself has sufficient current capacity, i.e. min. 500 mA and "holds" the required voltage at this load (e.g. some USB ports may not meet these requirements). If you supply this ESP32 with more than 4V, you will simply shorten its lifetime.
  • #47 18149972
    demsy
    Level 22  
    I am powering this with a laboratory power supply from KORAD.
    I added a capacitor, but it did not change anything.
    Strange situation with this power supply. if I set it to 3.3V the current consumption is only 40mA and of course it does not connect to the router
  • #48 18149978
    khoam
    Level 42  
    demsy wrote:
    Wonderful situation with this power supply. if I set 3.3V the current consumption is only 40mA and of course it does not connect to the router
    .
    Can you verify the voltage measurement with some sort of meter?

    Added after 4 [minutes]:

    demsy wrote:
    I am powering this with a laboratory power supply from KORAD.
    .
    https://www.elektroda.pl/rtvforum/topic3356026.html :) .
  • #49 18150015
    demsy
    Level 22  
    on the meter I have 4V
  • Helpful post
    #50 18150019
    khoam
    Level 42  
    demsy wrote:
    on the meter I have 4V
    .
    At what voltage setting on the power supply?
  • #51 18150054
    demsy
    Level 22  
    I found the cause
    I added wires to the ESP adapter.... Previously I had such small connectors for golpins and there was a big voltage drop on them (poor connection). Now I have 3.5V on the power supply and 3.48 on the meter at the adapter.
    This is the second time a colleague has helped me.Thank you
  • #52 18150237
    khoam
    Level 42  
    No problem. Until next post ;) .
  • #53 19723920
    demsy
    Level 22  
    Hello again. I would like to revisit the topic of esp32. Namely, I am trying to upload a file named "ESP_Easy_mega_20211105_normal_ESP32_4M316k" from github.com in cell 0x10000 but unfortunately after uploading, ESP does not send out AP. How to do this?
  • #54 19723939
    khoam
    Level 42  
    demsy wrote:
    I am trying to upload a file called "ESP_Easy_mega_20211105_normal_ESP32_4M316k" from github.com in cell 0x10000
    .
    Why from 0x10000?
  • #55 19723944
    demsy
    Level 22  
    khoam wrote:
    demsy wrote:
    I am trying to upload a file called "ESP_Easy_mega_20211105_normal_ESP32_4M316k" from github.com in cell 0x10000
    .
    Why from 0x10000?


    Hmmm. good question
    Because I upload the file "ESPEasy32_R20100" that works?
  • ADVERTISEMENT
  • #56 19723947
    khoam
    Level 42  
    So try uploading ESP_Easy_mega_20211105_normal_ESP32_4M316k from address 0.
  • #57 19723959
    demsy
    Level 22  
    khoam wrote:
    from address 0.
    .
    so 0x0?
  • Helpful post
    #58 19723965
    khoam
    Level 42  
    demsy wrote:
    khoam wrote:
    from address 0.
    .
    i.e. 0x0?
    .
    Yes, it is the same :) .

    Link
  • #59 19724181
    demsy
    Level 22  
    khoam wrote:
    demsy wrote:
    khoam wrote:
    from address 0.
    .
    i.e. 0x0?
    .
    Yes, it is the same :) .

    Link

    Many thanks, once again a colleague has helped me

Topic summary

The discussion revolves around issues faced when uploading the ESPEasy_mega firmware to the ESP-WROOM-32 module. The user initially reports that no access point appears after uploading, despite successful previous experiences with the ESP-12. Various responses suggest checking the firmware version, ensuring the correct flash settings, and performing a complete flash erase before re-uploading. Users emphasize the importance of using the correct offsets for the binary files and the necessity of a stable power supply. The conversation also touches on troubleshooting steps, including using the correct baud rate, ensuring the COM port is not in use by multiple programs, and verifying voltage levels to avoid connection issues. Ultimately, the user finds success by addressing power supply issues and using the correct upload settings.
Summary generated by the language model.
ADVERTISEMENT