• Tags
  • Documentation
  • Order
  • Register
  • Login
Duet3D Logo Duet3D
  • Tags
  • Documentation
  • Order
  • Register
  • Login

Duet2Wifi 3.5.2 - wifi stopped working after installing 3.5.2

Scheduled Pinned Locked Moved
Firmware installation
2
5
215
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • undefined
    SERGEY_SOCHI
    last edited by SERGEY_SOCHI 28 Aug 2024, 12:24

    Hello everyone who will read this to help me or find answers to their questions.
    I apologize for the way I write. I am not very familiar with English)

    I have been using DUET2WIFI ​​for a long time, although not much. Everything worked fine on version 3.2 or so. Immediately upon installing update 3.5.2 - which I threw through the web, Wi-Fi stopped connecting. When power is supplied, the blue LED flashes briefly once for a moment.

    When connecting USB and terminal it writes.
    e857264f-6f7d-4edf-af42-623e340e0e3e-image.png

    After several commands, DUET connects to the WiFi network
    2a7d3cc9-b863-4c04-b64c-12535bc516df-image.png

    After reboot, wifi connection does not occur. In config.g, the M552 S1 command is present.

    In the console it says
    Error in macro startup file, line 51: Heater 1 not found.
    But I don't think it's related.

    undefined 1 Reply Last reply 29 Aug 2024, 10:49 Reply Quote 0
    • undefined
      droftarts administrators @SERGEY_SOCHI
      last edited by 29 Aug 2024, 10:49

      @SERGEY_SOCHI Please post your config.g file, preferably as text, not an image.

      Did you update from v3.2 straight to v3.5.2? It is possible that the WiFi firmware update did not happen, or did not complete successfully, or that there is a clash between SSIDs that the WiFi module has stored. Please try sending the following from YAT:

      1. Send M122. Look at the end of the report, where it shows the WiFi information. What 'Firmware version` is it running? WiFi Firmware version 2.1.0 is bundled with RRF 3.5.2. Older WiFi firmware versions may or may not work. It should look something like this:
        === WiFi ===
        Interface state: active
        Module is connected to access point
        Failed messages: pending 0, notrdy 0, noresp 0
        Firmware version 2.1.0
        MAC address f4:cf:a2:6f:be:62
        Module reset reason: Power up, Vcc 3.39, flash size 2097152, free heap 39528
        WiFi IP address 192.168.1.182
        Signal strength -66dBm, channel 6, mode 802.11n, reconnections 0
        Clock register 00002001
        Socket states: 0 0 0 0 0 0 0 0
      2. If you are running an old WiFi firmware version, you should update it. From RRF 3.3, firmware update files are stored in the /firmware folder on the SD card. If you updated from 3.2, the firmware files will be in the /sys folder. So if you updated directly from RRF 3.2 to 3.5.2, you will need to send this command: M997 S1 P"0:/sys/DuetWiFiServer.bin". Otherwise send M997 S1`.
      3. To check for an SSID clash, send M587 to list all the currently remembered networks. If there is more than one, particularly more than one with the same name, send M588 S"*" to delete them all, then follow the 'Getting Connected' guide to add them again: https://docs.duet3d.com/en/How_to_guides/Getting_connected/Getting_connected_to_your_Duet#h-5-connect-duet-to-network

      Ian

      Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

      undefined 1 Reply Last reply 29 Aug 2024, 20:03 Reply Quote 0
      • undefined
        SERGEY_SOCHI @droftarts
        last edited by 29 Aug 2024, 20:03

        @droftarts Thank you for your reply.

        on m122 received the answer Firmware version 2.1.0 and after rebooting the network is not saved. response to command m587 - Remembered networks: none.

        After command M997 S1 P"0:/sys/DuetWiFiServer.bin" Firmware version 1.27 is establishedc4fec942-89ad-4a5a-8866-4f2e8d6b0dbe-image.png

        1b924f99-94ed-4de4-a2c7-abd3275bc176-image.png

        It turns out that firmware version 2.1.0 does not work with my Wi-Fi module. I don’t know how important this is, but some time ago I replaced the Wi-Fi module with a module with a plug-in antenna.
        2b90fc99-a7fc-4038-b4f9-51e4bafc7d7c-image.png
        I didn't think that such problems could arise.

        undefined 1 Reply Last reply 29 Aug 2024, 21:00 Reply Quote 0
        • undefined
          droftarts administrators @SERGEY_SOCHI
          last edited by 29 Aug 2024, 21:00

          @SERGEY_SOCHI I asked @dc42, he replied:

          I am fairly certain that the ESP-07 has insufficient flash memory for 2.1.0. I've seen it quoted as 512kb or 1Mb. Duet WiFi boards with external antenna originally used the ESP-07S which has 4Mb. Later ones use the WROOM-02U which is a different size package.

          However WiFi firmware version 1.27 should continue to work with RRF releases for the foreseeable future.

          Ian

          Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

          undefined 1 Reply Last reply 29 Aug 2024, 21:38 Reply Quote 0
          • undefined
            SERGEY_SOCHI @droftarts
            last edited by 29 Aug 2024, 21:38

            @droftarts
            Ok. Anyway, thanks for the support. You helped me a lot. If necessary, I can replace it with ESP-07S, if that helps. I still have to check the config.g and maybe adjust something.

            1 Reply Last reply Reply Quote 0
            1 out of 5
            • First post
              1/5
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA