Skip to main content

Questions tagged [esp32]

A cheap and low-power microcontroller family using Tensilica Xtensa LX6 CPU cores with integrated WiFi and dual-mode bluetooth.

Filter by
Sorted by
Tagged with
0 votes
0 answers
39 views

I'm trying to get an NFC reader (PN532 module, HW-147C model) working with my ESP32C6 using SPI. I tried using multiple libraries (seeed-studio, Adafruit, and some on github, but nothing worked). This ...
Jackson Zir's user avatar
1 vote
1 answer
62 views

So I am working on an Arduino project and have trouble communicating over UART. I have a SIM7600G-H 4G Module from Waveshare and hooked it up to an Arduino Nano ESP32. The connections are as follows: ...
Bjarne Voigtländer's user avatar
0 votes
1 answer
39 views

I'm logging some data using an ESP32 board, and I need the data logged to be uploaded from the ESP32 to one of my repositories on GitHub. Are there any C++ libraries for the GitHub API compatible with ...
Miguel Tomás's user avatar
0 votes
2 answers
116 views

I am trying to set up an Arduino Nano ESP32 so that I can code in MicroPython. I successfully installed Arduino Lab for MicroPython and flashed the firmware onto the device, but when I try to run the ...
ehalstea's user avatar
-1 votes
1 answer
179 views

I’m facing a persistent reboot issue on one of my ESP32-S3 boards after flashing a larger firmware binary. Here’s a breakdown of the problem: 🔧 What’s Happening After flashing my project (which ...
dev_eng's user avatar
0 votes
1 answer
85 views

My use case is an ESP32-cam that serves two purposes: HTTP feed (accessed by a Raspberry Pi 5 which processes stream and provides a response) Servo Motor microcontroller: Receives response from ...
jmarywien's user avatar
0 votes
2 answers
103 views

I have used Arduino IDE to program a IOT gateway using ESP32 and W5500 ethernet module to use them as a ethernet webserver. I wanted to know for educational purpose, I know that sensor belong to ...
Deepak Kumar's user avatar
1 vote
1 answer
105 views

Disclaimer: I'm a programmer, not an electronics expert. I built this car using an Arduino Uno, and now I want to add a camera to it. I’ve tried researching online, but I couldn’t find much ...
Carina's user avatar
  • 11
1 vote
2 answers
99 views

I was trying to display the readings of my dht11 sensor on the Blynk dashboard but I am struggling a lot. A little help would be really appreciated. #define BLYNK_PRINT Serial /* Fill in information ...
KnightRiderDutt's user avatar
0 votes
1 answer
67 views

I have been using Open Weather and Weather Undground APIs for some time. I recently learned the National Weather Service has an API for alerts. I can print out the raw data but not able to parse it. ...
DAVID T.'s user avatar
0 votes
0 answers
623 views

I’m trying to upload code to my ESP32 board using the Arduino IDE, but I’m consistently getting the following error: A fatal error occurred: Failed to connect to ESP32: No serial data received. For ...
Wilson Agene's user avatar
-1 votes
1 answer
210 views

I have a project that uses a GY-53 BMP180 and ESP32. Each time I connect ESP32 to USB after uploading, I get this error: 22:27:27.352 -> rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (...
Amirali Benvidi's user avatar
0 votes
1 answer
114 views

I have two RFP602 sensors that I use. One connected to GPIO2, the other to GPIO4, each connected to a 1Mohm resistance. The sensor connected to GPIO2 reads the data how I want it, I have to press a ...
Toderita Teodor's user avatar
0 votes
2 answers
535 views

With an ESP8266 it's pretty easy to pass a custom bundle; eg: BearSSL::WiFiClientSecure client; BearSSL::CertStore certStore; int numCerts = certStore.initCertStore(FSTYPE, "/certs.idx", &...
Stephen Harris's user avatar