-
I am using WebServer_ESP32_SC_W5500 library over a custom board based on ESP32-S3 ( and another on -C3) with attached SPI TFT display, a LoRa RTX attached to the SPI bus and a W5500 for having the…
-
Device crashes at boot.
Open issue in Arduino repo https://github.com/espressif/arduino-esp32/issues/9618#issuecomment-2113344119
and
https://github.com/Xinyuan-LilyGO/T-Dongle-S3/issues/26
-
Why is there long delay (around 12 seconds) when Alvik.begin() called? Looking at the code it seems doing version compatibility check only. I used the code below.
```
import time
from arduino_alvik …
-
When attempting to run the default examples, they all fail to compile. I get this error with the light example.
(this is only the last part of the error, as it is too big so i didnt paste it here)
…
-
Hey
thanks for this very useful library! In an existing hardware project I needed to replace a MCP23017 chip by its SPI counterpart MCP23S17. Although I could not find a library for that chip with th…
-
Trying to make NerdMiner v2 work with the ESP32-S3-Zero
ESP32-S3FH4R2
Dual Core 240 MHz
Built-in 512KB of SRAM and 384KB ROM, onboard 4MB Flash memory and 2MB PSRAM
Octal PSRAM
Specs here:
htt…
-
I needed to add the **.c_str()** in the BleMouse.cpp to get the [arduino-esp32](https://github.com/espressif/arduino-esp32) v3.1.0 RC1 working.
` Line 143 BLEDevice::init(bleMouseInstance->deviceName…
-
Hi,
Reading about the NMEA2000 ESP32 library I assumed I could also use it for an Arduino Nano ESP32. Probably not, because I can not get it working. When I look up the ESP32 there are so many versio…
-
### Board
ESP32 38 pines NODE MCU
### Device Description
I'm developing a project of telemetry using esp-32. I put the codes with the libraries and when i pressed the "ESP-IDF: Build `Project" loo…
-
**Describe the bug**
_A clear and concise description of what the bug is._
We should work with SPI if we don't have WiFi.
Right now, WiFi being wrong hangs forever.
**To Reproduce**
Steps t…