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
8 votes
2 answers
30k views

I'm a begginer with Arduino and this may be a basic question but I'm facing an issue. I'm using a HTU21D sensor with an ESP32. This sensor use I2C communication. Inside the Arduino library, there is ...
Gazouu's user avatar
  • 273
0 votes
1 answer
108 views

I am working on a code that accepts input from serial monitor and connects to Wifi, and have been getting issues. my SSID for my wifi is "SamF" but for some reason arduino only likes it when I ...
AceSammy's user avatar
1 vote
1 answer
3k views

For my final project on the university as a Systems Engineer, I'm working on a "electronic stethoscope", which is giving me a lot of headaches. I bought a Adafruit Feather ESP32 Huzzah (https://learn....
Mauro Bilotti's user avatar
0 votes
1 answer
92 views

I want to test around with my ESP32 and an E-Paper display - yet i am stuck at uploading sketches via Arduino IDE. I get those kind of errors: avrdude: stk500_getsync() attempt 1 of 10: not in sync: ...
Flying Thunder's user avatar
0 votes
1 answer
3k views

I have this Parallel LCD TFT. I want to connect it with an ESP32 (NodeMCU). I am using the TFT_eSPI library. In the TFT_eSPI documentation, it says that the connection should be as following: // The ...
Humam Helfawi's user avatar
1 vote
2 answers
215 views

I'm working on a big software project consisting of several Arduino sketches. I have one Arduino project providing general functionality, such as TCP/IP communication, parsing queries, handling errors,...
Sim Son's user avatar
  • 1,878
0 votes
1 answer
2k views

Like make for not ESP Arduino target, is there a CLI command like esptool.py to upload in the hardware ? I've seen makeEspArduino but seems to be not trivial ? What about espressif ESP32 component ? ...
E.Racineux's user avatar
1 vote
0 answers
290 views

I am currently planning on a Daft Punk Helmet. But the available kits are terribly expensive. I am looking forward to using a 8x32 LED-Matrix(with 256 separate 5mm LEDs) and having a few different ...
Xenox's user avatar
  • 123
1 vote
0 answers
665 views

I recently bought an ESP-WROOM-32 module and I want it to talk to my Pro Mini via I2C. Do I have to pull-up the lines to the 3.3v side (ESP32)? Since the Pro Mini runs at 5v, I think it's a bad idea ...
JFetz2191's user avatar
  • 155
1 vote
1 answer
2k views

When I'm converting a string to a char array there are always some weird chars at the end. I have to do it manualy because the convertTochar function crashes my ESP. String sssid = module.getCssid()...
rusky's user avatar
  • 13
1 vote
1 answer
7k views

I am interested in getting a local clock on an ESP32 module synch to a network clock using NTP. I am able to read data and time here. But I am interested in synching to the milli second level. #...
Venkat 's user avatar
1 vote
0 answers
1k views

I'm new to Arduino - just got an ESP32-based Adafruit Feather HUZZAH32. I got it up and running on my Macbook Air (High Sierra) with no problem, following the instructions at this page linked from the ...
RustyShackleford's user avatar
0 votes
1 answer
601 views

For a very low-power-project (where I want to keep the micro-controller asleep or powerless as much as possible), I need to detect the rising and the falling of an input-signal (which could power-on ...
robert's user avatar
  • 3
2 votes
3 answers
3k views

I have an Adafruit 2.8" cap touch display, which has an interrupt pin (IRQ). I tried to use this with my Arduino Nano, but encountered a problem: When trying to get the touched point from the display ...
Lehue's user avatar
  • 193
2 votes
3 answers
2k views

I am working on a project in which i have to send GET request to my Company's Https server. I have successfully sent the GET request using NodeMCU v 1.0 (ESP 12E). The NodeMCU 1.0 (ESP 12E) Arduino ...
paras bhanot's user avatar
1 vote
2 answers
6k views

I have just added the ESP32 toolchain to the Arduino IDE (v1.8.0) on Windows 10. To get the IDE to allow me to select ESP32 chips I had to place the Espressif folder in "D:\Program Files(x86)\Arduino\...
Code Gorilla's user avatar
  • 5,652
-1 votes
1 answer
3k views

I'm making an Arduino car and controlling it with a game-pad by bluetooth. I want to have a live video from it by using ESP32 board and ov7670 camera or vc0706 camera. How can I do this ??
MGTM's user avatar
  • 13
4 votes
0 answers
9k views

Everytime the chips resets, we get the reason and the next boot mode. ets Jan 8 2013,rst cause:XXX, boot mode:(YYY,ZZZ) For XXX we can check the meaning here. For YYY and ZZZ I am not sure but I ...
nemewsys's user avatar
  • 225
2 votes
1 answer
16k views

I'm working on a webserver on ESP32 in Arduino IDE and would like to load an html-file. Tried to use SPIFFS.open from the library FS.h from github. Errormessage says SPIFFS was not declared in this ...
carousally's user avatar

1
17 18
19
20 21
25