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/espressif

Tag: espressif

Espressif  is a public multinational, semiconductor company established in 2008, with offices in China, the Czech Republic, India, Singapore and Brazil. Focused on developing wireless communication, low-power AIoT solutions. Creating the popular ESP8266, ESP32, ESP32-S, ESP32-C and ESP32-H series of chips, modules and development boards.

Espressif supports a large variety of open-source projects, including SDKs, components, libraries, solutions, and tools, which aim to help developers bring their projects to life. Espressif’s chips, modules and development boards are widely deployed in products as home appliances, light bulbs, smart speakers, consumer electronics and payment terminals.

volt.tech Latest Questions

ashishgawade
  • 0
ashishgawade
Asked: June 22, 2023In: Wireless Connectivity

Why WiFi transferring not working correctly in ESP32-S3?

  • 0

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 ...Read more

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 when I get really very close to the router.
similarly, creating an AP doesn’t give an error, but the AP doesn’t become visible when scanning with other devices.

I assume there’s some error that prevents me from * transferring * anything.
What could be the issue?

Thank you in advance.

Read less
antennaesp32espressifinvertedtransferringwifi
  1. Julian White
    Added an answer on June 23, 2023 at 12:21 pm

    Hello! It sounds like you're having trouble connecting your ESP32 S3 to WiFi and creating an access point. There could be a few different issues causing this, but here are a few things you could check: Make sure you are using the correct WiFi credentials. Double-check the SSID and password you are uRead more

    Hello! It sounds like you’re having trouble connecting your ESP32 S3 to WiFi and creating an access point. There could be a few different issues causing this, but here are a few things you could check:

    1. Make sure you are using the correct WiFi credentials. Double-check the SSID and password you are using to connect to the WiFi network. If you’re not sure, try connecting to a different WiFi network with known credentials to see if that works.
    2. Check that your antenna is properly connected to the ESP32 S3. Make sure the antenna is securely attached and that the connection is not loose. You could also try using a different antenna to see if that solves the problem.
    3. Check your code to ensure that you are properly configuring the ESP32 S3 to connect to the WiFi network or create an access point. Make sure you are using the correct libraries and functions to connect to WiFi and create an access point.
    4. Check the power supply to your ESP32 S3. Make sure it is receiving enough power to operate properly. You could try using a different power source or adding a capacitor to help stabilize the power supply.
    5. Try resetting your ESP32 S3 to its default settings. This can sometimes help clear up any configuration issues that may be causing the problem.

    I hope these suggestions help you get your ESP32 S3 up and running! Let me know if you have any further questions.

    Thank You

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
Alex thomas
  • 0
Alex thomas
Asked: May 3, 2023In: Wireless Connectivity

How to Configuring GPIO9 Strapping Pin in User App?

  • 0

Hello. Is there a way to enter bootloader/ download mode by calling a certain function in the user app? For example, I am aware of a function CODE SELECT ALL esp_restart() that will only reset the CPU and it’ll boot back to the user ...Read more

Hello.

Is there a way to enter bootloader/ download mode by calling a certain function in the user app?
For example, I am aware of a function

CODE SELECT ALL
esp_restart()

that will only reset the CPU and it’ll boot back to the user app.
But what I want is another function or a number of codes that resets the CPU and makes it so that it wouldn’t jump to the user app and rather would stay in the bootloader.
I searched, but could not discover any information on that. I tried configuring GPIO9 strapping pin as an output, writing 0 to it, and calling the esp_restart() function, but that did not work, probably because strapping pins aren’t sampled after the software reset.

Thank You

Read less
bootloadercpuesp32espressifgpio9
  1. Julian White
    Added an answer on May 5, 2023 at 10:00 am

    Hello @Alex, Probably. Note that this register is typically intended for DWC- OTG use, and as the C3 doesn't have this, I am not sure if we tested the functionality there, but you can try the following CODE SELECT ALL (RTC_CNTL_OPTION1_REG,RTC_CNTL_FORCE_DOWNLOAD_BOOT); esp_restart(); Thank You JuliRead more

    Hello Alex thomas,

    Probably. Note that this register is typically intended for DWC- OTG use, and as the C3 doesn’t have this, I am not sure if we tested the functionality there, but you can try the following
    CODE SELECT ALL

    (RTC_CNTL_OPTION1_REG,RTC_CNTL_FORCE_DOWNLOAD_BOOT);
    esp_restart();

    Thank You

    Julian White

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
Alex thomas
  • -1
