Questions tagged [esp32]
A cheap and low-power microcontroller family using Tensilica Xtensa LX6 CPU cores with integrated WiFi and dual-mode bluetooth.
938 questions
0
votes
2
answers
2k
views
How can I identify the abilities of my ESP32 module?
I was attempting to discover how to identify my ESP32 development board.
I was wondering how to discover the abilities it supports.
Here's a snapshot of my board:
This was related to a question I ...
1
vote
2
answers
5k
views
How to use an external 32kHz crystal for ESP32 S3 with Arduino IDE?
I want to use an external 32kHz crystal for RTC with ESP32 S3, but I didn't see any example or tutorial for Arduino IDE, Even when I asked ChatGPT, it gave me some example but the code gave library ...
1
vote
1
answer
297
views
External EEPROM Read and Write Issues: Junk Values in I2C Communication
I have an ESP32 controller and am using AT24C1024 for communication. In my code, I am trying to access an external EEPROM at positions writing data from 0 to 10000 position data is = '1'. However, ...
0
votes
1
answer
197
views
ESP32 (Arduino): WiFi.softAPdisconnect(true) gives error + Heap Corruption issues
I have NodeMCU ESP32s and I am using Arduino framework.
I want the ESP to connect to local Wifi, so I set AP on ESP and send to it UDP packet with WIFI credentials.
I am doing it in a loop until sent ...
0
votes
1
answer
343
views
Not able to control servo motor using ESP32 board when RGB LED is used
I'm new in using ESP32 boards. For some reasons, the servo motor is not working when RGB LED code is used. I have looked everywhere and I did not see any solution for this. Any help is appreciated.
...
0
votes
1
answer
349
views
Xiao ESP32-C6 in CircuitPython
So I recently bought two Xiao ESP32-C6 from SeeedStudio; they work with Arduino code out of the box. Now I want to flash the CircuitPython bootloader from here https://circuitpython.org/board/...
1
vote
0
answers
77
views
`__has_include` macro on ESP board
I am working on a code for ESP boards that can be used on either ESP32 or ESP8266 and I want to make sure I include the correct libraries.
I know I can check if ESP32 OR ESP8266 are defined, but I ...
0
votes
1
answer
184
views
How to logging Preferences library
On my esp32 project, I use Preferences.h to store some values over rebooting.
I have the issue that mypref.begin("nameSpc", false); returns 0 in one case, but works in a other part of the ...
0
votes
1
answer
610
views
Send data with Serial.write() hex values
I'm using ESP32-C3 as hardware and Arduino IDE as my software core.
I receive a data from MQTT server and want to send it to another board using serial port as a hex number. However, it gets sent over ...
2
votes
1
answer
987
views
Very slow to connect to WiFi with ESP32 (minutes, not seconds)
I am having some issues with connecting to WiFi with an ESP32 board. It is very sloooooooooow. The first few times I tried, I left it alone for 20 minutes and it still wasn't able to connect. So I ...
1
vote
1
answer
564
views
Can't mount microSD card with Freenove ESP32 WROVER Module and Sparfun MicroSD module
I'm using Freenove's ESP32 WROVER Module with their GPIO expansion board as shown in the image below:
I'm trying to integrate Sparkfun's microSD module in the circuit. Here's my sketch. However, I'm ...
-1
votes
1
answer
704
views
ModuleNotFoundError: No module named 'serial' when compiling for ESP32 in Arduino IDE [duplicate]
I'm new to ESP32 development and I'm trying to compile a program in the Arduino IDE to record the vibrations by an ADXL345 sensor. However, during compilation, I encounter a "ModuleNotFoundError: ...
-1
votes
1
answer
120
views
Sending data through LoRa with ESP32-E
I have an Esp32-E from Firebeetle and LoRa from SBComponents. On both of these devices there are RX and TX pins. I believe that LoRa pins are just an extension of pins found on the Firebeetle.
My ...
1
vote
4
answers
2k
views
ESP32 cam and MB code uploaded but nothing in Serial Monitor
The code works successfully but nothing happens in the serial monitor, what do I do as I've tried almost everything.
1
vote
0
answers
973
views
Keyestudio KS5009 ESP32WROOM32 Smart Home
I'm encountering persistent errors with the sample code provided for my smart home kit project. Despite conducting extensive research and troubleshooting efforts, I haven't been able to find a ...
1
vote
0
answers
715
views
Can't upload to nano esp32
Recently bought a nano esp32 to play around with the small size and wifi module. However I'm plagued by the No DFU capable USB device available message.
My efforts and deductions:
I can connect to ...
3
votes
4
answers
39k
views
esp32, platformio A fatal error occurred: Packet content transfer stopped (received 8 bytes) *** [upload] Error 2
When i try to upload code to the esp32 the following error shows up in the command line:
A fatal error occurred: Packet content transfer stopped (received 8 bytes).
I use platformio in VScode the ...
2
votes
4
answers
17k
views
ESP32-CAM rst:0x8 TG1WDT_SYS_RESET bootloop [closed]
I have ESP32-CAM that I plan to use as a simple security camera. I tested the software and it was working perfectly. I programmed it using FTDI programming board with 5V. After testing everything I ...
0
votes
0
answers
249
views
How can I save an image from the ESP32-CAM to a separate SD card?
For a project, I need to take a picture with the ESP32-CAM, save it to an SD card, and then have the Arduino UNO access the image. I have the ESP32-CAM with OV2640 connected to the ESP32-CAM-MB, which ...
3
votes
2
answers
579
views
Difficulties acquiring angle values from MPU6050
I'm attempting to acquire angle values from an MPU6050 IMU sensor using an ESP32-DevKitM-1 microcontroller.
My setup contains the ESP32 board, the MPU6050 board, and an SD card reader to save the ...
2
votes
2
answers
2k
views
ESP32 SPI Mutual Communication
I have two ESP32 cards. I want to set one of these cards as Master and the other as Slave and communicate via SPI. I have done this before on Arduino Uno, but I cannot do this on ESP32.
Below are my ...
2
votes
0
answers
354
views
Arduino ESP32-S3 MSC FW+Files
I want both, a Config file on the MSC and also FW Update via USB.
Right now I can choose on a Hold Button which should be done.
But it shows always two Drives instead of one.
One Drive is empty and ...
0
votes
1
answer
497
views
Interfacing 8 ohm speaker ouput with ESP32
I'm trying to use an ISD1820 recording module with the ESP32, except I want to store the recordings and send them over Wifi rather than playing them back. The ISD1820 has an output for an 8-ohm ...
1
vote
1
answer
2k
views
How to pass AT commands to LoRa from ESP32 UART?
I have connected a Reyax RYLR998 LoRa module to an ESP32's UART2, but AT commands passed through Hardware serial are not working.
#define RXD2 16
#define TXD2 17
void setup() {
Serial.begin(...
0
votes
1
answer
658
views
HID keyboard: send modifier keys only
I want to send modifier keys like shift, alt, ctrl, etc. without any other key.
It should be theoretically possible due to the fact that it works for my normal keyboard (tested it with Xoutput and ...