Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.

Have an account? Sign In
Continue with Facebook
Continue with Google
or use

What is the capital of Egypt? ( Cairo )

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people's questions & connect with other people.

Sign Up Here
Continue with Facebook
Continue with Google
or use

What is the capital of Egypt? ( Cairo )

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Volt.Tech

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask question.

Continue with Facebook
Continue with Google
or use

What is the capital of Egypt? ( Cairo )

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

volt.tech Logo volt.tech Logo
Sign InSign Up

volt.tech

volt.tech Navigation

  • Home
  • About Us
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Tags
  • Category
    • Amplifiers
    • Passives & Protection
    • Clocks & Timing
    • Diodes & Rectifiers
    • FPGAs & PLDs
    • Interface ICs & Transceivers
    • LEDs & Optoelectronics
    • Memories
    • MEMS & Sensors
    • Microcontroller
    • Power Management
    • RF & Microwave
    • Security & Smart Card
    • Motor Drivers
    • Wireless Connectivity
  • Groups
  • Add group
  • Badges
  • Help
  • Home
  • About Us
  • Contact Us
Home/Questions/Q 2239
Next
In Process
Avs Mohan
  • 1
Avs Mohan
Asked: August 19, 20222022-08-19T11:37:29+05:30 2022-08-19T11:37:29+05:30In: Wireless Connectivity

MQTT Starts Too Slow

  • 1

When esp_mqtt_client_start was caleed, it takes 7 seconds to return connected state. Then I set up that it took lower than 1 second to connect from the launch to return OK. Is there any way to shorten the time ahead?

esp32launchmqttslow
  • 2 2 Answers
  • 0 Followers
  • 0
