-
I (60) lvgl_helpers: Initializing SPI bus...
E (60) spi: spi_bus_initialize(762): invalid dma channel, chip only support spi dma channel auto-alloc
assert failed: lvgl_spi_driver_init lvgl_helpers…
-
### CircuitPython version
```python
Adafruit CircuitPython 8.2.8 on 2023-11-16; Adafruit Feather ESP32S3 4MB Flash 2MB PSRAM with ESP32S3
```
### Code/REPL
```python
#In this function busdev is th…
-
### 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…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.1.0-beta.3 on 2024-05-22; FeatherS3 with ESP32S3
```
### Code/REPL
```python
import time
from adafruit_ble import BLERadio
from adafr…
-
![dd-3](https://github.com/vongomben/lutopia/assets/1215847/24e2d846-5c21-4a91-9361-178e24fe5f96)
## Case studies and uses:
1) Festival tracker. Find my friends in a festival scenario where t…
-
### Description / Steps to reproduce the issue
CPU will hang when eanble ESP32S3_APP_FORMAT_MCUBOOT and ESP32S3_SPIFLASH,follow is console:
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWE…
-
For implementing person detection we got a change made in upstream micropython so that building the firmware using the **SPIRAM_USE_MALLOC=y** sdk config enables a sharing PSRAM mode where 1/2 of PSRA…
-
### Describe the problem
I was trying to install `esp32` board to my machine using the `arduino-cli` and this was the result
```bash
$ arduino-cli core install esp32:esp32
Downloading packages.…
-
### 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'm try to add this function to my project. but it's not working well.
can you give me a hint?
target board is esp32s3 / 8MB psram.
use frame buffer "PIXFORMAT_GRAYSCALE", "FRAMESIZE_240…