-
Thread
Two ESP32 together for programming
everyone, I'm quite new to microcontroller and prgramming. I already flashed some firmwares (with ESP32 development board) and programmed something for myself. For my current project (a LED lamp) I need a smaller controller, because of the limited size. So I decided to go with an ESP32 chip without the
I've changed the schema of this link: https://www.14core.com/wiring-and-flashing-programming-esp-32-esp32s-with-usb-ttl-uart/ a little bit to my needs and I_m not quite sure if this correct. Thank you in advance, Danny
-
Thread
Programming the ESP32 with the Arduino IDE
The code programmed for the ESP32 by using the Arduino IDE can be used directly on the Arduino UNO? I read a weather station article that was done with ESP32 but compiled with Arduino IDE, I have an Arduino UNO board, can I just copy
kB RAM - Some ESP32 have two cores plus an ULP processor, the Arduino UNO has only one - The ESP32 has an operating system, the Arduino UNO does not - The ESP32 comes with many libraries that the Arduino UNO does not
-
Thread
Need help with ESP32C3
Hello, when I try to connect to the WiFi with my esp32c3 I get this error and a boot loop...WHat can I do? [code] rst:0x3 (RTC_SW_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT) Saved PC:0x403cf94c SPIWP:0xee mode:DIO, clock div:1 load:0x3fcd5810,len:0x438
Pin, connect to this pins a capacitor to have a energy buffer. You can try 100µF. I added to my ESP32-C3 SuperMini a 1000µF capacitor and did get now a connection to my router. For this process it needs a lot of current.
-
Thread
RF Coexistence with OpenThread and BLE?
in post #7809824: > I have found this: > https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/coexist.html > but it only talks about coex of BLE and WiFi. This is the documentation for ESP32 which doesn't support 802.15.4. But if you look at the documentation for ESP32C6, you'll
information about Thread+BLE coexistence: https://docs.espressif.com/projects/esp-idf/en/v5.4/esp32c6/api-guides/coexist.html
-
Thread
Need help: Using an ESP32-C6 to control 5V LED strip via Zigbee
think. Therefore any advice is very much appreciated :-) I would like to use a DF Robot Beetle ESP32-C6 Mini (https://www.dfrobot.com/product-2778.html) to control a white 5V LED stripe (like this one: https://amzn.eu/d/fjpVlmg) via Zigbee, so that I can integrate it into my Home Assistant (Zigbee2MQTT
ESP32-C6 Mini does not seem to have a 5V power out. So do you have an idea how I could practically fork the 5V power from the Beetle ESP32-C6 Mini's USB-C socket to the LED strip? I will only use some small
-
Thread
How to adjust WiFi-channel for ESP-NOW
to adjust the Wifi-channel with ESP-NOW. Does anybody know how this is done for ESP8266-modules. ESP32 uses a different library so you can't jsut look up ESp32 and copy it for ESP826. Hallo, ich probiere gerade zwischen zwei ESP8266 Modulen (Wemos D1-mini) parallel ESP-NOW und Verbindung
Ich habe aber nichts darüber gefunden wie man bei ESP-NOW fr ESP8266 den Kanal einstellt. Bei ESP32 wird eine andere Library benutzt. Deswegen kann man die Erkenntnisse von ESP32 nicht auf ESP8266 übertragen. Jedenfalls nicht alle. Weiß jemand wie man bei ESP8266 den ESP-NOW-Kanal einstellen kann
-
Thread
Error with my ESP32C3 chip
platform.io But get this error [code] Auto-detected: /dev/ttyACM0 Uploading .pio/build/seeed_xiao_esp32c3/firmware.bin esptool.py v4.2.1 Serial port /dev/ttyACM0 Connecting... Chip is ESP32-C3 (revision 3) Features: Wi-Fi Crystal is 40MHz MAC: a0:76:4e:40:1e:14 Uploading stub... Running stub
check [code] esptool.py v3.1 Serial port /dev/ttyACM0 Connecting... Detecting chip type... ESP32-C3 Chip is unknown ESP32-C3 (revision 3) Features: Wi-Fi Crystal is 40MHz MAC: a0:76:4e:40:1e:14 Enabling default SPI flash mode... Warning: ESP32-C3 has no Chip ID. Reading MAC instead. MAC
-
Thread
MCU with WiFi and GREAT ADCs
have been looking all over the Internet and the MCU that best matches what I'm looking for is the ESP32. However, those ADCs specs are not enough for my project: I'm in need of a Microcontroller that has WiFi (integrated 2.4GHz antenna) and at least 12 input ADC pins (>=12 bit precision) with high
somethign available but most likely not available on a breakout board for <15€. I would use an esp32/8266 with an external ADC (breakout board if you want to), also because the Wlan could disturb the ADC measurements and add noise.
-
Thread
paperd.ink - open-source e-paper development board
Since it's open-source and fully hackable, you can play around and customize it for yourself! ESP32-WROOM-32 module FCC/CE certified WiFi & Bluetooth for connectivity 4.2" monochrome e-paper display <20uA current consumption in sleep mode CP2104 USB-UART converter onboard for programming
circuit to keep it truly wireless Extension header for interfacing and expanding capabilities ESP32-WROOM-32 ESP32 is one of the most popular microcontrollers, and the heart of paperd.ink. You can program it using the micro USB connection and is well supported by Arduino, Micropython, and ESP-IDF
-
Thread
Custom ESP8266 Board unable to connect
goes dark for another 2s. And yes, I know the design isn't really good, since it is my first ever ESP32 custom PCB _:) I am just trying to get this to work, so I can install WLED to it, then I can improve my design and do a 2. Rev
I am redesigning the PCB to use a already built microcontroller board, I am thinking of the XIAO ESP32, since building you own ESP seems to be rather unnecessary complicated. Thank you very much for every help provided to this point.
-
Thread
Setting ESp32 RTC with NTP Time
High, is it right that a function call to a NTP server sets automatically the inbuild ESP32 RTC ?
High, so, how can I set the ESP32 incorporated RTC?
-
Thread
ESP32+WLED / no LED control
), I actually have pretty much the same problem and can't get it solved. I have an AZ-Delivery ESP32 Dev Kit C V2 ESP32-WROOM-32, plus WS2815 LED strips 5m from BTF-Lighting, as well as an ext. power supply on 12VDC (20A). Flashing the ESP32 with the current WLED version (including the current
-
Thread
ESP32: 'Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled' caused
I am trying to connect two ESP32 via Bluetooth, while one is serving as the server and one as a client. Connecting the client to the server works just fine and discovering the characteristic works too. But when I try to register the
See here: https://github.com/espressif/arduino-esp32/issues/602 Quote: > It looks to me that your call back address is invalid. The Function > Address you passed when you registered your subscribe function is not > correct. Verify you passed the
-
Thread
3S LiIon BMS ESP 32
against total discharge and Short circuit and what else you need to protect. Also I want to use my ESP 32 to query the charge status of the battery pack. Unfortunately, I don't know whether a BMS is also there to charge the batteries and whether you need battery balancing. I am brand new to this topic
-
Thread
Intelligent access control based on ESP32
Required materials ESP32 KOB electronic lock Relay STONE STWI070WT-01 touch panel display MFRC522 module Realized function 1. card registration. 2. username and password registration. 3. card swipe to unlock the
-
Thread
Wifi audio hub
suggestions. What if I built the processor with VHDL. Then the processor interface with modules like the ESP32 for wifi and bluetooth.
-
Thread
Does anybody know this microcontroller ?
if the chip has a damage. > > Good luck. > > W.S. Yeap That's why a plan to graft a ESP32 on top of that and hook up all connection a need. Thks
-
Thread
Problems to compare impedance AD5933 and Agilent LCR meter E4980A
greyed out. Meanwhile I started to rework the board. I cut the I2C lines and connected it to a ESP32 with this Arduino-Example and modified it a little bit: https://github.com/mjmeli/arduino-ad5933 I can read the temperature and I get also some measurements. They are wrong but stable when place
-
Thread
ESP32 wireless data transfer of medium speed
Dear Readers, In my current project, I get data at 100Hz, meaning 10ms period. I want to send this preferably over bluetooth to an app, which I will code in React Native. Data: 2x float, 2x int The question now is if bluetooth is fast enough to send data in real-time, or should I use another method? There is a bluetooth BLE library for React Native which is quite good but i am unsure if BLE is the right choice for this, as i have heard that is quite slow in data exchange. I do not want to use Wifi because of some reasons. Thanks for your help
-
Thread
Battery polarity confusion
are not working. I have designed straightforward circuits before so I am afraid I have damaged the ESP32 or batteries.
-
Thread
5 volts from 2 LiPo for esp32-cam
Hello, I supply the ESP32-cam with about 5 V and have 2 LiPo in series (~ 6.5 - 7.4 V) to. According to the data sheet, the lm1084it-5.0 would be suitable. What is not clear to me: Do I need additional capacitors