-
**Is your feature request related to a problem? Please describe.**
In general, when applying an LED strip, we like to use SPI to transmit the signal to it.Sometimes, however, the transmitted signal i…
-
Hi,
I'm trying to build the Qutee V2 firmware using the guidelines from the software readme.
After building the docker image, I can run it in interactive mode. However, when I try to build with i…
-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate
- [X] Read the documentation to confirm the issue is not addressed there and your configuration i…
-
```py
from machine import TouchPad, Pin
import time
t = TouchPad(Pin(5))
for i in range(100):
time.sleep(0.5)
print("%X"%t.read())
```
The same code changes the number with touch on …
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
Hello,
I have noticed an issue where using the eps32s3 wroom 2 vs. esp32s3 results in not being able to browse to the OTA page.
I use an AP and browse to 192.168.4.1/update.
When I compile it w…
jvl88 updated
3 weeks ago
-
### Description
Hello. I trying to read value from ADC, but have something problem.
1) Added this code, without it don't get anything. It always returns the same value, regardless of the applied vol…
-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate
- [X] Read the documentation to confirm the issue is not addressed there and your configuration is s…
-
### Operating System
Windows 10
### Esptool Version
esptool.py v4.8.1
### Python Version
Python 3.12.6
### Chip Description
ESP32S3
### Device Description
Esp32S3 Supermini …
-
As of https://github.com/esp-rs/esp-hal/pull/1873, esp-hal only has touch support for the `esp32`. However, the `esp32s2` and `esp32s3` do also have touch peripherals.
The `esp32s3`'s peripheral ha…