Alex thomas
Asked: April 20, 2023In: Wireless Connectivity

How to Use 5V VIN pin in ESP32 LoRa SX1276 Microcontroller?

  • -1

Hey, I am creating a smash barrier controller with ESP32 SX1276 LoRa microcontroller, and I require a 5V external power force, but I can not find anywhere which pin of 5V is the VIN one, I do not want to ...Read more

Hey, I am creating a smash barrier controller with ESP32 SX1276 LoRa microcontroller, and I require a 5V external power force, but I can not find anywhere which pin of 5V is the VIN one, I do not want to ruin my module, so does anyone know this particular module and which of the 5V pins is the VIN one? I have uploaded the board setup for reference purposes. If you want any extra information please let me know.

Thank You

Alex Thomas

Read less
esp32espressifloramicrocontrollermodulepinsx1276vin
  1. nidhi singh
    Added an answer on April 21, 2023 at 10:04 am
    This answer was edited.

    Hello, They are likely both connected to the Vin signal; check with a multimeter if there is continuance between the two pins if you want to make sure. Thank You Nidhi Singh

    Hello,

    They are likely both connected to the Vin signal; check with a multimeter if there is continuance between the two pins if you want to make sure.

    Thank You

    Nidhi Singh

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
ashishgawade
  • 0
ashishgawade
Asked: February 17, 2023In: Wireless Connectivity

What is the Correct Way to Control 2x Solenoid 12v?

  • 0

Hi, It’s my first post today. I am building a lock system and in my result, I need to control 2 selenoids (Independently). Basically, I am looking for a way to switch the impulse between pins. The system is based on QR ...Read more

Hi,

It’s my first post today. I am building a lock system and in my result, I need to control 2 selenoids (Independently). Basically, I am looking for a way to switch the impulse between pins.

The system is based on QR verification. External software will be communicating with esp and esp (based on the input) will decide which selenoid should open.

I am mostly a web dev with a lack of expertise in embedded stuff and so far I’ve made simple solutions based on one of the youtube tutorials. It looks like this (esp instead of raspberry).

I wonder how I could extend this construction to achieve the below. Do I need an alternate 12v supply, alternate relay, etc? Or maybe some transistors? I would appreciate any hint

Thank You

Read less
esp32espressifraspberysolenoidtransistors
  1. vikas Nagpal
    Added an answer on February 21, 2023 at 11:23 am

    You're practically correct! You need two modules, but one 12V supply is enough. You can wire the 12V and GNDs together. You have to be alert, the power supply should be suitable to power both solenoids, so in the case of two 2A solenoids, you need a 4A collection.

    You’re practically correct!

    You need two modules, but one 12V supply is enough. You can wire the 12V and GNDs together. You have to be alert, the power supply should be suitable to power both solenoids, so in the case of two 2A solenoids, you need a 4A collection.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
nidhi singh
  • 0
nidhi singh
Asked: January 24, 2023In: Wireless Connectivity

ESP32- CAM What’s the Max Capacity of the MicroSD Card?

  • 0

Hi, I would want to see what’s the maximum capacity of the MicroSD card to stay completely compatible with the ESP- 32 CAM specifications 32 Gb. further than 32Gb? Thank you for your answer, Nidhi Singh

Hi,

I would want to see what’s the maximum capacity of the MicroSD card to stay completely compatible with the ESP- 32 CAM specifications 32 Gb. further than 32Gb?

Thank you for your answer,
Nidhi Singh

Read less
32gbcamcardesp32espressifmicrosd
  1. vikas Nagpal
    Added an answer on January 30, 2023 at 10:20 am

    Hello Nidhi, Above 32 GB, the card has to be formatted applying the exFAT filesystem. exFAT is supported in IDF through the FatFS library, but the support is disabled by default. You can modify #defineFF_FS_EXFAT 0 in ffconf.h from 0 to 1, and also rebuild the operation. Thank You

    Hello Nidhi,

    Above 32 GB, the card has to be formatted applying the exFAT filesystem.
    exFAT is supported in IDF through the FatFS library, but the support is disabled by default. You can modify #defineFF_FS_EXFAT 0 in ffconf.h from 0 to 1, and also rebuild the operation.

    Thank You

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
ashishgawade
  • 0
ashishgawade
Asked: January 12, 2023In: Wireless Connectivity