Answer
Share
  • Facebook

    Related Questions

    • How Placement Apply to Modules ESP32-S3 WROOM 1U?
    • How to Reset MCU while opening serial port in ESP32?
    • How to enter the low- level RF encoder/decoder on the ESP32- C3?
    • How to design the antenna on my PCB board?
    • How to connect the Ethernet adapter to the embedded lwIP stack simultaneously with transparent WiFi?

    2 Answers

    • Voted
    • Oldest
    • Recent
    1. geek
      2022-08-22T10:23:04+05:30Added an answer on August 22, 2022 at 10:23 am

      The first thing you will need to do is create a Gateway using a single ESP32. The gateway receives ESP- Now from your sensors/devices( using the ESP32 AP interface), is connected to WiFi( using the ESP32 STA interface) and on the data to the MQTT broker. ESP- Now transferring devices can request anRead more

      The first thing you will need to do is create a Gateway using a single ESP32. The gateway receives ESP- Now from your sensors/devices( using the ESP32 AP interface), is connected to WiFi( using the ESP32 STA interface) and on the data to the MQTT broker. ESP- Now transferring devices can request an acknowledgement( ACK) from the gateway. The total ESP- Now connect to ACK is around 25ms; this is constant whether a request for ACK is set” True”, or” False”. Because the Gateway always stays connected to the WiFi- network there’s no network connection pause( your 7 secs).

      See less
      • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
    2. Sandeep kumar
      2022-08-26T21:57:01+05:30Added an answer on August 26, 2022 at 9:57 pm

      hello,   It isn't experiencing a "bottleneck" problem. I believe that every time his device reconnects to the wifi, there is a delay. The amount of time it takes to connect to wifi can vary depending on your proximity to the network and can take several seconds. I experienced the same issue witRead more

      hello,

       

      It isn’t experiencing a “bottleneck” problem. I believe that every time his device reconnects to the wifi, there is a delay. The amount of time it takes to connect to wifi can vary depending on your proximity to the network and can take several seconds.

      I experienced the same issue with remote sensors that required deep sleep in order to conserve battery. It was necessary for a sensor to re-connect to the network after an incident that caused it to awaken from deep slumber. The system as a whole was slowed down by the normalisation of connection time required for sensor synchronisation. Espressif’s ESP-Now is the answer it offers to this specific issue.

      See less
      • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Continue with Facebook
    Continue with Google
    or use

    What is the capital of Egypt? ( Cairo )

    Forgot Password?

    Need An Account, Sign Up Here
    Continue with Facebook
    Continue with Google

    Sidebar

    Ask A Question

    Related Questions

      • On: December 6, 2023
      • Answer: 1

      How Placement Apply to Modules ESP32-S3 WROOM 1U?

      Hello,I am reading the hardware design guide and it shows the proper placement of the module in the baseboard. However, this just shows those modules with inner PCB antenna. Does this placement quiet apply

      • On: November 22, 2023
      • Answer: 1

      How to built-in PLL with ESP32- S3SOC?

      Hello all,I'm designing a board equipped with ESP32- S3SOC.Wireless function (WiFi & Bluetooth) isn't used.Is it possible to operate with the built-in PLL without an external

      • On: October 30, 2023
      • Answer: 1

      How to extract the data via micro USB port?

      Hello,I am currently working on a design that involves data logging and saving on a micro SD card using a Fire beetle using an ESP32 WROOM 32D. We presently have it working but

      • On: September 13, 2023
      • Answer: 1

      How to Reset MCU while opening serial port in ESP32?

      Hi,I'm working on a circuit based on AiThinker ESP32-C3-13/ 13U- Kit and communicating the ESP32 kit with my computer through GPIO18 and GPIO19. The problem is when I open the COM port on my. In the net operation, MCU resets

      • On: August 24, 2023
      • Answer: 1

      How to enter the low- level RF encoder/decoder on the ...

      HelloCan I get access to the low-level RF encoder/ decoder on the ESP32- C3? I would like to transfer and receive my own signals applying the 2.4 GHz antenna, outside of the Bluetooth/ wifi protocols. The reason I need to

      • On: August 7, 2023
      • Answer: 1

      How to design the antenna on my PCB board?

      Hi, I'm using an ESP32 controller, and I want to design the antenna on my PCB board, Can I get the antenna design details? Thank You

      • On: July 12, 2023
      • Answer: 1

      How to connect AWS IoT Core to EPS Module?

      Hi, guys.I want your recommendation for AWS IoT Provisioning.I am looking for wifi and ble of EPS Module to connect to AWS IoT Core.I mean this module has wifi and ble.I need it to be ready to use AT Command

      • On: July 1, 2023
      • Answer: 1

      How to Use USB port for both JTAG and Mass ...

      Hi everyone,Is it possible to use the USB port for both JTAG and Mass Storage Devices (or CDC)?This can either beIt enumerates as a composite device For the first 10 seconds of booting it's JTAG, but also switches over

      • On: June 22, 2023
      • Answer: 1

      Why WiFi transferring not working correctly in ESP32-S3?

      Hii, I have the raw ESP32 S3 with a self-made Inverted-F antenna. I can scan for different WiFis and can discover quite a some with fine signal strength. I can not, still, connect to any WiFi. It tries to connect forever. Even

      • On: June 8, 2023
      • Answer: 1

      How to Use of special IOs in ESP32-S3?

      Hi,I designed to use an ESP32- S3 for a project, where many IO pins will be used. I flash the ESP32- S3 with the integrated JTAG over USB.There are some pins, that I am now doubtful if I can use

    • Popular
    • Answers
    • Manoj

      Configuration using .dp vision in Infineon XDPL series IC .

      • 5 Answers
    • Linto

      Renesas RL78/G14 ADC interface code

      • 4 Answers
    • ashishgawade
      ashishgawade added an answer Hello, No. External modules can get places wherever when it comes… December 7, 2023 at 10:05 am
    • vikas Nagpal
      vikas Nagpal added an answer Hello Jameshleo, Thanks for reaching out to the Volt Tech… December 5, 2023 at 11:43 am
    • sachinsharma
      sachinsharma added an answer Hi @jabirsheikh, For limit-checking sludge, the hardware uses the original… December 1, 2023 at 10:12 am
    • Alex thomas
      Alex thomas added an answer Welcome @audrawells, to the community! The STWBC86 is a Qi… November 29, 2023 at 10:36 am
    • ellasmith
      ellasmith added an answer Hello, No, you need a crystal.   Thank You Ella… November 23, 2023 at 10:19 am

    Users

    Kelli M. Worthington

    Kelli M. Worthington

    • 1 Question
    • 0 Answers
    test32847481

    test32847481

    • 0 Questions
    • 0 Answers
    Natural Wholesale

    Natural Wholesale

    • 0 Questions
    • 0 Answers
    james Williams

    james Williams

    • 0 Questions
    • 0 Answers
    Nora Benjamin

    Nora Benjamin

    • 0 Questions
    • 0 Answers

    Explore

    • Tags
    • Category
      • Amplifiers
      • Passives & Protection
      • Clocks & Timing
      • Diodes & Rectifiers
      • FPGAs & PLDs
      • Interface ICs & Transceivers
      • LEDs & Optoelectronics
      • Memories
      • MEMS & Sensors
      • Microcontroller
      • Power Management
      • RF & Microwave
      • Security & Smart Card
      • Motor Drivers
      • Wireless Connectivity
    • Groups
    • Add group
    • Badges
    • Help

    Footer

    volt.tech

    Volt.Tech

    Find your spark

    About Us

    • About Us
    • Contact Us
    • Groups

    Legal Stuff

    • Privacy Policy
    • Faqs

    Follow

    © 2022 volt.tech. All Rights Reserved
    With Love by volt.tech.

    Go to mobile version

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.