How to Check EMC in Test Mode for the Certification Process?

  • 0

Hi We’ve to get our hardware certified in a number of different countries. And to meet the certification process the ESP software will need to configure our hardware to different functional countries as there are a number of software-controlled DC/ DC ...Read more

Hi

We’ve to get our hardware certified in a number of different countries. And to meet the certification process the ESP software will need to configure our hardware to different functional countries as there are a number of software-controlled DC/ DC inventories on the hardware.

The challenge is that Espressif just supplies the FCC test software as a binary. I’ve communicated with Espressif to know if I can get the source code or in the binary library so that I can incorporate it into our test code, and they replied that won’t supply the code.

Does anyone know how to put the ESP32 into the needed modes for the certification process?

Regards

Read less
certificationemcespesp32espressiffccsoftware
  1. Alex thomas
    Added an answer on January 17, 2023 at 10:26 am

    Hi, Do all possible noise sources have to be enabled during purposeful radiator testing or just those directly coupled to the antenna? Obviously, there is some possibility of dealings between purposeful and unintentional radiator sources. This is how we get stuff like FCC complete modular instrumentRead more

    Hi, Do all possible noise sources have to be enabled during purposeful radiator testing or just those directly coupled to the antenna? Obviously, there is some possibility of dealings between purposeful and unintentional radiator sources. This is how we get stuff like FCC complete modular instrument taking rf shielding and internal regulation. The unintentional radiator sources would be tested independently with purposeful radiators powered off. This may be different from other official authorities.

    Obviously, espressif should give some support similar to allowing gpio control or Lua/upython scripting in the test binary or releasing a library that can be incorporated into IDF designs. perhaps too important fear of CW mode being turned into a jammer? At least it should be available under NDA and usage agreement.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
vikas Nagpal
  • 0
vikas Nagpal
Asked: December 28, 2022In: Wireless Connectivity

ESP32-C3 Firmware Update?

  • 0

Hello, I presently research and suppose about the possibilities to initial flash and later update the firmware on an ESP32 based product from the price point, I would like to use an ESP32-C3 and the built-in USB port to flash & ...Read more

Hello,

I presently research and suppose about the possibilities to initial flash and later update the firmware on an ESP32 based product from the price point, I would like to use an ESP32-C3 and the built-in USB port to flash & update the firmware.
That indeed would save the USB2UART chip.
I can’t go with the S2 as I need WiFi and Bluetooth.

But I didn’t find any tutorial/extended info if/how this is possible. The only things I found

  • DFU — Using the native USB on ESP32-S2 for flashing the firmware
  • Nearly was mentioned that C3 USB can be used in CDC mode
  • CircuitPython on Espressif SoCs

so I currently don’t know if it’s possible. I hope anybody can shine some light on this for me;-)

Thank and Regards

Vikas

Read less
bluetoothesp32espressiffirmwareusbusb2uartwifi
  1. ashishgawade
    Added an answer on December 29, 2022 at 10:19 am

    Hello, Thanks for reaching out to Volt Engineering Community. The C3 has a USB device that effectively replaces an external USB- serial and USB- JTAG chip; you should be suitable to use that to flash updates. Please let us know if it answers your question. Regards, Ashish

    Hello,

    Thanks for reaching out to Volt Engineering Community.

    The C3 has a USB device that effectively replaces an external USB- serial and USB- JTAG chip; you should be suitable to use that to flash updates.

    Please let us know if it answers your question.

    Regards,

    Ashish

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
Alex thomas
  • 0
Alex thomas
Asked: November 18, 2022In: Wireless Connectivity

ESP32 Wrover Resets Upon Contactor Shutdown (Noise)?

  • 0

Hello, I would like to ask why my ESP32 wrover resets every time the contactor on the ‘power line’ closes else it works OK. Regards Alex

Hello, I would like to ask why my ESP32 wrover resets every time the contactor on the ‘power line’ closes else it works OK.

Regards

Alex

Read less
connectivitycontactoresp32espressifpower linewirelesswrover
  1. nidhi singh
    Added an answer on November 23, 2022 at 11:04 am

    Hello, Likely either EMC or a power force dip. Make sure the power supply of the ESP is well-isolated from the contactor coil. Thanks & Regards Nidhi Singh

    Hello, Likely either EMC or a power force dip. Make sure the power supply of the ESP is well-isolated from the contactor coil.

    Thanks & Regards

    Nidhi Singh

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
cleaneatzkitchen
  • 0
cleaneatzkitchen
Asked: November 8, 2022In: Wireless Connectivity

How to use LED Control PWM in low speed mode?

  • 0

Hi! I’m applying the LED Control (LEDC) PWM to control the servo motor, it worked well. And now I need to control further than 8, I’ve checked the ESP32 datasheet, and there have 16 channels can use 8 in High – ...Read more

Hi!

I’m applying the LED Control (LEDC) PWM to control the servo motor, it worked well.
And now I need to control further than 8, I’ve checked the ESP32 datasheet, and there have 16 channels can use 8 in High – speed mode, and 8 in Low – speed mode.
But the ledc library does not support low- speed mode right now, is there any way to use led pwn in low- speed mode?
Like, write the register directly?

thanks!

Read less
datasheetespesp32espressifledledcuart
  1. Alex thomas
    Added an answer on November 11, 2022 at 12:21 pm

    Not sure if the driver does not support all 16 channels. they may just not be supporting the low- speed option of the low- speed channels. But anyway, if you want to poke at the registers yourself, the LED PWM controller is documented in the TRM. Do not forget to actually turn the peripheral on, andRead more

    Not sure if the driver does not support all 16 channels. they may just not be supporting the low- speed option of the low- speed channels. But anyway, if you want to poke at the registers yourself, the LED PWM controller is documented in the TRM. Do not forget to actually turn the peripheral on, and you should get it going enough quickly.

     

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
vikas Nagpal
  • 0
vikas Nagpal
Asked: September 10, 2022In: Power Management

Lyra-T and JTAG Debugging

  • 0

Maybe here in the ADF forum are some Lyra- T users. I’ve a Lyra- T( using WROVER- B) and I’m trying to get JTAG debugging working on Windows. I’ve tried both VSCODE ane decline. Both detect the chip via JTAG, but ...Read more

Maybe here in the ADF forum are some Lyra- T users.

I’ve a Lyra- T( using WROVER- B) and I’m trying to get JTAG debugging working on Windows. I’ve tried both VSCODE ane decline. Both detect the chip via JTAG, but I do not get any step further.
Anyone here having more success, or even can confirm it must be possible with the Lyra- T?

Read less
esp32espressifjtaglyra-t
  1. nidhi singh
    Added an answer on September 15, 2022 at 12:42 pm

    The JTAG debugging issues I was having when using VSCode, ESP-IDF Extension, and ESP-PROG *may* have been caused by the ESP-OpenOCD v0.11.0-esp32-20220411. When I replaced it with ESP-OpenOCD v0.11.0-esp32-20220706, I was able to flash via JTAG and Start/Stop debug session without seeing any errors.

    The JTAG debugging issues I was having when using VSCode, ESP-IDF Extension, and ESP-PROG *may* have been caused by the ESP-OpenOCD v0.11.0-esp32-20220411. When I replaced it with ESP-OpenOCD v0.11.0-esp32-20220706, I was able to flash via JTAG and Start/Stop debug session without seeing any errors.
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
1 2 … 4

Sidebar

Ask A Question

Stats

  • Questions 450
  • Answers 435
  • Comments 0
  • Best Answers 9
  • Popular
  • Answers
  • Manoj

    Configuration using .dp vision in Infineon XDPL series IC .

    • 5 Answers
  • Linto

    Renesas RL78/G14 ADC interface code

    • 4 Answers
  • Alex thomas
    Alex thomas added an answer Hello, Right, existing LED drivers all have PWM engines. It… September 19, 2023 at 11:10 am
  • Julian White
    Julian White added an answer Hello, You should set handshake after setting property RtsEnable =… September 14, 2023 at 10:59 am
  • Julian White
    Julian White added an answer Hello @Vikas, Thanks for posting your question online. Yes, one… September 12, 2023 at 10:33 am
  • Alex thomas
    Alex thomas added an answer Hi @sachinsharma, XDPL8221 has a PWM dimming interface which is… September 4, 2023 at 11:01 am
  • ashishgawade
    ashishgawade added an answer Hello I assume that you're using our STEVAL_ISC005V1 board and… August 29, 2023 at 10:32 am

Users

test38067226

test38067226

  • 0 Questions
  • 0 Answers
test2376360

test2376360

  • 0 Questions
  • 0 Answers
Erica Mills

Erica Mills

  • 2 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.